You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Song (JIRA)" <be...@incubator.apache.org> on 2005/05/09 02:10:04 UTC

[jira] Created: (BEEHIVE-617) NPE when compiling a composite control impl

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
 Assigned to: Eddie O'Neil 
     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


[jira] Resolved: (BEEHIVE-617) NPE when compiling a composite control impl

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-617?page=all ]
     
James Song resolved BEEHIVE-617:
--------------------------------

    Resolution: Cannot Reproduce

> 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


[jira] Updated: (BEEHIVE-617) NPE when compiling a composite control impl

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-617?page=all ]

Eddie O'Neil updated BEEHIVE-617:
---------------------------------

    Assign To: James Song  (was: Eddie O'Neil)

James -- The CompositeMThreadControlBeanBeanInfo.class file seems to be built for me into controls/test/build/classes/beans.  I've activated the two inactive tests:

  DriveNestedMultiThreaded
  DriveNestedSingleThreaded

and passed the DRTs.  Back to you...

> 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


[jira] Closed: (BEEHIVE-617) NPE when compiling a composite control impl

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ 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


[jira] Updated: (BEEHIVE-617) NPE when compiling a composite control impl

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-617?page=all ]

Eddie O'Neil updated BEEHIVE-617:
---------------------------------

    Assign To: James Song  (was: Eddie O'Neil)

James, I'm passing this back to you for now; the problem seemed to be caused by a source error in spelling "false" which caused the subsequent exceptions.

One question I've got is this -- what do we do with APT errors?

If you agree with my fix to move .jcs.inactive to .jcs, go ahead and resolve.

> 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


[jira] Updated: (BEEHIVE-617) NPE when compiling a composite control impl

Posted by "James Song (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-617?page=all ]

James Song updated BEEHIVE-617:
-------------------------------

    Assign To: Eddie O'Neil  (was: James Song)

Eddie:
with your r169222, CompositeMThreadControlBeanBeanInfo.java is generated into controls\test\build\beansrc but not compiled.
Which might be the cause of ClassNotFound when compiling controls\test\src\drivers\org\apache\beehive\controls\test\driver\threading\DriveNestedMultiThread.java   which is checked in by r169228 but remain inactive.

> 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: Eddie O'Neil
>      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