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 238654 - NullPointerException at com.sun.tools.javac.comp.Check.checkConflicts
Summary: NullPointerException at com.sun.tools.javac.comp.Check.checkConflicts
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: 2013-11-21 14:19 UTC by petrk
Modified: 2016-07-07 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205469


Attachments
stacktrace (3.97 KB, text/plain)
2013-11-21 14:19 UTC, petrk
Details
stacktrace (3.90 KB, text/plain)
2014-01-20 09:42 UTC, Vladimir Voskresensky
Details
stacktrace (4.04 KB, text/plain)
2014-03-24 06:30 UTC, Vladimir Voskresensky
Details
stacktrace (3.90 KB, text/plain)
2014-03-24 07:12 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2013-11-21 14:19:09 UTC
Build: NetBeans IDE Dev (Build 201311190002)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: SunOS

User Comments:
petrk: I was inserting code




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Check.checkConflicts(Check.java:2388)
   at com.sun.tools.javac.comp.Lower$1.visitMethodDef(Lower.java:723)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:778)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
   at com.sun.tools.javac.tree.TreeScanner.visitClassDef(TreeScanner.java:80)
Comment 1 petrk 2013-11-21 14:19:12 UTC
Created attachment 142447 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2014-01-20 09:42:51 UTC
Created attachment 144138 [details]
stacktrace

restarted IDE with opened projects
Comment 3 Vladimir Voskresensky 2014-03-24 06:30:41 UTC
Created attachment 146259 [details]
stacktrace

reopen IDE
Comment 4 Vladimir Voskresensky 2014-03-24 07:12:41 UTC
Created attachment 146261 [details]
stacktrace

constant NPE in any Java files
Comment 5 Vladimir Voskresensky 2014-03-24 07:22:25 UTC
IDE is unusable today...
Product Version: NetBeans IDE Dev (Build 20140324-acb271f34cdb)
Java: 1.7.0_51; Java HotSpot(TM) Server VM 24.51-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_51-b13
System: SunOS version 5.11 running on x86; UTF-8; en_US (nb)
Comment 6 Martin Balin 2016-07-07 07:18:09 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