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: [email protected]
For additional commands, e-mail: [email protected]