<?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>970</bug_id>
          
          <creation_ts>2013-11-22 08:24:58 +0000</creation_ts>
          <short_desc>CORBA IDL does not allow an argument to have the same name as a type.</short_desc>
          <delta_ts>2013-11-24 07:59:57 +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>2.3.0</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Surendra">vasuvadlamudibabu</reporter>
          <assigned_to name="Mailinglist to track bugs">jacorb-bugs</assigned_to>
          <cc>jacorb</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3084</commentid>
    <comment_count>0</comment_count>
    <who name="Surendra">vasuvadlamudibabu</who>
    <bug_when>2013-11-22 08:24:58 +0000</bug_when>
    <thetext>We upgraded from Corba 2.2.4 to 2.3.0.
In 2.2.4 it was working fine, we are facing below issue after upgrading:

Basically it is not allowing argument name as same as type(we give argument name as small letters where as type contains capital and small letters).

Ex:Below method is throwing error:
Short createErrorInfo(in  ErrorMsg_IF error, out ErrorInfo errorinfo );

Error msg:

Error: In operation com.manh.wmos.services.corba.ErrorInfoIF.createErrorInfo argument errorInfo clashes with type com.manh.wmos.services.corba.ErrorInfoIFPackage.ErrorInfo</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3085</commentid>
    <comment_count>1</comment_count>
    <who name="Nick Cross">jacorb</who>
    <bug_when>2013-11-24 07:59:57 +0000</bug_when>
    <thetext>That is to comply with the corba spec. You could using the -sloppy* options to permit some illegal IDL (see the programmingguide). Note the current version is 3.3 not 2.3.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>