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 152814 - specify root methods results are not visible
Summary: specify root methods results are not visible
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-09 19:01 UTC by Daria Titova
Modified: 2011-01-19 09:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans log (41.57 KB, text/plain)
2008-11-09 19:02 UTC, Daria Titova
Details
Screenshot (115.18 KB, image/png)
2008-11-09 19:03 UTC, Daria Titova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daria Titova 2008-11-09 19:01:04 UTC
Product Version: NetBeans IDE 6.5 (Build 200811051154)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: SunOS version 5.11 running on x86; UTF-8; en_US (nb)

Not 100% reproducible.
Steps to reproduce:
- start profiling CPU session of AnagramGame
- in Live Results window right-click com.toy.anagrams.ui.Anagrams.guessedWordActionPerformed(java.awt.event.ActionEvent)
 and select Add to Instrumentation roots...
- stop profiling session
- start profiling CPU session of AnagramGame with the following options: Part of Application
- click "edit..." link
- invoke Add From Project button. Open nodes of the Projects tree to AnagramGame | Sources | com | toy | anagrams | ui |
Anagrams | Methods and check checkbox for nextTrialActionPerformed(java.awt.event.ActionEvent) method
- click OK
You'll see now Selected Root Methods list is empty (see screenshot). It is not 100% reproducible. And if you click OK
button of Specify Root Method dialog, you'll see on Select Profiling Task dialog there is text '2 root method' next to
Part of Application radio button.
So it seems that functionality works well, but data are not visible sometimes.
This is also reproducible with Web Application: when switching to "Default Package View" the list is empty sometimes
(http://qa.netbeans.org/modules/profiler/promo-h/profiler60.html#web_project_6 step 3).
Comment 1 Daria Titova 2008-11-09 19:02:25 UTC
Created attachment 73558 [details]
netbeans log
Comment 2 Daria Titova 2008-11-09 19:03:28 UTC
Created attachment 73559 [details]
Screenshot
Comment 3 Petr Cyhelsky 2008-11-21 16:22:35 UTC
Reproduced on both solaris an vista, but only in Nimbus, has it ever happened to you under another look&feel?
Comment 4 Daria Titova 2008-11-24 17:05:09 UTC
I was able to reproduce it under Metal and GTK look&feel also.
Comment 5 J Bachorik 2011-01-19 09:00:57 UTC
I am not able to reproduce it in the latest dev builds.
Please, reopen if you experience it again.