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 258554

Summary: NullPointerException at com.sun.tools.javac.comp.Lower.visitBinary
Product: java Reporter: Alexander Simon <alexvsimon>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: akobberup, alexvsimon, mkleint, vv159170, zmirc
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223215
Attachments: stacktrace
IDE log - Refactoring a Java class after coyping it from another project
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description Alexander Simon 2016-03-28 14:53:47 UTC
Build: NetBeans IDE Dev (Build 20160325-c377a9a9e7b0)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: SunOS

User Comments:
alexvsimon: ?




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Lower.visitBinary(Lower.java:3319)
   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1951)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2287)
   at com.sun.tools.javac.comp.Lower.visitParens(Lower.java:3144)
   at com.sun.tools.javac.tree.JCTree$JCParens.accept(JCTree.java:1817)
Comment 1 Alexander Simon 2016-03-28 14:53:49 UTC
Created attachment 159022 [details]
stacktrace
Comment 2 zmirc 2016-04-14 08:33:30 UTC
Created attachment 159263 [details]
IDE log - Refactoring a Java class after coyping it from another project
Comment 3 akobberup 2016-04-19 06:38:58 UTC
Created attachment 159311 [details]
stacktrace

Javac goes kinda crazy scanning my code..
Comment 4 Vladimir Voskresensky 2016-04-24 11:15:00 UTC
Created attachment 159414 [details]
stacktrace

externally cleared java file content, saved, pasted new content in external editor again, save
Comment 5 Alexander Simon 2016-04-28 08:03:05 UTC
Created attachment 159455 [details]
stacktrace

start IDE
Comment 6 Exceptions Reporter 2016-04-28 08:03:11 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=223215
Comment 7 Alexander Simon 2016-04-29 09:18:06 UTC
Created attachment 159473 [details]
stacktrace

start IDE
Comment 8 Milos Kleint 2016-05-24 23:15:48 UTC
Created attachment 159867 [details]
stacktrace

exceptions keep rolling in after installing scala support