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 257212 - NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Summary: NullPointerException at org.netbeans.core.startup.preferences.NbPreferences.put
Status: STARTED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: gaurav_gupta
URL: http://plugins.netbeans.org/plugin/49666
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-18 15:11 UTC by c_mercado
Modified: 2017-08-05 13:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218062


Attachments
stacktrace (1.34 KB, text/plain)
2015-12-18 15:11 UTC, c_mercado
Details

Note You need to log in before you can comment on or make changes to this bug.
Description c_mercado 2015-12-18 15:11:19 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 10

User Comments:
GUEST: Editing options

GUEST: Netbeans closed

GUEST: minifying css file

GUEST: error

GUEST: Just Reporting - No Idea

GUEST: <Please provide a description of the problem or the steps to reproduc>

c_mercado: I was saving configuration from CSS JS Minify plugin when it happened.

GUEST: Editing SASS options




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:179)
   at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:174)
   at org.netbeans.minify.ui.MinifyProperty.store(MinifyProperty.java:112)
   at org.netbeans.minify.ui.JSCSSMinifyCompressCustomPanel.store(JSCSSMinifyCompressCustomPanel.java:991)
   at org.netbeans.minify.ui.JSCSSMinifyCompressOptionsPanelController.applyChanges(JSCSSMinifyCompressOptionsPanelController.java:45)
   at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:401)
Comment 1 c_mercado 2015-12-18 15:11:21 UTC
Created attachment 157846 [details]
stacktrace
Comment 2 Tomas Hurka 2015-12-18 16:55:08 UTC
NPE is caused by JS Minify plugin
Comment 3 Jiri Kovalsky 2015-12-18 17:22:57 UTC
Gaurav, can you please take a look at this bug?