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

One CDI validation problem per one validation issue should be reported instead of two identical ones

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 3.3.0.Beta3
    • 3.3.0.Beta2
    • cdi
    • None

      There are many examples of validation problems which are reported twice, with the same description, resource, path, location, type and also quick fix proposals. In this situation I think there is no need to obtain two identical validation errors.

      Examples of such a situation:

      Bean1.java
      public class Bean1() {
      
          public void foo(@Observes String param1, @Disposes String param2) {
      		
          }
      }
      
      Bean2.java
      public class Bean2() {
      
          @Inject
          public Bean2(@Observes String param) {
      		
          }
      }
      

            alexeykazakov Alexey Kazakov
            jjankovi Jaroslav Jankovič (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: