mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
25.54.2014 494408a616bd3253162a58d65a0dd55d43cee07a
Relax checkstyle rules for enforcing Javadoc content for package/private scoped members. In Eclipse, and presumably other IDEs, the Javadoc is displayed as tooltips, so it is useful to add it without being forced to write full Javadoc (e.g. parameter descriptions, etc).
1 files modified
2 ■■■ changed files
opendj3-server-dev/ext/checkstyle/opends-checkstyle.xml 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/ext/checkstyle/opends-checkstyle.xml
@@ -37,7 +37,7 @@
    <!-- Ensure that all Javadoc comments are well-formed -->
    <module name="JavadocStyle">
      <property name="scope" value="private" />
      <property name="scope" value="protected" />
      <property name="checkFirstSentence" value="true" />
      <property name="checkEmptyJavadoc" value="true" />
      <property name="checkHtml" value="true" />