You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsuyoshi Ozawa (JIRA)" <ji...@apache.org> on 2016/09/12 07:25:20 UTC

[jira] [Commented] (HADOOP-13592) Outputs errors and warnings by checkstyle at compile time

    [ https://issues.apache.org/jira/browse/HADOOP-13592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483343#comment-15483343 ] 

Tsuyoshi Ozawa commented on HADOOP-13592:
-----------------------------------------

The current number of errors is over 80000.
{quote}
$ mvn checkstyle:checkstyle | grep "errors\ reported" | awk '{sum += $4} END {print sum}'
86040

$ mvn checkstyle:checkstyle | grep "errors\ reported"
Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8
[INFO] There are 24 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 73 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 9 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 535 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 20 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 17277 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 292 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 225 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1249 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 18531 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1207 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 138 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 289 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1046 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 3529 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 587 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 3181 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 160 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 805 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 42 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 8077 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 103 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1042 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 125 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 45 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 13 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 259 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 15 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 502 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 7217 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1145 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 110 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 3163 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 710 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 6807 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 663 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1465 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 1181 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 913 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 103 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 14 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 542 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 822 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 61 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 58 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 725 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 152 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
[INFO] There are 397 errors reported by Checkstyle 6.6 with src/config/checkstyle.xml ruleset.
[INFO] There are 387 errors reported by Checkstyle 6.6 with checkstyle/checkstyle.xml ruleset.
{quote}



> Outputs errors and warnings by checkstyle at compile time
> ---------------------------------------------------------
>
>                 Key: HADOOP-13592
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13592
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Tsuyoshi Ozawa
>
> Currently, Apache Hadoop has lots checkstyle errors and warnings, but it's not outputted at compile time. This prevents us from fixing the errors and warnings.
> We should output errors and warnings at compile time.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org