java.lang.NullPointerException at com.sun.tools.javac.jvm.Code.emitop0(Code.java:538) at com.sun.tools.javac.jvm.Items$SelfItem.load(Items.java:367) at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:858) at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1763) at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1355) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:839) at com.sun.tools.javac.jvm.Gen.visitAssign(Gen.java:1819) at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1453) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:839) at com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1631) at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1150) at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:686) at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:721) at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:707) at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:758) at com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:1033) at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:773) at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:686) at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:721) at com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:914) at com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:887) at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:660) at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:686) at com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2272) at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:737) at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1492) at com.sun.tools.javac.api.JavacTaskImpl$3.process(JavacTaskImpl.java:542) at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:630) at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:545) at org.netbeans.modules.java.source.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:279) at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:208) at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$1.run(JavaCustomIndexer.java:170) at org.netbeans.modules.java.source.usages.ClassIndexManager.prepareWriteLock(ClassIndexManager.java:117) at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:170) at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:175) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:240) at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:173) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:1697) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$1200(RepositoryUpdater.java:1437) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:1617) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:1615) at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:454) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:1615) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:2001) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:2182) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:2049) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:3649) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:3589) at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:587) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619)