You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/02/05 20:49:36 UTC

[jira] [Resolved] (YARN-3146) Unused readObject() method in WebAppProxyServlet

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

Steve Loughran resolved YARN-3146.
----------------------------------
       Resolution: Invalid
    Fix Version/s: 2.7.0

It's used by the servlet deserialization code, which while not a code path used by jersey/grizzly, is something findbugs needs. 

needs to be left in -just with some javadocs to explain why

> Unused readObject() method in WebAppProxyServlet
> ------------------------------------------------
>
>                 Key: YARN-3146
>                 URL: https://issues.apache.org/jira/browse/YARN-3146
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 2.7.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>             Fix For: 2.7.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> YARN-2940, "fix new findbugs", somehow inserted a new private method into {{WebAppProxyServlet}}: {{readObject()}}
> This method is not used and so unrelated to any findbugs warnings.
> It should be deleted and only re-inserted with any code that actually uses it.



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