Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 40797 invoked from network); 9 May 2005 16:27:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2005 16:27:48 -0000 Received: (qmail 73055 invoked by uid 500); 9 May 2005 16:30:41 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 72956 invoked by uid 500); 9 May 2005 16:30:40 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 72842 invoked by uid 99); 9 May 2005 16:30:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 09 May 2005 09:30:38 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B86F32DF for ; Mon, 9 May 2005 18:27:05 +0200 (CEST) Message-ID: <1298452853.1115656025754.JavaMail.jira@ajax.apache.org> Date: Mon, 9 May 2005 18:27:05 +0200 (CEST) From: "James Song (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Closed: (BEEHIVE-617) NPE when compiling a composite control impl In-Reply-To: <939300840.1115597404574.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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