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 238233 - NullPointerException at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveToolTip
Summary: NullPointerException at org.netbeans.modules.editor.java.JavaCompletionProvid...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 15:24 UTC by sreimers
Modified: 2016-07-07 07:18 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205164


Attachments
stacktrace (1.73 KB, text/plain)
2013-11-11 15:24 UTC, sreimers
Details
stacktrace (1.73 KB, text/plain)
2014-12-02 23:28 UTC, flynnk
Details
stacktrace (1.73 KB, text/plain)
2015-02-01 16:52 UTC, miibx5
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-11-11 15:24:33 UTC
Build: NetBeans IDE Dev (Build 201311080001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b56, Java(TM) SE Runtime Environment, 1.8.0-ea-b114
OS: Mac OS X

User Comments:
sreimers: Typing code in Java editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveToolTip(JavaCompletionProvider.java:570)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.run(JavaCompletionProvider.java:450)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$Task.run(JavaCompletionProvider.java:5879)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:593)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
Comment 1 sreimers 2013-11-11 15:24:35 UTC
Created attachment 142058 [details]
stacktrace
Comment 2 flynnk 2014-12-02 23:28:12 UTC
Created attachment 150849 [details]
stacktrace

Attempting to introduce an invalid lambda expression referencing this in the actual call to a superclass constructor.
Comment 3 miibx5 2015-02-01 16:52:05 UTC
Created attachment 151768 [details]
stacktrace

Importing a class
Comment 4 Martin Balin 2016-07-07 07:18:01 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss