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 - Make the Look ListenersCache identity hash map
Summary: Make the Look ListenersCache identity hash map
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Looks (show other bugs)
Version: 3.x
Hardware: PC Other
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-16 12:23 UTC by Petr Hrebejk
Modified: 2008-11-18 11:34 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 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