XHTML compliant javadoc
This commit is contained in:
parent
3633f683b5
commit
d70e4732c3
|
|
@ -46,7 +46,7 @@ import com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymTabAST;
|
|||
* <pre>
|
||||
* <module name="usage.OneMethodPrivateField"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
*/
|
||||
public class OneMethodPrivateFieldCheck
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <pre>
|
||||
* <module name="usage.UnusedLocalVariable"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
*/
|
||||
public class UnusedLocalVariableCheck extends AbstractUsageCheck
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <pre>
|
||||
* <module name="usage.UnusedParameter"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
*/
|
||||
public class UnusedParameterCheck extends AbstractUsageCheck
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <pre>
|
||||
* <module name="usage.UnusedPrivateField"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
*/
|
||||
public class UnusedPrivateFieldCheck
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <pre>
|
||||
* <module name="usage.UnusedPrivateMethod"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
*/
|
||||
public class UnusedPrivateMethodCheck
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ for (Iterator foo = very.long.line.iterator();
|
|||
* <pre>
|
||||
* <module name="EmptyForIteratorPad"/>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
* <p> An example of how to configure the check to forbid linebreaks after
|
||||
* a {@link TokenTypes#DOT DOT} token is:
|
||||
* </p>
|
||||
* <pre>
|
||||
* <module name="NoWhitespaceAfter">
|
||||
* <property name="tokens" value="DOT"/>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
* <p> An example of how to configure the check to allow linebreaks before
|
||||
* a {@link TokenTypes#DOT DOT} token is:
|
||||
* </p>
|
||||
* <pre>
|
||||
* <module name="NoWhitespaceBefore">
|
||||
* <property name="tokens" value="DOT"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue