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 271842 - javax.swing.text.BadLocationException: No sequence for position
Summary: javax.swing.text.BadLocationException: No sequence for position
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-22 17:05 UTC by Alexander Simon
Modified: 2017-11-22 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230991


Attachments
stacktrace (4.66 KB, text/plain)
2017-11-22 17:05 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2017-11-22 17:05:35 UTC
Build: NetBeans IDE Dev (Build 20170824-15c959ada3ef)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Windows 10

User Comments:
alexvsimon: edit ent file




Stacktrace: 
javax.swing.text.BadLocationException: No sequence for position
   at org.netbeans.modules.xml.text.api.dom.XMLSyntaxSupport.runWithSequence(XMLSyntaxSupport.java:292)
   at org.netbeans.modules.xml.text.completion.XMLCompletionProvider.noCompletion(XMLCompletionProvider.java:171)
   at org.netbeans.modules.xml.text.completion.XMLCompletionProvider.checkCompletion(XMLCompletionProvider.java:144)
   at org.netbeans.modules.xml.text.completion.XMLCompletionProvider.getAutoQueryTypes(XMLCompletionProvider.java:89)
   at org.netbeans.modules.editor.completion.CompletionImpl.insertUpdate(CompletionImpl.java:352)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:85)
Comment 1 Alexander Simon 2017-11-22 17:05:38 UTC
Created attachment 165488 [details]
stacktrace