[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1401) Compile failed in org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Mon Nov 15 05:47:43 EST 2010


     [ https://jira.jboss.org/browse/JBDS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan resolved JBDS-1401.
-------------------------------

    Resolution: Done


Looks like Java 1.5 was used for compilation and Source code was written for 1.6. Now build is running without errors. There where no changes to Source code and Java 1.6 is specified in Hudson Job configuration. Unfortunately build log with reported error is not available anymore so I'm not able to check used JRE.

> Compile failed in org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)
> ------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1401
>                 URL: https://jira.jboss.org/browse/JBDS-1401
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: visualeditor
>    Affects Versions: 4.0.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Vlado Pakan
>            Priority: Blocker
>             Fix For: 4.0.0.Beta2
>
>
>     [java]      [copy] Copied 1 empty directory to 1 empty directory under /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.test/@dot
>      [java]     [javac] ----------
>      [java]     [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)
>      [java]     [javac] 	public Integer run() {
>      [java]     [javac] 	               ^^^^^
>      [java]     [javac] The method run() of type new Result<Integer>(){} must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 2. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 71)
>      [java]     [javac] 	public Integer run() {
>      [java]     [javac] 	               ^^^^^
>      [java]     [javac] The method run() of type new Result<Integer>(){} must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 3. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 83)
>      [java]     [javac] 	public void run() {
>      [java]     [javac] 	            ^^^^^
>      [java]     [javac] The method run() of type new VoidResult(){} must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 4. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 91)
>      [java]     [javac] 	public void run() {
>      [java]     [javac] 	            ^^^^^
>      [java]     [javac] The method run() of type new VoidResult(){} must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 5. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 103)
>      [java]     [javac] 	public void run() {
>      [java]     [javac] 	            ^^^^^
>      [java]     [javac] The method run() of type new VoidResult(){} must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 5 problems (5 errors)
>      [java]     [javac] Compilation failed. Compiler errors are available in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/@dot.log
> http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-4.0.0.Beta2/448/console

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list