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 268261 - IllegalArgumentException: Invalid location
Summary: IllegalArgumentException: Invalid location
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 06:40 UTC by muellermi
Modified: 2016-09-29 06:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226484


Attachments
stacktrace (2.77 KB, text/plain)
2016-09-29 06:40 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-09-29 06:40:25 UTC
Build: NetBeans IDE Dev (Build 201609060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 7

User Comments:
muellermi: searchin message bundle




Stacktrace: 
java.lang.IllegalArgumentException: Invalid location
   at javax.swing.text.JTextComponent.getSelectedText(JTextComponent.java:1723)
   at javax.swing.text.JTextComponent$AccessibleJTextComponent.getSelectedText(JTextComponent.java:2872)
   at javax.swing.text.JTextComponent$AccessibleJTextComponent.caretUpdate(JTextComponent.java:2566)
   at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:397)
   at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4394)
   at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4416)
Comment 1 muellermi 2016-09-29 06:40:27 UTC
Created attachment 162263 [details]
stacktrace