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 - NullPointerException at com.sun.tools.javac.comp.Lower.visitBinary
Summary: NullPointerException at com.sun.tools.javac.comp.Lower.visitBinary
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-03-28 14:53 UTC by Alexander Simon
Modified: 2016-05-24 23:15 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223215


Attachments
stacktrace (6.38 KB, text/plain)
2016-03-28 14:53 UTC, Alexander Simon
Details
IDE log - Refactoring a Java class after coyping it from another project (398.33 KB, text/plain)
2016-04-14 08:33 UTC, zmirc
Details
stacktrace (8.85 KB, text/plain)
2016-04-19 06:38 UTC, akobberup
Details
stacktrace (7.00 KB, text/plain)
2016-04-24 11:15 UTC, Vladimir Voskresensky
Details
stacktrace (6.55 KB, text/plain)
2016-04-28 08:03 UTC, Alexander Simon
Details
stacktrace (8.15 KB, text/plain)
2016-04-29 09:18 UTC, Alexander Simon
Details
stacktrace (7.92 KB, text/plain)
2016-05-24 23:15 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
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