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

Summary: Too many inner classes in SourceTasksView
Product: contrib Reporter: _ rkubacki <rkubacki>
Component: TasklistAssignee: tasklist-issues@contrib <tasklist-issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.