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 271206 - NullPointerException at org.netbeans.modules.java.completion.JavaCompletionTask.addLocalMembersAndVars
Summary: NullPointerException at org.netbeans.modules.java.completion.JavaCompletionTa...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-31 10:50 UTC by J Bachorik
Modified: 2017-08-06 01:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229876


Attachments
stacktrace (2.19 KB, text/plain)
2017-07-31 10:50 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2017-07-31 10:50:09 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
yardus: Working with IDE?




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.completion.JavaCompletionTask.addLocalMembersAndVars(JavaCompletionTask.java:2844)
   at org.netbeans.modules.java.completion.JavaCompletionTask.localResult(JavaCompletionTask.java:2683)
   at org.netbeans.modules.java.completion.JavaCompletionTask.insideNewArray(JavaCompletionTask.java:2229)
   at org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:396)
   at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
   at org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:80)
Comment 1 J Bachorik 2017-07-31 10:50:11 UTC
Created attachment 164868 [details]
stacktrace
Comment 2 Dusan Balek 2017-08-04 11:58:22 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/11b48eb92966
Comment 3 Quality Engineering 2017-08-06 01:44:03 UTC
Integrated into 'main-silver', will be available in build *201708060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/11b48eb92966
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #271206 - NullPointerException at org.netbeans.modules.java.completion.JavaCompletionTask.addLocalMembersAndVars - fixed.