This message was deleted.
# dev
s
This message was deleted.
🕺 3
🙌 3
🚀 3
g
build failed w/
Copy code
An exception has occurred in the compiler (1.8.0_352). Please file a bug against the Java compiler via the Java bug reporting page (<http://bugreport.java.com>) after checking the Bug Database (<http://bugs.java.com>) for duplicates. Include your program and the following diagnostic in your report. Thank you.
[INFO] -------------------------------------------------------------
Error:  COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
Error:  An unknown compilation problem occurred
Copy code
java.lang.NullPointerException
	at com.sun.tools.javac.jvm.Code.emitop1w(Code.java:962)
	at com.sun.tools.javac.jvm.Items$LocalItem.load(Items.java:399)
	at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:966)
	at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1935)
	at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
	at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:947)
	at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:966)
	at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1935)
	at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1516)
not every day you get a java compiler bug
😅 1
it works on java 17, though 🥸
a
next PR for removing java 8 and java 11 support? 😛
g
i wish