You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2013/12/27 20:49:51 UTC

[jira] [Created] (OWB-922) Instance#select() rules are wrong

Mark Struberg created OWB-922:
---------------------------------

             Summary: Instance#select()  rules are wrong
                 Key: OWB-922
                 URL: https://issues.apache.org/jira/browse/OWB-922
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.1
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.2.2


@Inject Instance<Foo> i;
i.select(new DefaultListeral()).get();

currently complains that the Default qualifier is added twice.
This check in the spec only concerns the parameters of select itself. A redundant qualifier from the Instance<T> InjectionPoint should gracefully be ignored.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)