partial fix for remove tag version from all javadocs, #718
This commit is contained in:
parent
571f0f33d5
commit
f782869339
|
|
@ -47,7 +47,6 @@ import java.util.Map;
|
|||
* Loads a configuration from a standard configuration XML file.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class ConfigurationLoader
|
||||
{
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ import static com.puppycrawl.tools.checkstyle.Utils.fileExtensionMatches;
|
|||
* checks at each each node.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class TreeWalker
|
||||
extends AbstractFileSetCheck
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ import com.google.common.collect.Sets;
|
|||
* The base class for checks.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
* @see <a href="{@docRoot}/../writingchecks.html" target="_top">Writing
|
||||
* your own checks</a>
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ package com.puppycrawl.tools.checkstyle.api;
|
|||
* Represents an error condition within Checkstyle.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class CheckstyleException extends Exception
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ import antlr.collections.AST;
|
|||
* ASTs?</a>.
|
||||
* @author Oliver Burn
|
||||
* @author lkuehne
|
||||
* @version 1.0
|
||||
* @see <a href="http://www.antlr.org/">ANTLR Website</a>
|
||||
*/
|
||||
public final class DetailAST extends CommonASTWithHiddenTokens
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ import java.util.regex.Pattern;
|
|||
* Represents the contents of a file.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class FileContents implements CommentListener
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ import java.util.ResourceBundle.Control;
|
|||
*
|
||||
* @author Oliver Burn
|
||||
* @author lkuehne
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class LocalizedMessage
|
||||
implements Comparable<LocalizedMessage>, Serializable
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import java.util.TreeSet;
|
|||
/**
|
||||
* Collection of messages.
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class LocalizedMessages
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ import antlr.collections.AST;
|
|||
* Contains utility methods for working on scope.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class ScopeUtils
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ import com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaTokenTypes;
|
|||
*
|
||||
* @author Oliver Burn
|
||||
* @author <a href="mailto:dobratzp@ele.uri.edu">Peter Dobratz</a>
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class TokenTypes
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ import org.apache.commons.logging.LogFactory;
|
|||
* Contains utility methods.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public final class Utils
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ import org.apache.commons.beanutils.ConversionException;
|
|||
* expression using the property name <code>format</code>. </p>
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public abstract class AbstractFormatCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* information functions.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
* @deprecated Checkstyle is not type aware tool and all Checks derived from this
|
||||
* class are potentially unstable.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ import java.util.Set;
|
|||
* <p>Limitations: this does not handle inner classes very well.</p>
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ClassResolver
|
||||
{
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ import org.apache.commons.beanutils.ConversionException;
|
|||
*
|
||||
* @author Christopher Lenz
|
||||
* @author lkuehne
|
||||
* @version 1.0
|
||||
*/
|
||||
public class NewlineAtEndOfFileCheck
|
||||
extends AbstractFileSetCheck
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @author Baratali Izmailov
|
||||
* @version 1.0
|
||||
*/
|
||||
public class TodoCommentCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class UpperEllCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck;
|
|||
* @author Oliver Burn
|
||||
* @author lkuehne
|
||||
* @author maxvetrenko
|
||||
* @version 1.0
|
||||
*/
|
||||
public class LeftCurlyCheck
|
||||
extends AbstractOptionCheck<LeftCurlyOption>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
*
|
||||
* @author Rick Giles
|
||||
* @author <a href="mailto:nesterenko-aleksey@list.ru">Aleksey Nesterenko</a>
|
||||
* @version 1.0
|
||||
*/
|
||||
public class NeedBracesCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ import com.puppycrawl.tools.checkstyle.checks.CheckUtils;
|
|||
* @author lkuehne
|
||||
* @author o_sukhodolsky
|
||||
* @author maxvetrenko
|
||||
* @version 2.0
|
||||
*/
|
||||
public class RightCurlyCheck extends AbstractOptionCheck<RightCurlyOption>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ import java.util.Set;
|
|||
* <module name="CovariantEquals"/>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class CovariantEqualsCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST;
|
|||
* <module name="EmptyStatement"/>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class EmptyStatementCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -121,7 +121,6 @@ package com.puppycrawl.tools.checkstyle.checks.coding;
|
|||
*
|
||||
*
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.0
|
||||
* @see java.lang.Object#clone()
|
||||
* @see java.lang.Cloneable
|
||||
* @see java.lang.CloneNotSupportedException
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* @author Oliver Burn
|
||||
* @author <a href="bschneider@vecna.com">Bill Schneider</a>
|
||||
* @author Travis Schneeberger
|
||||
* @version 2.0
|
||||
*/
|
||||
public class AvoidStarImportCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* java.lang.Math.PI
|
||||
* </p>
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.0
|
||||
*/
|
||||
public class AvoidStaticImportCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @author Lars Kühne
|
||||
* @version 1.0
|
||||
*/
|
||||
public class IllegalImportCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ import java.util.Set;
|
|||
* Compatible with Java 1.5 source.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class RedundantImportCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ import java.util.regex.Pattern;
|
|||
* @author Chris Stillwell
|
||||
* @author Daniel Grenner
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.2
|
||||
*/
|
||||
public class JavadocStyleCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ import java.util.regex.Pattern;
|
|||
* Checks that a variable has Javadoc comment.
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class JavadocVariableCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ import org.apache.commons.beanutils.ConversionException;
|
|||
* </pre>
|
||||
*
|
||||
* @author Daniel Grenner
|
||||
* @version 1.0
|
||||
*/
|
||||
public class WriteTagCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
*
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public abstract class AbstractAccessControlNameCheck
|
||||
extends AbstractNameCheck
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck;
|
|||
* Abstract class for checking that names conform to a specified format.
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public abstract class AbstractNameCheck
|
||||
extends AbstractFormatCheck
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* <p>This class extends {@link AbstractNameCheck}</p>
|
||||
*
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.0
|
||||
*/
|
||||
public abstract class AbstractTypeParameterNameCheck
|
||||
extends AbstractNameCheck
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
*
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ClassTypeParameterNameCheck
|
||||
extends AbstractTypeParameterNameCheck
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
*
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ConstantNameCheck
|
||||
extends AbstractAccessControlNameCheck
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class LocalFinalVariableNameCheck
|
||||
extends AbstractNameCheck
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ import com.puppycrawl.tools.checkstyle.api.Utils;
|
|||
*
|
||||
* @author Rick Giles
|
||||
* @author maxvetrenko
|
||||
* @version 1.0
|
||||
*/
|
||||
public class LocalVariableNameCheck
|
||||
extends AbstractNameCheck
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </module>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class MemberNameCheck
|
||||
extends AbstractAccessControlNameCheck
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* @author Oliver Burn
|
||||
* @author Travis Schneeberger
|
||||
* @author Utkarsh Srivastava
|
||||
* @version 1.1
|
||||
*/
|
||||
public class MethodNameCheck
|
||||
extends AbstractAccessControlNameCheck
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
*
|
||||
* @author Travis Schneeberger
|
||||
* @version 1.0
|
||||
*/
|
||||
public class MethodTypeParameterNameCheck
|
||||
extends AbstractTypeParameterNameCheck
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractFormatCheck;
|
|||
* </pre>
|
||||
*
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class PackageNameCheck
|
||||
extends AbstractFormatCheck
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </module>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class StaticVariableNameCheck
|
||||
extends AbstractAccessControlNameCheck
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </code>
|
||||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ParameterNumberCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck;
|
|||
* or such spaces are forbidden.
|
||||
* </p>
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
abstract class AbstractParenPadCheck
|
||||
extends AbstractOptionCheck<PadOption>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ for (
|
|||
* </pre>
|
||||
*
|
||||
* @author lkuehne
|
||||
* @version 1.0
|
||||
*/
|
||||
public class EmptyForInitializerPadCheck
|
||||
extends AbstractOptionCheck<PadOption>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ for (Iterator foo = very.long.line.iterator();
|
|||
* </pre>
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class EmptyForIteratorPadCheck
|
||||
extends AbstractOptionCheck<PadOption>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck;
|
|||
* </module>
|
||||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
public class MethodParamPadCheck
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* @author Rick Giles
|
||||
* @author lkuehne
|
||||
* @author <a href="mailto:nesterenko-aleksey@list.ru">Aleksey Nesterenko</a>
|
||||
* @version 1.0
|
||||
*/
|
||||
public class NoWhitespaceAfterCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </pre>
|
||||
* @author Rick Giles
|
||||
* @author lkuehne
|
||||
* @version 1.0
|
||||
*/
|
||||
public class NoWhitespaceBeforeCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ import com.puppycrawl.tools.checkstyle.checks.AbstractOptionCheck;
|
|||
* </pre>
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class OperatorWrapCheck
|
||||
extends AbstractOptionCheck<WrapOption>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </module>
|
||||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class ParenPadCheck extends AbstractParenPadCheck
|
||||
{
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
* </module>
|
||||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @version 1.0
|
||||
*/
|
||||
public class TypecastParenPadCheck extends AbstractParenPadCheck
|
||||
{
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST;
|
|||
* </pre>
|
||||
* @author Oliver Burn
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public class WhitespaceAfterCheck
|
||||
extends Check
|
||||
|
|
|
|||
|
|
@ -153,7 +153,6 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes;
|
|||
*
|
||||
* @author Oliver Burn
|
||||
* @author maxvetrenko
|
||||
* @version 1.0
|
||||
*/
|
||||
public class WhitespaceAroundCheck extends Check
|
||||
{
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ package com.puppycrawl.tools.checkstyle.checks.whitespace;
|
|||
* Represents the options for wrapping on an operator.
|
||||
*
|
||||
* @author Rick Giles
|
||||
* @version 1.0
|
||||
*/
|
||||
public enum WrapOption
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue