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 267229 - NullPointerException at org.netbeans.modules.css.prep.ui.options.LessOptions.save
Summary: NullPointerException at org.netbeans.modules.css.prep.ui.options.LessOptions....
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 21:04 UTC by nebrass
Modified: 2016-07-26 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225339


Attachments
stacktrace (3.77 KB, text/plain)
2016-07-20 21:04 UTC, nebrass
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nebrass 2016-07-20 21:04:20 UTC
Build: NetBeans IDE Dev (Build 201607020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
nebrass: trying to define the local LESS bin path




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.prep.ui.options.LessOptions.save(LessOptions.java:155)
   at org.netbeans.modules.web.common.ui.cssprep.CssPrepOptionsPanelController$1.run(CssPrepOptionsPanelController.java:94)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
Comment 1 nebrass 2016-07-20 21:04:22 UTC
Created attachment 161354 [details]
stacktrace
Comment 2 Tomas Mysik 2016-07-26 13:15:49 UTC
Solved as part of issue #260741.

Thanks.