DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8375>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8375

WSDL2Java: The operator += is undefined for the argument type(s) int, boolean

           Summary: WSDL2Java: The operator += is undefined for the argument
                    type(s) int, boolean
           Product: Axis
           Version: nightly
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a complexType which stores a boolean.  The generated hashCode() method 
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = super.hashCode();
->>>        _hashCode += isValue();
        __hashCodeCalc = false;
        return _hashCode;
    }

does not build. Using April 22nd build.

Reply via email to