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 262234 - NullPointerException at com.sun.tools.javac.code.Types$DescriptorFilter.accepts
Summary: NullPointerException at com.sun.tools.javac.code.Types$DescriptorFilter.accepts
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-26 09:49 UTC by markiewb
Modified: 2018-02-16 13:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224219


Attachments
stacktrace (8.54 KB, text/plain)
2016-05-26 09:49 UTC, markiewb
Details
stacktrace (8.82 KB, text/plain)
2016-11-11 07:55 UTC, akobberup
Details
stacktrace (8.90 KB, text/plain)
2016-11-14 09:58 UTC, akobberup
Details
stacktrace (8.55 KB, text/plain)
2018-01-19 14:23 UTC, Exceptions Reporter
Details
stacktrace (8.16 KB, text/plain)
2018-02-16 13:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-05-26 09:49:09 UTC
Build: NetBeans IDE Dev (Build 201605190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
markiewb: Background scanning




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:734)
   at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:721)
   at com.sun.tools.javac.code.Scope$ScopeImpl$1$1.skipToNextMatchingEntry(Scope.java:605)
   at com.sun.tools.javac.code.Scope$ScopeImpl$1$1.update(Scope.java:594)
   at com.sun.tools.javac.code.Scope$ScopeImpl$1$1.<init>(Scope.java:573)
   at com.sun.tools.javac.code.Scope$ScopeImpl$1.iterator(Scope.java:569)
Comment 1 markiewb 2016-05-26 09:49:11 UTC
Created attachment 159886 [details]
stacktrace
Comment 2 akobberup 2016-11-11 07:55:29 UTC
Created attachment 162872 [details]
stacktrace

Just opened some projects
Comment 3 akobberup 2016-11-14 09:58:29 UTC
Created attachment 162903 [details]
stacktrace

Clean maven project
Comment 4 Exceptions Reporter 2017-06-06 12:16:07 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=224219
Comment 5 Exceptions Reporter 2018-01-19 14:23:03 UTC
Created attachment 165614 [details]
stacktrace

scanning projects in background (?)
Comment 6 Exceptions Reporter 2018-02-16 13:20:30 UTC
Created attachment 165633 [details]
stacktrace

.