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

Summary: Instances in Lookup are not cached
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 157767    

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.