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 - AssertionError at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.tag
Summary: AssertionError at org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.tag
Status: RESOLVED DUPLICATE of bug 210976
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 13:02 UTC by aws
Modified: 2012-04-18 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186605


Attachments
stacktrace (5.23 KB, text/plain)
2012-04-03 13:02 UTC, aws
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***