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

CDI as-you-type validator should not validate injections which use supported CDI extensions and ignored by the build CDI validator.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.Alpha2
    • 4.0.0.Alpha1
    • cdi-extensions
    • None

    Description

      1. Create Seam 3.1 project.
      2. Create the following class:

      package test;
      
      import javax.inject.Inject;
      import org.jboss.solder.servlet.http.RequestParam;
      
      public class Tiger {
      
      }
      

      3. Add this injection point to the class: @Inject @RequestParam String s; Don't save the file!
      4. FAILURE: the injection marked as a problem since there is no bean which can be injected.
      5. Save the file.
      6. ASSERT: The is no problem since the injection annotated @RequestParam

      Attachments

        Activity

          People

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: