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 165713

Summary: IllegalArgumentException: bad position: -1
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: Plugin ManagerAssignee: dlipin <dlipin>
Status: RESOLVED INCOMPLETE    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151574
Issue Type: DEFECT Exception Reporter: 151574
Attachments: stacktrace

Description Jaromir Uhrik 2009-05-21 15:45:26 UTC
Build: NetBeans IDE Dev (Build 090521)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.7, i386

User Comments:
juhrik: Pushed ctrl+tab when the focus was in the list of availabla plugins and the exception appeared.



Stacktrace: 
java.lang.IllegalArgumentException: bad position: -1
        at javax.swing.text.JTextComponent.setCaretPosition(JTextComponent.java:1398)
        at javax.swing.text.DefaultEditorKit$EndLineAction.actionPerformed(DefaultEditorKit.java:1883)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1576)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2772)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2807)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2735)
Comment 1 Jaromir Uhrik 2009-05-21 15:45:31 UTC
Created attachment 82559 [details]
stacktrace
Comment 2 dlipin 2009-05-22 14:06:27 UTC
I can reproduce it with the steps mentioned. 
If it always reproducible at your system, could you please give more details? 
What was the focused component? Was some plugins selected?
Screenshot is also welcomed.
Comment 3 dlipin 2009-05-22 14:09:04 UTC
correction : I _cannot_ reproduce it with the steps mentioned. 
Comment 4 Jaromir Uhrik 2009-06-18 09:48:46 UTC
Sorry I am not able to provide more information because I cannot reproduce this exception. It appeared only once so that
I have reported it.