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 252600 - NullPointerException at com.sun.tools.javac.model.JavacTypes.asElement
Summary: NullPointerException at com.sun.tools.javac.model.JavacTypes.asElement
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-26 18:58 UTC by Maksim Khramov
Modified: 2015-08-07 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217531


Attachments
stacktrace (2.62 KB, text/plain)
2015-05-26 18:58 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2015-05-26 18:58:35 UTC
Build: NetBeans IDE Dev (Build 201505160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
mkhramov: Edit java code




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.model.JavacTypes.asElement(JavacTypes.java:82)
   at info.lahoda.netbeans.code.recommenders.completion.RecommenderCodeCompletion.resolveCodeCompletion(RecommenderCodeCompletion.java:169)
   at info.lahoda.netbeans.code.recommenders.completion.RecommenderCodeCompletion.resolveCodeCompletion(RecommenderCodeCompletion.java:119)
   at info.lahoda.netbeans.code.recommenders.completion.RecommenderCodeCompletion.access$000(RecommenderCodeCompletion.java:83)
   at info.lahoda.netbeans.code.recommenders.completion.RecommenderCodeCompletion$1.run(RecommenderCodeCompletion.java:108)
   at info.lahoda.netbeans.code.recommenders.completion.RecommenderCodeCompletion$1.run(RecommenderCodeCompletion.java:104)
Comment 1 Maksim Khramov 2015-05-26 18:58:36 UTC
Created attachment 153882 [details]
stacktrace