<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.jacorb.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://www.jacorb.org/bugzilla/"
          
          maintainer="jacorb@goots.org"
>

    <bug>
          <bug_id>247</bug_id>
          
          <creation_ts>2002-08-21 22:11:29 +0000</creation_ts>
          <short_desc>Handling of reserved words</short_desc>
          <delta_ts>2003-06-09 16:09:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>JacORB</product>
          <component>IDL compiler</component>
          <version>1.4.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 2000</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>231</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrej Rippich">andrej</reporter>
          <assigned_to name="Gerald Brose">gerald.brose</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>442</commentid>
    <comment_count>0</comment_count>
    <who name="Andrej Rippich">andrej</who>
    <bug_when>2002-08-21 22:11:29 +0000</bug_when>
    <thetext>If for example an interface is named using a java reserved word and this 
interface is used within another module, the idl compiler does&apos;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 &quot;symbol b.Test.a._Package not found&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>653</commentid>
    <comment_count>1</comment_count>
    <who name="Nick Cross">rnc</who>
    <bug_when>2003-06-09 16:09:12 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 231 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>