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 214673 - NullPointerException at org.netbeans.modules.html.editor.completion.HtmlCompletionProvider$DocQuery.doQuery
Summary: NullPointerException at org.netbeans.modules.html.editor.completion.HtmlCompl...
Status: RESOLVED DUPLICATE of bug 213434
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 11:14 UTC by Exceptions Reporter
Modified: 2012-09-14 12:36 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189988


Attachments
stacktrace (645 bytes, text/plain)
2012-06-24 11:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-24 11:14:36 UTC
This bug was originally marked as duplicate of bug 213434, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9325-on-20120622)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
mcneill.cc: Saving an edit to jsp file.

GUEST: Editing an html page

GUEST: Unknown cause. Typing, I don't think a context menu was trying to come up. I just randomly got an alert with no slowdown.

kolen: Pressed autocomplete in html file editor

kolen: Pressed ctrl+shift+space (show method documentation) in php file editor.

mcneill.cc: Saving a JSP page.

jyeary: Code completion.

kolen: Put cursor to variable inside expression in PHP file and pressed ctrl+shift+space (show documentation).

kolen: Put cursor on variable in php file and pressed ctrl+shift+space (show documentation).

yyq2008: Let IDE tip jsf managedbean name on jsf page.

mcneill.cc: CTRL + S save js file.

schkovich: back space during code completion wondering about class constants defined




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.html.editor.completion.HtmlCompletionProvider$DocQuery.doQuery(HtmlCompletionProvider.java:232)
   at org.netbeans.modules.html.editor.completion.HtmlCompletionProvider$AbstractQuery.query(HtmlCompletionProvider.java:281)
   at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:223)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Exceptions Reporter 2012-06-24 11:14:42 UTC
Created attachment 121263 [details]
stacktrace
Comment 2 Marek Fukala 2012-09-14 12:36:25 UTC

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