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 255488

Summary: NullPointerException at com.sun.tools.javac.code.Types$DescriptorFilter.accepts
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220106
Attachments: stacktrace

Description Exceptions Reporter 2015-09-22 14:12:37 UTC
This bug was originally marked as duplicate of bug 248598, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: .




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:723)
   at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:713)
   at com.sun.tools.javac.code.Scope$2$1.skipToNextMatchingEntry(Scope.java:410)
   at com.sun.tools.javac.code.Scope$2$1.update(Scope.java:401)
   at com.sun.tools.javac.code.Scope$2$1.<init>(Scope.java:380)
   at com.sun.tools.javac.code.Scope$2.iterator(Scope.java:376)
Comment 1 Exceptions Reporter 2015-09-22 14:12:39 UTC
Created attachment 156353 [details]
stacktrace