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 260741 - NullPointerException at org.netbeans.modules.css.prep.ui.options.SassOptions.save
Summary: NullPointerException at org.netbeans.modules.css.prep.ui.options.SassOptions....
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 04:33 UTC by vernons
Modified: 2016-07-21 01:51 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222869


Attachments
stacktrace (1.32 KB, text/plain)
2016-05-10 04:33 UTC, vernons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vernons 2016-05-10 04:33:46 UTC
Build: NetBeans IDE Dev (Build 201603100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
vernons: Just finished configuring nodejs and npm through the NetBeans->Preferences->HTML/JS Option. Browsed through each configuration tab. Error occured while closing the window. (I see CSS and SASS indicated -- I didn't configure anything in this area though I did click through that tab.)

GUEST: inserting phing.bat location caused the crash

GUEST: By Check box Treat Unknow Annotation




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.prep.ui.options.SassOptions.save(SassOptions.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 vernons 2016-05-10 04:33:49 UTC
Created attachment 159680 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-07-14 10:49:00 UTC
Tomas, can you please look at this.
Comment 3 Tomas Mysik 2016-07-18 08:55:43 UTC
Taking over, thanks.
Comment 4 Tomas Mysik 2016-07-20 07:32:17 UTC
Caused by separating UI from the web.common module. Should be fixed now.

Thanks.

http://hg.netbeans.org/web-main/rev/b178dcb222c4
Comment 5 Quality Engineering 2016-07-21 01:51:49 UTC
Integrated into 'main-silver', will be available in build *201607210002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b178dcb222c4
User: Tomas Mysik <tmysik@netbeans.org>
Log: #260741 - NullPointerException at org.netbeans.modules.css.prep.ui.options.SassOptions.save