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 221175

Summary: Inefficient usage of LinkedList
Product: java Reporter: Tomas Hurka <thurka>
Component: SourceAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2012-10-31 13:06:33 UTC
JavaSource uses LinkedList, but it is much better to use ArrayList.
Comment 1 Tomas Hurka 2012-10-31 13:31:50 UTC
Fixed in profiler-main.

changeset:   237693:63fbb5948c05
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Oct 31 14:29:38 2012 +0100
summary:     bugfix #221175, use ArrayList instead of LinkedList
Comment 2 Quality Engineering 2012-11-01 02:41:18 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/63fbb5948c05
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #221175, use ArrayList instead of LinkedList