[
https://issues.apache.org/jira/browse/OFBIZ-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefan Huehner updated OFBIZ-515:
---------------------------------
Attachment: ofbiz_string_compare2.diff
Patch correct 2 more issued of using == for string comparison instead of .equals
> Replace string comparison with != or == by .equals
> --------------------------------------------------
>
> Key: OFBIZ-515
> URL:
https://issues.apache.org/jira/browse/OFBIZ-515> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Affects Versions: SVN trunk
> Reporter: Stefan Huehner
> Assigned To: Jacopo Cappellato
> Attachments: ofbiz_string_compare.diff, ofbiz_string_compare2.diff
>
>
> Attached patch converts several string comparisons to use the standard .equals form as it is not clear in the code
> that the special check if both string point to exactly same object is applicable there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.