[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1693) CNF of TestNG plugin when refactoring class

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Aug 23 18:17:17 EDT 2011


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

Nick Boldt commented on JBDS-1693:
----------------------------------

Can reproduce on linux 32 using jbdevstudio-product-linux-gtk-5.0.0.v201108230443N-H744-M3.jar. Tried on JBDS 4.1.0.GA but could not reproduce.

So, this is just affecting 5.x, which includes TestNG 6.0.1 (where 4.x has 5.14.6).

{code}
Plug-in org.testng.eclipse was unable to load class org.testng.eclipse.refactoring.TestNGRefactoringContribution.
{code}

Problem comes from this change to the plugin.xml between 5.14.6:

{code}
 <extension
         point="org.eclipse.ltk.core.refactoring.refactoringContributions">
      <contribution
            class="org.testng.eclipse.refactoring.ConvertFromJUnitRefactoringContribution"
            id="org.testng.eclipse.convert">
      </contribution>
   </extension>
{code}

and 6.0.1 (also in 6.1.1 - just checked):

{code}
  <extension
         point="org.eclipse.ltk.core.refactoring.refactoringContributions">
      <contribution
            class="org.testng.eclipse.refactoring.ConvertFromJUnitRefactoringContribution"
            id="org.testng.eclipse.convert">
      </contribution>
      <contribution
            class="org.testng.eclipse.refactoring.TestNGRefactoringContribution"
            id="org.testng.eclipse.refactoring.testng">
      </contribution>
  </extension>
{code}

Problem appears to be that that class is nowhere to be found in the plugin's contained jars!


> CNF of TestNG plugin when refactoring class
> -------------------------------------------
>
>                 Key: JBDS-1693
>                 URL: https://issues.jboss.org/browse/JBDS-1693
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: 3rdPartyCertification, Build
>    Affects Versions: 5.0.0.M2
>         Environment: jbdevstudio-product-linux-gtk-5.0.0.v201106172137N-H681-M2.jar, jbdevstudio-product-linux-gtk-5.0.0.v201108200628N-H743-M3.jar
>            Reporter: Libor Zoubek
>            Assignee: Libor Zoubek
>             Fix For: 5.0.0.M3
>
>         Attachments: .log
>
>


--
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