Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues

Bug 247

Summary: Handling of reserved words
Product: JacORB Reporter: Andrej Rippich <andrej>
Component: IDL compilerAssignee: Gerald Brose <gerald.brose>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 1.4.1   
Hardware: PC   
OS: Windows 2000   

Description Andrej Rippich 2002-08-21 22:11:29 UTC
If for example an interface is named using a java reserved word and this 
interface is used within another module, the idl compiler does'nt find that 
symbol.
Look at the following example.

module a {
   interface Package {
   };
};
module b {
   interface Test {
      a::Package doSomething();
   };
};

The idl compiler reports a bug like "symbol b.Test.a._Package not found".
Comment 1 Nick Cross 2003-06-09 16:09:12 UTC

*** This bug has been marked as a duplicate of 231 ***