You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2015/03/18 07:36:39 UTC

[jira] [Updated] (WW-4475) CarGurusValueStackFactory.setContainer() has unused local variable

     [ https://issues.apache.org/jira/browse/WW-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-4475:
------------------------------
    Fix Version/s: 2.5

> CarGurusValueStackFactory.setContainer() has unused local variable
> ------------------------------------------------------------------
>
>                 Key: WW-4475
>                 URL: https://issues.apache.org/jira/browse/WW-4475
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>            Reporter: Jasper Rosenberg
>            Priority: Minor
>              Labels: ognl
>             Fix For: 2.5
>
>
> Not sure of the intent, but this code appears to do nothing...
> {code:java}
> if (Map.class.isAssignableFrom(cls)) {
>     PropertyAccessor acc = container.getInstance(PropertyAccessor.class, name);
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)