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 2010/06/07 22:18:51 UTC

[jira] Created: (OWB-392) AbstractInjectable#dependentInstanceOfProducerMethods must not be static nor public

AbstractInjectable#dependentInstanceOfProducerMethods must not be static nor public
-----------------------------------------------------------------------------------

                 Key: OWB-392
                 URL: https://issues.apache.org/jira/browse/OWB-392
             Project: OpenWebBeans
          Issue Type: Bug
            Reporter: Mark Struberg
            Assignee: Gurkan Erdogdu
             Fix For: 1.0.0-CR1


AbstractInjectable#dependentInstanceOfProducerMethod is currently a public field and gets directly accessed and even filled from other classes.

The fact that this is static may also cause problems in EE scenarios.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OWB-392) AbstractInjectable#dependentInstanceOfProducerMethods must not be static nor public

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu updated OWB-392:
-------------------------------

           Issue Type: Improvement  (was: Bug)
        Fix Version/s: 1.0.0-CR2
                           (was: 1.0.0-CR1)
    Affects Version/s: 1.0.0-CR1

Not every static cause  Problems in *EE*. And not a *Bug* until it is a bug :)

> AbstractInjectable#dependentInstanceOfProducerMethods must not be static nor public
> -----------------------------------------------------------------------------------
>
>                 Key: OWB-392
>                 URL: https://issues.apache.org/jira/browse/OWB-392
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-CR1
>            Reporter: Mark Struberg
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.0.0-CR2
>
>
> AbstractInjectable#dependentInstanceOfProducerMethod is currently a public field and gets directly accessed and even filled from other classes.
> The fact that this is static may also cause problems in EE scenarios.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.