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 - IllegalArgumentException: bad position: -1
Summary: IllegalArgumentException: bad position: -1
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: dlipin
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-05-21 15:45 UTC by Jaromir Uhrik
Modified: 2009-06-18 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151574


Attachments
stacktrace (2.17 KB, text/plain)
2009-05-21 15:45 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
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.