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 21767

Summary: Patch to prevent BaseObjectHandler.hasCode() and equals() from throwing exceptions
Product: java Reporter: Stepan Roh <rohs>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Oneliner fix

Description Stepan Roh 2002-03-21 09:45:32 UTC
It is impossible to remove deleted refObject from your own hashmaps because
equals() and hashCode() will throw an exception. Patch follows.
Comment 1 Stepan Roh 2002-03-21 09:46:06 UTC
Created attachment 5129 [details]
Oneliner fix
Comment 2 Martin Matula 2002-03-21 11:07:30 UTC
applied. thanks.