This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268314 - Infinite structures don't work with equals/hashCode/clone
Summary: Infinite structures don't work with equals/hashCode/clone
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Html4j (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 257348
Blocks:
  Show dependency tree
 
Reported: 2016-10-03 04:30 UTC by Jaroslav Tulach
Modified: 2016-10-11 20:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2016-10-03 04:30:24 UTC
The fix for issue 257348 is incomplete: it doesn't work well with clone, equals and hashcode.

http://hg.netbeans.org/html4j/rev/3ef632633f36
Comment 1 Jaroslav Tulach 2016-10-08 05:26:38 UTC
changeset:   1049:3b01a425dfcb
tag:         tip
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Sat Oct 08 07:26:05 2016 +0200
summary:     #268314: Better infinite equality
Comment 2 Jaroslav Tulach 2016-10-11 20:42:14 UTC
Will be fixed in 1.4 version.