[
https://issues.apache.org/jira/browse/HDFS-7510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243236#comment-14243236
]
Xiaoyu Yao commented on HDFS-7510:
----------------------------------
The latest findbugs report shows that the four "Bad practice Warnings on
formating string with \n instead of %n" have been fixed with this patch.
Other findbugs issue will be addressed by separate JIRAs.
> Format string should use %n rather than \n in hadoop-hdfs
> ---------------------------------------------------------
>
> Key: HDFS-7510
> URL: https://issues.apache.org/jira/browse/HDFS-7510
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Attachments: HDFS-7510.0.patch
>
>
> Bad practice Warnings
> Code Warning
> FS Format string should use %n rather than \n in
> org.apache.hadoop.hdfs.server.datanode.DataNode.refreshVolumes(String)
> FS Format string should use %n rather than \n in
> org.apache.hadoop.hdfs.server.datanode.DataNode.refreshVolumes(String)
> FS Format string should use %n rather than \n in
> org.apache.hadoop.hdfs.server.datanode.DataStorage.removeVolumes(Collection)
> FS Format string should use %n rather than \n in
> org.apache.hadoop.hdfs.tools.DFSAdmin.getReconfigurationStatus(String,
> String, PrintStream, PrintStream)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)