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 221356 - NullPointerException at org.netbeans.modules.css.model.api.Model$4.run
Summary: NullPointerException at org.netbeans.modules.css.model.api.Model$4.run
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 14:17 UTC by Kenneth Ganfield
Modified: 2012-11-08 02:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194454


Attachments
stacktrace (7.49 KB, text/plain)
2012-11-02 14:17 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-11-02 14:17:42 UTC
Build: NetBeans IDE Dev (Build 201211020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.4-b01, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b06
OS: Mac OS X

User Comments:
kganfield: entering value in CSS Add Property dialog




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.model.api.Model$4.run(Model.java:491)
   at org.openide.util.Mutex.doEvent(Mutex.java:1343)
   at org.openide.util.Mutex.readAccess(Mutex.java:350)
   at org.netbeans.modules.css.model.api.Model.saveIfNotOpenInEditor(Model.java:472)
   at org.netbeans.modules.css.model.api.Model.applyChanges(Model.java:457)
   at org.netbeans.modules.css.model.api.Model.access$000(Model.java:93)
Comment 1 Kenneth Ganfield 2012-11-02 14:17:44 UTC
Created attachment 127019 [details]
stacktrace
Comment 2 Marek Fukala 2012-11-07 16:08:57 UTC
fixed in web-main#282036e33be0

likely happened in javase distro
Comment 3 Quality Engineering 2012-11-08 02:51:54 UTC
Integrated into 'main-golden', will be available in build *201211080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/282036e33be0
User: Marek Fukala <mfukala@netbeans.org>
Log: #221356 - NullPointerException at org.netbeans.modules.css.model.api.Model$4.run