You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Shane Kumpf (JIRA)" <ji...@apache.org> on 2018/09/05 13:09:00 UTC

[jira] [Created] (HADOOP-15721) Disable checkstyle javadoc warnings for test classes

Shane Kumpf created HADOOP-15721:
------------------------------------

             Summary: Disable checkstyle javadoc warnings for test classes
                 Key: HADOOP-15721
                 URL: https://issues.apache.org/jira/browse/HADOOP-15721
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Shane Kumpf


The current checkstyle rules with throw a warning if the javadoc is missing for a test class which is of minimal value. We should consider disabling this check and allowing contributors to comment test classes as they see fit.

Here is an example:
{code:java}
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/MockLinuxContainerRuntime.java:27:public class MockLinuxContainerRuntime implements LinuxContainerRuntime {: Missing a Javadoc comment. [JavadocType]{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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