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 41202 - Too many inner classes in SourceTasksView
Summary: Too many inner classes in SourceTasksView
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-03-22 16:02 UTC by _ rkubacki
Modified: 2004-08-13 12:11 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 _ rkubacki 2004-03-22 16:02:43 UTC
24 annonymous inner classes are more than usual.
We can improve footprint and class loading time a
bit by merging some of these (ActionListeners).
Comment 1 _ pkuzel 2004-03-23 08:57:11 UTC
to be refactored to switch(actioneEvent.getSource)
Comment 2 _ pkuzel 2004-03-30 13:04:12 UTC
10 annonymous inner classes eliminated.