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 234213 - IllegalArgumentException: Bad OffsetRange provided by org.netbeans.modules.html.editor.gsf.HtmlRenameHandler@6a8503b4: OffsetRange[664,677>, docLen=659
Summary: IllegalArgumentException: Bad OffsetRange provided by org.netbeans.modules.ht...
Status: RESOLVED DUPLICATE of bug 234185
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 23:29 UTC by rodrigorsantos
Modified: 2013-08-19 12:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202946


Attachments
stacktrace (4.00 KB, text/plain)
2013-08-09 23:29 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-08-09 23:29:29 UTC
Build: NetBeans IDE Dev (Build 20130807-82b02f7b9087)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
rodrigorsantos: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IllegalArgumentException: Bad OffsetRange provided by org.netbeans.modules.html.editor.gsf.HtmlRenameHandler@6a8503b4: OffsetRange[664,677>, docLen=659
   at org.netbeans.modules.csl.api.InstantRenameAction$2.run(InstantRenameAction.java:202)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:593)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:206)
   at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:203)
Comment 1 rodrigorsantos 2013-08-09 23:29:35 UTC
Created attachment 138522 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-08-19 12:02:02 UTC

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