[ http://issues.apache.org/jira/browse/BEEHIVE-617?page=all ] James Song closed BEEHIVE-617: ------------------------------
could not repro the second failure on another machine. > NPE when compiling a composite control impl > ------------------------------------------- > > Key: BEEHIVE-617 > URL: http://issues.apache.org/jira/browse/BEEHIVE-617 > Project: Beehive > Type: Bug > Components: Controls > Versions: V1 > Reporter: James Song > Assignee: James Song > Fix For: TBD > > Error messages: > build-test-beans: > [echo] ** Compiling Controls ** > [apt] Compiling 1 source file to > D:\beehive\controls\test\build\classes\beans > [apt] An exception has occurred in the compiler (1.5.0). Please file a > bug at the Java Develop > er Connection (http://java.sun.com/webapps/bugreport) after checking the Bug > Parade for duplicates. > Include your program and the following diagnostic in your report. Thank you. > [apt] java.lang.NullPointerException > [apt] at com.sun.tools.javac.comp.Flow.visitApply(Flow.java:1100) > [apt] at com.sun.tools.javac.tree.Tree$Apply.accept(Tree.java:819) > [apt] at > com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:34) > [apt] at com.sun.tools.javac.comp.Flow.scanExpr(Flow.java:500) > [apt] at com.sun.tools.javac.comp.Flow.visitReturn(Flow.java:1086) > [apt] at com.sun.tools.javac.tree.Tree$Return.accept(Tree.java:774) > [apt] at > com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:34) > [apt] at com.sun.tools.javac.comp.Flow.scanStat(Flow.java:484) > [apt] at com.sun.tools.javac.comp.Flow.scanStats(Flow.java:492) > [apt] at com.sun.tools.javac.comp.Flow.visitBlock(Flow.java:732) > [apt] at com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:540) > [apt] at > com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:34) > [apt] at com.sun.tools.javac.comp.Flow.scanStat(Flow.java:484) > [apt] at com.sun.tools.javac.comp.Flow.visitMethodDef(Flow.java:684) > [apt] at > com.sun.tools.javac.tree.Tree$MethodDef.accept(Tree.java:482) > [apt] at > com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:34) > [apt] at com.sun.tools.javac.comp.Flow.visitClassDef(Flow.java:624) > [apt] at > com.sun.tools.javac.tree.Tree$ClassDef.accept(Tree.java:438) > [apt] at > com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:34) > [apt] at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:1229) > [apt] at > com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:418) > [apt] at com.sun.tools.javac.main.Main.compile(Main.java:592) > [apt] at com.sun.tools.javac.main.Main.compile(Main.java:544) > [apt] at com.sun.tools.javac.Main.compile(Main.java:58) > [apt] at com.sun.tools.apt.main.Main.compile(Main.java:990) > [apt] at com.sun.tools.apt.Main.compile(Main.java:41) > [apt] at com.sun.tools.apt.Main.main(Main.java:32) > BUILD FAILED > D:\beehive\controls\test\build.xml:170: The following error occurred while > executing this line: > D:\beehive\controls\test\build.xml:212: Compile failed; see the compiler > error output for details. > Repro: > 1. svn update to r169194; > 2. change the file extension of > trunk\controls\test\src\controls\org\apache\beehive\controls\test\controls\threading\nested\CompositeMThreadControlImpl.jcs.inactive > to CompositeMThreadControlImpl.jcs; > 3. run ant build from trunk\controls\test -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
