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 222126 - NullPointerException at org.netbeans.modules.css.visual.DocumentViewModel.update
Summary: NullPointerException at org.netbeans.modules.css.visual.DocumentViewModel.update
Status: RESOLVED DUPLICATE of bug 221953
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-14 15:35 UTC by larsomat
Modified: 2012-11-14 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195046


Attachments
stacktrace (1.38 KB, text/plain)
2012-11-14 15:35 UTC, larsomat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description larsomat 2012-11-14 15:35:12 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9594-on-20121114)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

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.DocumentNode$DocumentChildren.refreshKeysImpl(DocumentNode.java:138)
   at org.netbeans.modules.css.visual.DocumentNode$DocumentChildren.refreshKeys(DocumentNode.java:133)
   at org.netbeans.modules.css.visual.DocumentNode$DocumentChildren.stateChanged(DocumentNode.java:153)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
Comment 1 larsomat 2012-11-14 15:35:15 UTC
Created attachment 127792 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-14 16:47:30 UTC

*** This bug has been marked as a duplicate of bug 221953 ***