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 232747 - Enable lock contention Monitoring set, but settings not remembered
Summary: Enable lock contention Monitoring set, but settings not remembered
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 21:23 UTC by masmall
Modified: 2013-07-17 02:40 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 masmall 2013-07-15 21:23:46 UTC
DESCRIPTION
+++++++++++
Monitoring an app, "Enable lock contention Monitoring" set, but settings not remembered.

BUILD
+++++
Product Version: NetBeans IDE Dev (Build 201306242301)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
Windows 7

STEPS
+++++
Launch NetBeans 7.4, JDK1.7.0_21
1. From the main menu, click File=>Open Project...
"Open Project" dialog is displayed.
2. Click "Anagram"=>Open Project
3. Click "Anagram.java"
4. From the main menu, click Profile=>Profile Project (Anagram)
"Profile Anagram" dialog is displayed.
5. Click "Monitor" button
6. Click "Enable threads monitoring". "Sample Thread States" buttons (buttons are selected)
7. Click "Enable lock contention Monitoring" button (button is selected)
8. Click "Run" button
Profiler  window, and Anagrams app are displayed.
9. From the Profiler window, click "Terminate the Profiled application" button
10. Repeat step #4

RESULTS
+++++++
"Enable threads monitoring". "Sample Thread States" buttons are selected.
"Enable lock contention Monitoring" button is not selected.
Comment 1 Jiri Sedlacek 2013-07-16 11:43:12 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/bd39aaefeb48.
Comment 2 Quality Engineering 2013-07-17 02:40:15 UTC
Integrated into 'main-silver', will be available in build *201307162300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bd39aaefeb48
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #232747 - copy/paste is not enough to implement a new feature