| Summary: | error detection for CORBA exceptions | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Luke Tucker <luke_tucker> |
| Component: | Problem reporter | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
In addition to this, when you remove the "error" the list of errors under the problems tab does not refresh as it does with C++ files. I am starting to get the impression that KDevelop doesn't yet fully understand CORBA and maybe an overhaul of the syntax parser for idl is required (see also #111341). kdevelop is a great application by the way! I have only been using it for a week and I am very, very impressed. As the parser isn't meant to run on IDL files at all, I think we can call this a dupe of bug #111341. *** This bug has been marked as a duplicate of 111341 *** |
Version: 3-3.2.0-8 (using KDE KDE 3.4.0) Installed from: SuSE RPMs Compiler: gcc-3.3.5-5 OS: Linux The following is a perfectly valid definition of a CORBA exception in a .idl file however it is highlighted as an error under the "Problems" tab: interface myInterface { // EXCEPTIONS exception myException{}; . . . }