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

Summary: NullPointerException at com.sun.tools.javac.code.Symbol.isInheritedIn
Product: java Reporter: theshadow27 <theshadow27>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: FrantaM, mrkam
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209812
Attachments: stacktrace
stacktrace

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