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 250053 - Settings not saved
Summary: Settings not saved
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 15:03 UTC by Tomas Hurka
Modified: 2015-02-01 04:04 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 Tomas Hurka 2015-01-27 15:03:21 UTC
Setting for method profiling are not saved between IDE sessions. Steps to reproduce:

0) Java2Demo, JDK 7
1) start method profiling, all classes
2) from live results select java.awt.Component.repaint() as profiling root method.
3) stop profiling session
4) switch to Threads profiling, start profiling, let the Java2D fully start
5) while profiling, switch to Methods profiling with java.awt.Component.repaint() as root.
6) stop profiling session
7) restart IDE
8) check "selected Method" for Java2Demo project - it is empty
Comment 1 Jiri Skrivanek 2015-01-28 10:36:20 UTC

*** This bug has been marked as a duplicate of bug 246842 ***
Comment 2 Jiri Sedlacek 2015-01-30 15:37:39 UTC
Actually not a duplicate, this is a real bug in persistence implementation.
Comment 3 Jiri Sedlacek 2015-01-30 15:50:35 UTC
Short steps: make any settings changes while the profiling session runs and don't click the Apply button. These changes will not be persisted.
Comment 4 Jiri Sedlacek 2015-01-30 17:26:40 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/dc80118d231f.
Comment 5 Quality Engineering 2015-02-01 04:04:40 UTC
Integrated into 'main-silver', will be available in build *201502010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dc80118d231f
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #250053, confirm all changes when profiling session finishes