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 211321 - Ineffective profiling roots set by the Edit Profiling Roots dialog
Summary: Ineffective profiling roots set by the Edit Profiling Roots dialog
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 11:46 UTC by Jiri Sedlacek
Modified: 2012-04-20 10:12 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-04-17 11:46:08 UTC
AnagramGame, CPU, Advanced, Customize..., select the topmost checkbox and unselect the Libraries checkbox to have only Sources selected. The following roots are defined (skipped package prefixes for method definitions):

  com.toy.anagrams.ui.**
  com.toy.anagrams.ui.Anagrams$4$**
  Anagrams.main(String[]) : void
  Anagrams.initComponents() : void
  com.toy.anagrams.ui.Anagrams$1$**
  com.toy.anagrams.ui.Anagrams$3$**
  Anagrams.aboutMenuItemActionPerformed(java.awt.event.ActionEvent) : void
  Anagrams.guessedWordActionPerformed(java.awt.event.ActionEvent) : void
  Anagrams.exitForm(java.awt.event.WindowEvent) : void
  com.toy.anagrams.ui.Anagrams.<init>()
  Anagrams.exitMenuItemActionPerformed(java.awt.event.ActionEvent) : void
  com.toy.anagrams.ui.About$**
  Anagrams.nextTrialActionPerformed(java.awt.event.ActionEvent) : void
  com.toy.anagrams.lib.**
  com.toy.anagrams.ui.Anagrams$5$**
  com.toy.anagrams.ui.Anagrams$2$**
  com.toy.anagrams.ui.Anagrams$**

but only these should be:

  com.toy.anagrams.ui.**
  com.toy.anagrams.lib.**
Comment 1 J Bachorik 2012-04-18 08:33:04 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/e7e33a62a72b
Comment 2 Quality Engineering 2012-04-20 10:12:40 UTC
Integrated into 'main-golden', will be available in build *201204200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e7e33a62a72b
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #211321: Cleanining up redundant profiling roots