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 233153 - [74cat] Inspect configuraion Custom save seems not working
Summary: [74cat] Inspect configuraion Custom save seems not working
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 08:29 UTC by skygo
Modified: 2013-07-25 09:33 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 skygo 2013-07-22 08:29:17 UTC
== 
Trying to follow tutorial [1] in section: Customizing a Default Configuration

Trying to follow "save default configuration" I click ok and try to manage again every settings of default is back to default.

The same happens on a custom definition

Whats seems to be a correct behaviour to me is at the time I open a configuration the "checkbox is ticked" on the correct analyzer.

Best Regards



[1]https://netbeans.org/kb/docs/java/code-inspect.html
Comment 1 Quality Engineering 2013-07-25 02:29:05 UTC
Integrated into 'main-silver', will be available in build *201307242300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/26f1cc58d2ff
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #233153: code analysis API requires that the changes are written through - adjusting to that.
Comment 2 Jan Lahoda 2013-07-25 05:23:49 UTC
Good catch. The above changeset should fix it.
Comment 3 skygo 2013-07-25 09:33:12 UTC
Tutorial is working again. 

thks for fix