Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18111

Arquillian warnings are not cleared properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.2.0.CR2
    • 4.2.0.Beta3
    • arquillian
    • Hide
      1. Create test class without test and deployment method
        @RunWith(Arquillian.class)
        public class MyAbstractTest {
        
        	
        }
        
      2. RESULT: there are 2 warnings
      3. Mark the class abstract
        @RunWith(Arquillian.class)
        public abstract class MyAbstractTest {
        
        	
        }
        
      4. Result: there are still 2 warnings (Incorrect)
      5. Go to Clean -> Project and clean the project
      6. Result: no warnings
      Show
      Create test class without test and deployment method @RunWith(Arquillian.class) public class MyAbstractTest { } RESULT: there are 2 warnings Mark the class abstract @RunWith(Arquillian.class) public abstract class MyAbstractTest { } Result: there are still 2 warnings (Incorrect) Go to Clean -> Project and clean the project Result: no warnings

    Description

      When I create an arquillian test without test method and deployment method, I get 2 warnings - that is correct. However, when I mark class as abstract, these warnings should disappear, but they do not. I need to clean the project (causing to rebuild the project) to make those warnings disappear.

      Attachments

        Activity

          People

            snjeza_jira Snjezana Peco (Inactive)
            ljelinko@redhat.com Lucia Jelinkova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: