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 223672 - LiveResultsWindow instance always created when starting a profiling session
Summary: LiveResultsWindow instance always created when starting a profiling session
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 15:55 UTC by Jiri Sedlacek
Modified: 2013-03-24 21:01 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 Jiri Sedlacek 2012-12-11 15:55:16 UTC
...
 at org.netbeans.modules.profiler.LiveResultsWindow.<init>(LiveResultsWindow.java:504)
 at org.netbeans.modules.profiler.LiveResultsWindow$Singleton.<clinit>(LiveResultsWindow.java:499)
 at org.netbeans.modules.profiler.LiveResultsWindow.getDefault(LiveResultsWindow.java:612)
 at org.netbeans.modules.profiler.LiveResultsWindow$Listener.resultsReset(LiveResultsWindow.java:179)
 at org.netbeans.modules.profiler.ResultsManager$7.run(ResultsManager.java:945) [in ResultsManager.fireResultsReset()]
 ...
Comment 1 Tomas Hurka 2013-03-21 08:11:35 UTC
Fixed in profiler-main

changeset:   248207:5fa10e527b48
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Mar 21 08:53:56 2013 +0100
summary:     bugfix #223672, initialize LiveResultsWindow only when it is really needed
Comment 2 Quality Engineering 2013-03-24 21:01:26 UTC
Integrated into 'main-golden', will be available in build *201303241718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5fa10e527b48
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #223672, initialize LiveResultsWindow only when it is really needed