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

Matthew Swift
25.54.2014 586f551db54fb6e782fc92089ac2fb0c460e6f4f
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
opendj-sdk/opendj3-server-dev/ext/checkstyle/opends-checkstyle.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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" />