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 254895 - [81cat] IllegalArgumentException: bad position: 66
Summary: [81cat] IllegalArgumentException: bad position: 66
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 08:48 UTC by muellermi
Modified: 2018-02-07 12:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219577


Attachments
stacktrace (3.17 KB, text/plain)
2015-09-01 08:48 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-09-01 08:48:31 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
muellermi: Ctrl+Q in editor pressed (to go back to last edit position)




Stacktrace: 
java.lang.IllegalArgumentException: bad position: 66
   at javax.swing.text.JTextComponent.setCaretPosition(JTextComponent.java:1629)
   at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.show(NavigationHistoryBackAction.java:306)
   at org.netbeans.modules.editor.impl.actions.NavigationHistoryLastEditAction.actionPerformed(NavigationHistoryLastEditAction.java:95)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339)
   at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:462)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663)
Comment 1 muellermi 2015-09-01 08:48:33 UTC
Created attachment 155792 [details]
stacktrace