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 210616

Summary: AssertionError at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.tag
Product: web Reporter: aws
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186605
Attachments: stacktrace

Description aws 2012-04-03 13:02:50 UTC
Build: NetBeans IDE Dev (Build 201204021038)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

User Comments:
aws: delete whole svn repository




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.tag(SyntaxAnalyzer.java:223)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.tag_with_error(SyntaxAnalyzer.java:280)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.processNextToken(SyntaxAnalyzer.java:485)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.findNextElement(SyntaxAnalyzer.java:367)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.hasNext(SyntaxAnalyzer.java:349)
   at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.access$000(SyntaxAnalyzer.java:65)
Comment 1 aws 2012-04-03 13:02:53 UTC
Created attachment 117738 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-11 10:39:43 UTC
ElementsIterator:161 is the current code location
Comment 3 Marek Fukala 2012-04-11 10:42:03 UTC
Caused by attribute value longer than Short.MAX_VALUE (32k).  It'd be nice to know under what circumstances the issue happens (broken source,...) or if it is normal to have such attribute.
Comment 4 Marek Fukala 2012-04-11 13:15:51 UTC
reporter, any chance to get a reproducible case (the file or some sample)? Thanks.
Comment 5 Marek Fukala 2012-04-18 13:07:48 UTC

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