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

Summary: IllegalArgumentException: Bad OffsetRange provided by org.netbeans.modules.html.editor.gsf.HtmlRenameHandler@6a8503b4: OffsetRange[664,677>, docLen=659
Product: editor Reporter: rodrigorsantos <rodrigorsantos>
Component: CSL (API & infrastructure)Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202946
Attachments: stacktrace

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 ***