[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1337) compilation errors in modeshape in JBDS 4.0.0.Beta2 (trunk)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Sep 24 00:17:28 EDT 2010


    [ https://jira.jboss.org/browse/JBDS-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12552890#action_12552890 ] 

Nick Boldt commented on JBDS-1337:
----------------------------------

Also affects Beta1 build.

     [java]     [javac] Compiling 10 source files to /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.jmx.core.test/@dot
     [java]     [javac] ----------
     [java]     [javac] 1. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 38)
     [java]     [javac] 	public Map<String, NodeType> getNodeTypes( Workspace arg0 ) throws Exception {
     [java]     [javac] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getNodeTypes(Workspace) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 2. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 48)
     [java]     [javac] 	public Collection<Repository> getRepositories( Server server ) throws Exception {
     [java]     [javac] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getRepositories(Server) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 3. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 59)
     [java]     [javac] 	public URL getUrl( File file,
     [java]     [javac]                        String path,
     [java]     [javac]                        Workspace workspace ) throws Exception {
     [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getUrl(File, String, Workspace) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 4. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 71)
     [java]     [javac] 	public Collection<Workspace> getWorkspaces( Repository repository ) throws Exception {
     [java]     [javac] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getWorkspaces(Repository) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 5. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 82)
     [java]     [javac] 	public Status publish( Workspace workspace,
     [java]     [javac]                            String path,
     [java]     [javac]                            File file ) {
     [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method publish(Workspace, String, File) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 6. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 95)
     [java]     [javac] 	public Status unpublish( Workspace workspace,
     [java]     [javac]                              String path,
     [java]     [javac]                              File file ) {
     [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method unpublish(Workspace, String, File) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 7. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 108)
     [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
     [java]     [javac]                                  String arg1,
     [java]     [javac]                                  String arg2 ) throws Exception {
     [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method query(Workspace, String, String) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 8. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 121)
     [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
     [java]     [javac]                                  String arg1,
     [java]     [javac]                                  String arg2,
     [java]     [javac]                                  int arg3,
     [java]     [javac]                                  int arg4 ) throws Exception {
     [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method query(Workspace, String, String, int, int) of type MockRestClient must override a superclass method
     [java]     [javac] ----------
     [java]     [javac] 9. ERROR in /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 136)
     [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
     [java]     [javac]                                  String arg1,
     [java]     [javac]                                  String arg2,
     [java]     [javac]                                  int arg3,
     [java]     [javac]                                  int arg4,
     [java]     [javac]                                  Map<String, String> arg5 ) throws Exception {
     [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method query(Workspace, String, String, int, int, Map<String,String>) of type MockRestClient must override a superclass method
     [java]     [javac] ----------


http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-4.0.0.Beta1/2/console

> compilation errors in modeshape in JBDS 4.0.0.Beta2 (trunk)
> -----------------------------------------------------------
>
>                 Key: JBDS-1337
>                 URL: https://jira.jboss.org/browse/JBDS-1337
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: Modeshape
>    Affects Versions: 4.0.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Dan Florian
>            Priority: Blocker
>
>      [java] checkCompilationResults:
>      [java]     [javac] ----------
>      [java]     [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 38)
>      [java]     [javac] 	public Map<String, NodeType> getNodeTypes( Workspace arg0 ) throws Exception {
>      [java]     [javac] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method getNodeTypes(Workspace) of type MockRestClient 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.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 48)
>      [java]     [javac] 	public Collection<Repository> getRepositories( Server server ) throws Exception {
>      [java]     [javac] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method getRepositories(Server) of type MockRestClient 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.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 59)
>      [java]     [javac] 	public URL getUrl( File file,
>      [java]     [javac]                        String path,
>      [java]     [javac]                        Workspace workspace ) throws Exception {
>      [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method getUrl(File, String, Workspace) of type MockRestClient 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.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 71)
>      [java]     [javac] 	public Collection<Workspace> getWorkspaces( Repository repository ) throws Exception {
>      [java]     [javac] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method getWorkspaces(Repository) of type MockRestClient 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.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 82)
>      [java]     [javac] 	public Status publish( Workspace workspace,
>      [java]     [javac]                            String path,
>      [java]     [javac]                            File file ) {
>      [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method publish(Workspace, String, File) of type MockRestClient must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 6. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 95)
>      [java]     [javac] 	public Status unpublish( Workspace workspace,
>      [java]     [javac]                              String path,
>      [java]     [javac]                              File file ) {
>      [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method unpublish(Workspace, String, File) of type MockRestClient must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 7. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 108)
>      [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
>      [java]     [javac]                                  String arg1,
>      [java]     [javac]                                  String arg2 ) throws Exception {
>      [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method query(Workspace, String, String) of type MockRestClient must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 8. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 121)
>      [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
>      [java]     [javac]                                  String arg1,
>      [java]     [javac]                                  String arg2,
>      [java]     [javac]                                  int arg3,
>      [java]     [javac]                                  int arg4 ) throws Exception {
>      [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method query(Workspace, String, String, int, int) of type MockRestClient must override a superclass method
>      [java]     [javac] ----------
>      [java]     [javac] 9. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java (at line 136)
>      [java]     [javac] 	public List<QueryRow> query( Workspace arg0,
>      [java]     [javac]                                  String arg1,
>      [java]     [javac]                                  String arg2,
>      [java]     [javac]                                  int arg3,
>      [java]     [javac]                                  int arg4,
>      [java]     [javac]                                  Map<String, String> arg5 ) throws Exception {
>      [java]     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      [java]     [javac] The method query(Workspace, String, String, int, int, Map<String,String>) of type MockRestClient must override a superclass method
>      [java]     [javac] ----------
> http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta2/225/console

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list