[
https://issues.apache.org/jira/browse/OFBIZ-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100615#comment-13100615
]
Adrian Crum commented on OFBIZ-4398:
------------------------------------
Dimitri,
Thank you for the updated patch, but...
My previous comment mentioned "...if there are no other tests for equality." If
you look at the implementation of Comparable.compareTo(T o) you will see a test
for equality. The equals method should perform the same test.
> infinite recursive loop
> -----------------------
>
> Key: OFBIZ-4398
> URL: https://issues.apache.org/jira/browse/OFBIZ-4398
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Reporter: Dimitri Unruh
> Attachments: ArtifactInfoBase.java.patch
>
>
> The equals method in ArtifactInfoBase.java unconditionally invokes itself.
> This is an infinite recursive loop that will result in a stack overflow.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira