Sandy Ryza created MAPREDUCE-4725: ------------------------------------- Summary: Setting local variables to null causes findbugs 2 warnings Key: MAPREDUCE-4725 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4725 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 2.0.2-alpha Reporter: Sandy Ryza Assignee: Sandy Ryza
In a couple places, local variables are set to null when they are no longer used. This is unnecessary as the compiler is able to figure this out, and causes findbugs warnings. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira