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 222678 - NullPointerException at org.netbeans.modules.css.visual.DocumentViewModel.update
Summary: NullPointerException at org.netbeans.modules.css.visual.DocumentViewModel.update
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 20:45 UTC by augcampos
Modified: 2012-11-26 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195625


Attachments
stacktrace (1.29 KB, text/plain)
2012-11-23 20:45 UTC, augcampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description augcampos 2012-11-23 20:45:01 UTC
Build: NetBeans IDE Dev (Build 201211200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.visual.DocumentViewModel.update(DocumentViewModel.java:170)
   at org.netbeans.modules.css.visual.DocumentViewModel.getFilesToRulesMap(DocumentViewModel.java:159)
   at org.netbeans.modules.css.visual.StyleSheetNode$StyleSheetChildren.refreshKeys(StyleSheetNode.java:169)
   at org.netbeans.modules.css.visual.StyleSheetNode$StyleSheetChildren.stateChanged(StyleSheetNode.java:205)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
Comment 1 augcampos 2012-11-23 20:45:06 UTC
Created attachment 128329 [details]
stacktrace
Comment 2 Marek Fukala 2012-11-26 16:00:30 UTC
already fixed