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 189841 - Instances in Lookup are not cached
Summary: Instances in Lookup are not cached
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 157767
  Show dependency tree
 
Reported: 2010-08-25 13:04 UTC by Martin Entlicher
Modified: 2010-08-27 03:16 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 Martin Entlicher 2010-08-25 13:04:08 UTC
Instances retrieved from PathLookup are not cached in Lookup class, therefore multiple instances of the same registry can be created.
Comment 1 Martin Entlicher 2010-08-26 13:36:08 UTC
Fixed in changeset:   176430:e4fdb0e40157
http://hg.netbeans.org/main/rev/e4fdb0e40157
Comment 2 Quality Engineering 2010-08-27 03:16:22 UTC
Integrated into 'main-golden', will be available in build *201008270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e4fdb0e40157
User: mentlicher@netbeans.org
Log: #189841 Cache instances created from path lookup.