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 211281 - AssertionError: element length must be positive!
Summary: AssertionError: element length must be positive!
Status: RESOLVED DUPLICATE of bug 211134
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-16 17:41 UTC by paolosca
Modified: 2012-04-18 06:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187068


Attachments
stacktrace (5.82 KB, text/plain)
2012-04-16 17:42 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2012-04-16 17:41:58 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: OpenJDK Client VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-icedtea-b147
OS: Linux

User Comments:
paolosca: Did nothing, I was typing an email and when I went back to netbeans the error was there




Stacktrace: 
java.lang.AssertionError: element length must be positive!
   at org.netbeans.modules.html.editor.lib.plain.AbstractElement.<init>(AbstractElement.java:68)
   at org.netbeans.modules.html.editor.lib.plain.CommentElement.<init>(CommentElement.java:56)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.comment(ElementsIterator.java:121)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.handleEOF(ElementsIterator.java:681)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.processNextToken(ElementsIterator.java:363)
   at org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.findNextElement(ElementsIterator.java:346)
Comment 1 paolosca 2012-04-16 17:42:04 UTC
Created attachment 118362 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-18 06:02:13 UTC

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