Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 247 - Handling of reserved words
Summary: Handling of reserved words
Status: RESOLVED DUPLICATE of bug 231
Alias: None
Product: JacORB
Classification: Unclassified
Component: IDL compiler (show other bugs)
Version: 1.4.1
Hardware: PC Windows 2000
: P2 normal
Assignee: Gerald Brose
URL:
Depends on:
Blocks:
 
Reported: 2002-08-21 22:11 UTC by Andrej Rippich
Modified: 2003-06-09 16:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***