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 220960 - AssertionError at org.netbeans.modules.css.visual.RuleEditorNode.getDeclarationId
Summary: AssertionError at org.netbeans.modules.css.visual.RuleEditorNode.getDeclarati...
Status: RESOLVED WORKSFORME
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-10-27 18:42 UTC by herent
Modified: 2012-11-28 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194182


Attachments
stacktrace (2.06 KB, text/plain)
2012-10-27 18:42 UTC, herent
Details

Note You need to log in before you can comment on or make changes to this bug.
Description herent 2012-10-27 18:42:45 UTC
Build: NetBeans IDE Dev (Build 201210270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
herent: Opening a php file




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.css.visual.RuleEditorNode.getDeclarationId(RuleEditorNode.java:485)
   at org.netbeans.modules.css.visual.RuleEditorNode.fireContextChanged(RuleEditorNode.java:194)
   at org.netbeans.modules.css.visual.RuleEditorPanel.setRule(RuleEditorPanel.java:683)
   at org.netbeans.modules.css.visual.RuleEditorPanel.setModel(RuleEditorPanel.java:614)
   at org.netbeans.modules.css.visual.api.RuleEditorController$1.run(RuleEditorController.java:152)
   at org.openide.util.Mutex.doEvent(Mutex.java:1343)
Comment 1 herent 2012-10-27 18:42:48 UTC
Created attachment 126667 [details]
stacktrace
Comment 2 Marek Fukala 2012-11-22 14:01:50 UTC
any steps to reproduce please?
Comment 3 herent 2012-11-22 14:31:02 UTC
I'm not sure - I didn't even keep track of what file I was opening, sorry.  I tend to get a lot of errors thrown up when it scans projects on open, or when you open an individual php file...
Comment 4 Marek Fukala 2012-11-28 14:52:52 UTC
closing as worksforme then as I cannot reproduce and the fix is not obvious w/o the reproducible case.