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 183970 - javax.swing.text.BadLocationException: Wrong insert position 176
Summary: javax.swing.text.BadLocationException: Wrong insert position 176
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on: 227677
Blocks:
  Show dependency tree
 
Reported: 2010-04-13 09:34 UTC by Peter Pis
Modified: 2013-07-25 11:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147496


Attachments
stacktrace (1.69 KB, text/plain)
2010-04-13 09:34 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2010-04-13 09:34:14 UTC
Build: NetBeans IDE Dev (Build 201004120251)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7

User Comments:
ppis: Invoking  hint for missing element.

GUEST: Using "refactor" to rename method

mann: Adding WebService operation in WebService design view

GUEST: I was adding an operation to a web service

mann: Adding WebService operation in WebService design view




Stacktrace: 
javax.swing.text.BadLocationException: Wrong insert position 176
   at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:712)
   at org.netbeans.api.java.source.ModificationResult.processDocumentLocked(ModificationResult.java:369)
   at org.netbeans.api.java.source.ModificationResult.access$100(ModificationResult.java:85)
   at org.netbeans.api.java.source.ModificationResult$3.run(ModificationResult.java:344)
   at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:341)
   at org.openide.text.NbDocument.runAtomicAsUser(NbDocument.java:445)
Comment 1 Peter Pis 2010-04-13 09:34:17 UTC
Created attachment 97149 [details]
stacktrace
Comment 2 David Strupl 2010-09-22 07:44:55 UTC
The exception is coming from hint - can you please have a look what could have been wrong?
Comment 3 Jan Lahoda 2011-10-26 20:37:29 UTC
No report for a very long time (about a year and half), so hopefully fixed.