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 166314 - NullPointerException at org.netbeans.modules.xml.schema.completion.util.CompletionUtil.populateItemsForAny
Summary: NullPointerException at org.netbeans.modules.xml.schema.completion.util.Compl...
Status: RESOLVED DUPLICATE of bug 165747
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 01:53 UTC by Jesse Glick
Modified: 2012-03-26 09:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152044


Attachments
stacktrace (4.00 KB, text/plain)
2009-06-01 01:53 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-06-01 01:53:48 UTC
Build: NetBeans IDE Dev (Build 090526)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
jglick: Code completion in a Jelly script.



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed due to: java.lang.NullPointerException
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:267)
        at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.performQuery(AsyncCompletionTask.java:174)
        at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.query(AsyncCompletionTask.java:127)
        at org.netbeans.modules.editor.completion.CompletionImpl.queryResultSets(CompletionImpl.java:1533)
        at org.netbeans.modules.editor.completion.CompletionImpl.completionQuery(CompletionImpl.java:628)
        at org.netbeans.modules.editor.completion.CompletionImpl.showCompletion(CompletionImpl.java:809)
Comment 1 Jesse Glick 2009-06-01 01:53:53 UTC
Created attachment 83045 [details]
stacktrace
Comment 2 Svata Dedic 2012-03-26 09:03:50 UTC

*** This bug has been marked as a duplicate of bug 165747 ***