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 242965

Summary: IllegalArgumentException: bad position: 162
Product: editor Reporter: petrk
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WORKSFORME    
Severity: normal CC: petrk
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208444
Attachments: stacktrace

Description petrk 2014-03-17 13:31:44 UTC
Build: NetBeans IDE Dev (Build 20140312-845024ec5fd4)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: Navigated back from extract_optional_type.hpp to mutable_iterator.hpp in boost 1.55




Stacktrace: 
java.lang.IllegalArgumentException: bad position: 162
   at javax.swing.text.JTextComponent.setCaretPosition(JTextComponent.java:1678)
   at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.show(NavigationHistoryBackAction.java:301)
   at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.actionPerformed(NavigationHistoryBackAction.java:196)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1662)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2878)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2925)
Comment 1 petrk 2014-03-17 13:31:46 UTC
Created attachment 146071 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-07-20 14:14:21 UTC
I am sorry I didn't try to solve it back to day when you reported this. You have a lot of errors in messages.log I think there was a corrupt files, or something else. If you can reproduce this, pls reopen we can search for culprit. Otherwise I am closing this since you are only reporter without enough leads to solve this.