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 33683

Summary: Make the Look ListenersCache identity hash map
Product: contrib Reporter: Petr Hrebejk <phrebejk>
Component: LooksAssignee: Petr Hrebejk <phrebejk>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Petr Hrebejk 2003-05-16 12:23:43 UTC
Now it uses the standard hash map, which does not
allow for 
objects with variable hashCode (e.g. Collections)
to be 
representedObjects. Thats bad See the workaround
in LookNodeLookupTest
for example.
The HashMap should be changed to IdentityHashMap
as we already moved 
to JDK 1.4 it should work.
Comment 1 Petr Hrebejk 2003-05-16 12:53:09 UTC
x
Comment 2 Marian Mirilovic 2004-02-25 15:43:59 UTC
verified - fixed by reporter