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 257568 - NullPointerException at org.netbeans.modules.xml.schema.completion.util.CompletionUtil.getEndTagCompletionItem
Summary: NullPointerException at org.netbeans.modules.xml.schema.completion.util.Compl...
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 17:03 UTC by zlogic
Modified: 2016-01-14 17:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222120


Attachments
stacktrace (659 bytes, text/plain)
2016-01-14 17:03 UTC, zlogic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zlogic 2016-01-14 17:03:58 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 10

User Comments:
zlogic: I was editing an XML document




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.schema.completion.util.CompletionUtil.getEndTagCompletionItem(CompletionUtil.java:899)
   at org.netbeans.modules.xml.schema.completion.CompletionQuery.query(CompletionQuery.java:129)
   at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:223)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 zlogic 2016-01-14 17:03:59 UTC
Created attachment 158132 [details]
stacktrace