Hi,

On Tue, 30 Oct 2001, marc fleury wrote:

> what do they do?
> marcf

Just minor bug fixes. They should fix:

 - a silly problem with attribute names (The first character of an
   attribute name should be converted to lowercase unless both the first
   and the second characters are upper case. I mean, FooAttr becomes
   fooAttr, but FOOAttr remains FOOAttr.)

 - a bug in the mangling of overloaded operation names (argument types
   should be separated by double underscores)

 - an ArrayIndexOutOfBoundsException in ContainerAnalysis (within
   analyzeMethods()) caused by a misplaced initialization of array of
   indices.

 - a couple of typos in arguments to substring() calls.

The log messages are: 

>  Modified:    iiop/src/main/org/jboss/iiop/rmi AttributeAnalysis.java
>  Log:
>  Converting to lower case the first character of an attribute name
>  unless both the first and second characters are upper case.

>  Modified:    iiop/src/main/org/jboss/iiop/rmi ContainerAnalysis.java
>  Log:
>  Fixing minor bugs in toHexString() (a typo), analyzeMethods() (misplaced
>  initialization of the mutators array), and
>  fixupOverloadedOperationNames() (argument types are now separated by
>  double underscores). 
  
>  Modified:    iiop/src/main/org/jboss/iiop/rmi ExceptionAnalysis.java
>  Log:
>  Fixing a typo in the doAnalyze() method.

Best regards,

Francisco  

> 
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of
> |Francisco Reverbel
> |Sent: Tuesday, October 30, 2001 7:19 AM
> |To: [EMAIL PROTECTED]
> |Subject: [JBoss-dev] Commiting minor changes to contrib/iiop
> |
> |
> |Ole,
> |
> |I'm about to commit a few minor fixes to the contrib/iiop module (files
> |Attribute Analysis, ContainerAnalysis, and ExceptionAnalysis in package
> |org.jboss.iiop.rmi). Please let me know if you see something wrong in
> |these fixes.
> |
> |Best regards,
> |
> |Francisco
> |
> |
> |
> |_______________________________________________
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
> |https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to