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 158656 - IllegalArgumentException: Invalid location
Summary: IllegalArgumentException: Invalid location
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 10:36 UTC by rgw21
Modified: 2009-03-12 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 8217


Attachments
stacktrace (3.82 KB, text/plain)
2009-02-17 10:36 UTC, rgw21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rgw21 2009-02-17 10:36:22 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: trying get input from System.in

GUEST: tried to type in the "Output" box at the bottom

GUEST: - In Favorites
- searched a dir for some text
- double-clicked on the 1 line that was found



Stacktrace: 
java.lang.IllegalArgumentException: Invalid location
        at javax.swing.text.JTextComponent.getSelectedText(JTextComponent.java:1747)
        at javax.swing.text.JTextComponent$AccessibleJTextComponent.getSelectedText(JTextComponent.java:2892)
        at javax.swing.text.JTextComponent$AccessibleJTextComponent.caretUpdate(JTextComponent.java:2585)
        at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:391)
        at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4389)
        at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4411)
Comment 1 rgw21 2009-02-17 10:36:26 UTC
Created attachment 77059 [details]
stacktrace
Comment 2 Alexey Butenko 2009-02-17 10:59:54 UTC
I'm not able to reproduce it.
There was a lot of changes made in properties module since 6.5.
So probably this issue is no more valid for 7.0
mark as incomplete for now
Comment 3 Alexey Butenko 2009-03-12 12:11:34 UTC
WORKSFORME