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 237484 - AssertionError: valueOffset:3648 + valueLen:256 > source.length:3728
Summary: AssertionError: valueOffset:3648 + valueLen:256 > source.length:3728
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 15:35 UTC by defagordi
Modified: 2014-07-23 10:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204812


Attachments
stacktrace (4.46 KB, text/plain)
2013-10-22 15:35 UTC, defagordi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description defagordi 2013-10-22 15:35:51 UTC
This bug was originally marked as duplicate of bug 227870, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201310220001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
defagordi: No idea<Please provide a description of the problem or the steps to reproduce> sorry




Stacktrace: 
java.lang.AssertionError: valueOffset:3648 + valueLen:256 > source.length:3728
   at org.netbeans.modules.html.parser.ElementsFactory$CommonAttribute.value(ElementsFactory.java:986)
   at org.netbeans.modules.html.editor.gsf.HtmlElementHandle.computeAttributesHash(HtmlElementHandle.java:88)
   at org.netbeans.modules.html.editor.gsf.HtmlElementHandle.<init>(HtmlElementHandle.java:81)
   at org.netbeans.modules.html.editor.gsf.HtmlStructureItem$2.run(HtmlStructureItem.java:205)
   at org.netbeans.modules.html.editor.gsf.HtmlStructureItem$1.run(HtmlStructureItem.java:184)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:593)
Comment 1 defagordi 2013-10-22 15:35:52 UTC
Created attachment 141418 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-23 10:52:02 UTC
Not visible in production builds, just dev builds assertion. 

Can't fix w/o a reproducible case. Can you please attach the file/project where the problem happened? Thank you.