[ 
https://issues.apache.org/jira/browse/WODEN-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Kaputin updated WODEN-209:
-------------------------------

    Attachment: woden209.patch.txt

Per discussion on the mailing list:
http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200807.mbox/[EMAIL 
PROTECTED]

I have re-implemented the existing logical equivalence checking of WSDL2 
components in a new method 'isEquivalentTo', to replace the equals methods 
declared on WSDLComponent (the equals method has been deprecated in the API, to 
be removed later).

The changes have been committed to the woden209 branch in SVN for peer review, 
prior to merging the changes to trunk. Note, that there is still more 
equivalence checking to be implemented, as before. For the time being, I have 
just replaced the existing equivalence checking (which was done via 
WSDLComponent.equals) with WSDLComponent.isEquivalentTo.

A patch file of these changes has been attached to this JIRA.

> equals method should be implemented for the WSDL2.0 components
> --------------------------------------------------------------
>
>                 Key: WODEN-209
>                 URL: https://issues.apache.org/jira/browse/WODEN-209
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Jeff MAURY
>            Assignee: John Kaputin
>         Attachments: woden209.patch.txt
>
>
> The equals method should be implemented on the WSDL2.0 components 
> (Description, Binding, Interface, ....). As of June 2008, they rely on 
> Object.equals which is not relevant because it does not compare the content 
> of the object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to