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 162556

Summary: AssertionError at org.netbeans.modules.csl.core.GsfHtmlFormatter.parameters
Product: editor Reporter: blakenzoe <blakenzoe>
Component: CSL (API & infrastructure)Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149442
Issue Type: DEFECT Exception Reporter: 149442
Attachments: stacktrace

Description blakenzoe 2009-04-14 07:11:49 UTC
Build: NetBeans IDE Dev (Build 200904100201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments:
blakenzoe: CTRL+TABbed to an open javascript file in the Editor.



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.csl.core.GsfHtmlFormatter.parameters(GsfHtmlFormatter.java:123)
        at org.netbeans.modules.javascript.editing.JsAnalyzer$JsStructureItem.getHtml(JsAnalyzer.java:982)
        at org.netbeans.modules.csl.navigation.ElementNode.updateRecursively(ElementNode.java:287)
        at org.netbeans.modules.csl.navigation.ElementNode.updateRecursively(ElementNode.java:279)
        at org.netbeans.modules.csl.navigation.ClassMemberPanelUI$3.run(ClassMemberPanelUI.java:210)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 blakenzoe 2009-04-14 07:11:54 UTC
Created attachment 80019 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-04-20 20:07:39 UTC
Seems to be the same as issue #162553.

*** This issue has been marked as a duplicate of 162553 ***