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 - Inefficient usage of LinkedList
Summary: Inefficient usage of LinkedList
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-31 13:06 UTC by Tomas Hurka
Modified: 2012-11-01 02:41 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 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