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 158649 - ProfilerModule initializes LiveResultsWindow on shutdown
Summary: ProfilerModule initializes LiveResultsWindow on shutdown
Status: RESOLVED DUPLICATE of bug 97283
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 08:47 UTC by Jaroslav Tulach
Modified: 2009-04-14 15:06 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 Jaroslav Tulach 2009-02-17 08:47:26 UTC
Some classes and resources are uselessly loaded on shutdown:

org.netbeans.JarClassLoader$JarSource.doGetResource(JarClassLoader.java:429)
org.netbeans.JarClassLoader$Source.getResource(JarClassLoader.java:302)
org.netbeans.JarClassLoader.findResource(JarClassLoader.java:246)
org.netbeans.ProxyClassLoader.getResource(ProxyClassLoader.java:365)
org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:433)
org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:373)
org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:125)
org.netbeans.modules.profiler.LiveResultsWindow.<clinit>(LiveResultsWindow.java:512)
org.netbeans.modules.profiler.ProfilerModule.closing(ProfilerModule.java:118)
org.netbeans.core.startup.NbInstaller.closing(NbInstaller.java:664)
org.netbeans.ModuleManager.shutDown(ModuleManager.java:1562)
org.netbeans.core.startup.ModuleSystem.shutDown(ModuleSystem.java:291)
org.netbeans.core.NbTopManager.doExit(NbTopManager.java:504)
org.netbeans.core.NbTopManager.access$500(NbTopManager.java:93)
org.netbeans.core.NbTopManager$1.run(NbTopManager.java:464)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Jiri Sedlacek 2009-04-14 15:06:15 UTC
LiveResultsWindow needs to be touched on Profiler shutdown. The useless loading of resources is already filed as Issue
97283.

*** This issue has been marked as a duplicate of 97283 ***