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 244592 - NullPointerException at com.sun.tools.javac.code.Symbol.isInheritedIn
Summary: NullPointerException at com.sun.tools.javac.code.Symbol.isInheritedIn
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-19 17:54 UTC by theshadow27
Modified: 2016-07-07 07:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209812


Attachments
stacktrace (4.56 KB, text/plain)
2014-05-19 17:54 UTC, theshadow27
Details
stacktrace (3.92 KB, text/plain)
2014-08-01 04:16 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2014-05-19 17:54:42 UTC
Build: NetBeans IDE Dev (Build 201405140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
theshadow27: CodeCompleted Collections.unmodifiableCollection(...




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Symbol.isInheritedIn(Symbol.java:522)
   at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:382)
   at org.netbeans.lib.nbjavac.services.NBResolve.isAccessible(NBResolve.java:89)
   at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:368)
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1377)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2076)
Comment 1 theshadow27 2014-05-19 17:54:44 UTC
Created attachment 147336 [details]
stacktrace
Comment 2 Alexander Kouznetsov 2014-08-01 04:16:45 UTC
Created attachment 148463 [details]
stacktrace

Just code completed Bindings.createDoubleBinding(
Comment 3 Martin Balin 2016-07-07 07:18:49 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