sndurkin opened a new pull request, #642:
URL: https://github.com/apache/axis-axis2-java-core/pull/642

   …ed in databinding)
   
   This change builds on commit bb10ab2, which fixed `compare(BigInteger, 
String)` for AXIS2-5724, to fix the other variations for `int`, `long`, and 
`short`.
   
   These variations seem to be invoked by the generated Java code when using 
different base types, such as the following:
   
       <xsd:simpleType name="MyType">
         <xsd:restriction base="xsd:int">
           <xsd:totalDigits value="1"/>
         </xsd:restriction>
       </xsd:simpleType>
   
   This change also adds test cases for the variations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to