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 212085 - Live results not displayed when data available
Summary: Live results not displayed when data available
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 12:50 UTC by Jiri Sedlacek
Modified: 2012-05-10 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch (743 bytes, patch)
2012-05-04 13:39 UTC, J Bachorik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-05-04 12:50:42 UTC
Steps:
 1/ Disable marker methods for profiling (layer.xml for JavaSE)
 2/ Use AnagramGame, instrumented CPU, root method for Guess button only
 3/ Start profiling, open Live Results, click Guess button - data shown
 4/ Reset results, click Guess button again - often no data shown, Take snapshot is enabled and takes valid data
Comment 1 J Bachorik 2012-05-04 13:39:25 UTC
Created attachment 119091 [details]
Proposed patch
Comment 2 Tomas Hurka 2012-05-08 05:21:26 UTC
Fixed in profiler-main

changeset:   221110:1752fc3277a3
user:        Tomas Hurka <thurka@netbeans.org>
date:        Tue May 08 07:19:41 2012 +0200
summary:     bugfix #212085, run cctEstablished() and cctReset() in EDT to match resultsAvailable() and resultsReset() from ResultsManager
Comment 3 Quality Engineering 2012-05-10 10:00:16 UTC
Integrated into 'main-golden', will be available in build *201205100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1752fc3277a3
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #212085, run cctEstablished() and cctReset() in EDT to match resultsAvailable() and resultsReset() from ResultsManager