Bug 111479

Summary: error detection for CORBA exceptions
Product: [Applications] kdevelop Reporter: Luke Tucker <luke_tucker>
Component: Problem reporterAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.2.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Luke Tucker 2005-08-25 13:27:25 UTC
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{};
  
  .
  .
  .
}
Comment 1 Luke Tucker 2005-08-25 13:36:12 UTC
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.
Comment 2 Jens Dagerbo 2006-04-16 00:05:51 UTC
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 ***