Haohui Mai created HADOOP-10478: ----------------------------------- Summary: Fix new findbugs warnings in hadoop-maven-plugins Key: HADOOP-10478 URL: https://issues.apache.org/jira/browse/HADOOP-10478 Project: Hadoop Common Issue Type: Sub-task Reporter: Haohui Mai
The following findbug warning needs to be fixed: {noformat} [INFO] --- findbugs-maven-plugin:2.5.3:check (default-cli) @ hadoop-maven-plugins --- [INFO] BugInstance size is 1 [INFO] Error size is 0 [INFO] Total bugs: 1 [INFO] Found reliance on default encoding in new org.apache.hadoop.maven.plugin.util.Exec$OutputBufferThread(InputStream): new java.io.InputStreamReader(InputStream) ["org.apache.hadoop.maven.plugin.util.Exec$OutputBufferThread"] At Exec.java:[lines 89-114] {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)