diff --git a/src/main/php/PHPMD/AbstractNode.php b/src/main/php/PHPMD/AbstractNode.php index c51526184..e0ec8e351 100644 --- a/src/main/php/PHPMD/AbstractNode.php +++ b/src/main/php/PHPMD/AbstractNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractNode { diff --git a/src/main/php/PHPMD/AbstractRenderer.php b/src/main/php/PHPMD/AbstractRenderer.php index 0d3168b09..4d291a5df 100644 --- a/src/main/php/PHPMD/AbstractRenderer.php +++ b/src/main/php/PHPMD/AbstractRenderer.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractRenderer { diff --git a/src/main/php/PHPMD/AbstractRule.php b/src/main/php/PHPMD/AbstractRule.php index 1944e7efe..d31f9a757 100644 --- a/src/main/php/PHPMD/AbstractRule.php +++ b/src/main/php/PHPMD/AbstractRule.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @SuppressWarnings(PHPMD) */ diff --git a/src/main/php/PHPMD/AbstractWriter.php b/src/main/php/PHPMD/AbstractWriter.php index 75648148b..5379049af 100644 --- a/src/main/php/PHPMD/AbstractWriter.php +++ b/src/main/php/PHPMD/AbstractWriter.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractWriter { diff --git a/src/main/php/PHPMD/Node/ASTNode.php b/src/main/php/PHPMD/Node/ASTNode.php index 2f68a4937..ca1d35883 100644 --- a/src/main/php/PHPMD/Node/ASTNode.php +++ b/src/main/php/PHPMD/Node/ASTNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ASTNode extends \PHPMD\AbstractNode { diff --git a/src/main/php/PHPMD/Node/AbstractCallableNode.php b/src/main/php/PHPMD/Node/AbstractCallableNode.php index 61cc09db1..971155317 100644 --- a/src/main/php/PHPMD/Node/AbstractCallableNode.php +++ b/src/main/php/PHPMD/Node/AbstractCallableNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractCallableNode extends AbstractNode { diff --git a/src/main/php/PHPMD/Node/AbstractNode.php b/src/main/php/PHPMD/Node/AbstractNode.php index 1539b72f0..6d58fcf08 100644 --- a/src/main/php/PHPMD/Node/AbstractNode.php +++ b/src/main/php/PHPMD/Node/AbstractNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractNode extends \PHPMD\AbstractNode { diff --git a/src/main/php/PHPMD/Node/AbstractTypeNode.php b/src/main/php/PHPMD/Node/AbstractTypeNode.php index 65be42282..4c16d3ffe 100644 --- a/src/main/php/PHPMD/Node/AbstractTypeNode.php +++ b/src/main/php/PHPMD/Node/AbstractTypeNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractTypeNode extends AbstractNode { diff --git a/src/main/php/PHPMD/Node/Annotation.php b/src/main/php/PHPMD/Node/Annotation.php index 2050018ca..e7fca7249 100644 --- a/src/main/php/PHPMD/Node/Annotation.php +++ b/src/main/php/PHPMD/Node/Annotation.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class Annotation { diff --git a/src/main/php/PHPMD/Node/Annotations.php b/src/main/php/PHPMD/Node/Annotations.php index db4d2f73b..afa4dd4f8 100644 --- a/src/main/php/PHPMD/Node/Annotations.php +++ b/src/main/php/PHPMD/Node/Annotations.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class Annotations { diff --git a/src/main/php/PHPMD/Node/ClassNode.php b/src/main/php/PHPMD/Node/ClassNode.php index c2a4257b3..1d2eb45f7 100644 --- a/src/main/php/PHPMD/Node/ClassNode.php +++ b/src/main/php/PHPMD/Node/ClassNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ClassNode extends AbstractTypeNode { diff --git a/src/main/php/PHPMD/Node/FunctionNode.php b/src/main/php/PHPMD/Node/FunctionNode.php index 6c8e2fdd7..288afb05d 100644 --- a/src/main/php/PHPMD/Node/FunctionNode.php +++ b/src/main/php/PHPMD/Node/FunctionNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class FunctionNode extends AbstractCallableNode { diff --git a/src/main/php/PHPMD/Node/InterfaceNode.php b/src/main/php/PHPMD/Node/InterfaceNode.php index b383bc1c2..2b36d08ce 100644 --- a/src/main/php/PHPMD/Node/InterfaceNode.php +++ b/src/main/php/PHPMD/Node/InterfaceNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class InterfaceNode extends AbstractTypeNode { diff --git a/src/main/php/PHPMD/Node/MethodNode.php b/src/main/php/PHPMD/Node/MethodNode.php index 8fcb84ec8..8ce529406 100644 --- a/src/main/php/PHPMD/Node/MethodNode.php +++ b/src/main/php/PHPMD/Node/MethodNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class MethodNode extends AbstractCallableNode { diff --git a/src/main/php/PHPMD/Node/TraitNode.php b/src/main/php/PHPMD/Node/TraitNode.php index 8c8a5ad38..2d39249dc 100644 --- a/src/main/php/PHPMD/Node/TraitNode.php +++ b/src/main/php/PHPMD/Node/TraitNode.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version Release: 1.3.3 */ class TraitNode extends AbstractTypeNode { diff --git a/src/main/php/PHPMD/PHPMD.php b/src/main/php/PHPMD/PHPMD.php index 324df50d8..b1568e0c8 100644 --- a/src/main/php/PHPMD/PHPMD.php +++ b/src/main/php/PHPMD/PHPMD.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class PHPMD { diff --git a/src/main/php/PHPMD/Parser.php b/src/main/php/PHPMD/Parser.php index 8faa592b3..ffdb65f7d 100644 --- a/src/main/php/PHPMD/Parser.php +++ b/src/main/php/PHPMD/Parser.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -64,7 +63,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class Parser extends AbstractASTVisitor implements CodeAwareGenerator { diff --git a/src/main/php/PHPMD/ParserFactory.php b/src/main/php/PHPMD/ParserFactory.php index ab6d3084b..01261ab06 100644 --- a/src/main/php/PHPMD/ParserFactory.php +++ b/src/main/php/PHPMD/ParserFactory.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ParserFactory { diff --git a/src/main/php/PHPMD/ProcessingError.php b/src/main/php/PHPMD/ProcessingError.php index 31a1c5c59..c8be68bf4 100644 --- a/src/main/php/PHPMD/ProcessingError.php +++ b/src/main/php/PHPMD/ProcessingError.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.2.1 */ @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.2.1 */ class ProcessingError diff --git a/src/main/php/PHPMD/Renderer/HTMLRenderer.php b/src/main/php/PHPMD/Renderer/HTMLRenderer.php index 9c097d7d9..9fb2742ae 100644 --- a/src/main/php/PHPMD/Renderer/HTMLRenderer.php +++ b/src/main/php/PHPMD/Renderer/HTMLRenderer.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class HTMLRenderer extends AbstractRenderer { diff --git a/src/main/php/PHPMD/Renderer/TextRenderer.php b/src/main/php/PHPMD/Renderer/TextRenderer.php index 3d7bcd246..97ba0715f 100644 --- a/src/main/php/PHPMD/Renderer/TextRenderer.php +++ b/src/main/php/PHPMD/Renderer/TextRenderer.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class TextRenderer extends AbstractRenderer { diff --git a/src/main/php/PHPMD/Renderer/XMLRenderer.php b/src/main/php/PHPMD/Renderer/XMLRenderer.php index 9138fc88b..c9ce861b8 100644 --- a/src/main/php/PHPMD/Renderer/XMLRenderer.php +++ b/src/main/php/PHPMD/Renderer/XMLRenderer.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class XMLRenderer extends AbstractRenderer { diff --git a/src/main/php/PHPMD/Report.php b/src/main/php/PHPMD/Report.php index 1e7f3e175..adb13f4be 100644 --- a/src/main/php/PHPMD/Report.php +++ b/src/main/php/PHPMD/Report.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class Report { diff --git a/src/main/php/PHPMD/Rule.php b/src/main/php/PHPMD/Rule.php index 7e6b5dc35..56619f3d3 100644 --- a/src/main/php/PHPMD/Rule.php +++ b/src/main/php/PHPMD/Rule.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ interface Rule diff --git a/src/main/php/PHPMD/Rule/AbstractLocalVariable.php b/src/main/php/PHPMD/Rule/AbstractLocalVariable.php index 9045543bd..9b7fbc82c 100644 --- a/src/main/php/PHPMD/Rule/AbstractLocalVariable.php +++ b/src/main/php/PHPMD/Rule/AbstractLocalVariable.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.6 */ @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.6 */ abstract class AbstractLocalVariable extends AbstractRule diff --git a/src/main/php/PHPMD/Rule/ClassAware.php b/src/main/php/PHPMD/Rule/ClassAware.php index ced5273c8..5acc75324 100644 --- a/src/main/php/PHPMD/Rule/ClassAware.php +++ b/src/main/php/PHPMD/Rule/ClassAware.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ interface ClassAware { diff --git a/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php b/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php index 0af59e442..02687be21 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php +++ b/src/main/php/PHPMD/Rule/CleanCode/BooleanArgumentFlag.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\CleanCode; @@ -58,7 +57,6 @@ * @author Benjamin Eberlei * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class BooleanArgumentFlag extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php b/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php index 367358fa9..8a1afda51 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php +++ b/src/main/php/PHPMD/Rule/CleanCode/ElseExpression.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\CleanCode; @@ -59,7 +58,6 @@ * @author Benjamin Eberlei * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ElseExpression extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php b/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php index 772344431..6be2127fd 100644 --- a/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php +++ b/src/main/php/PHPMD/Rule/CleanCode/StaticAccess.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\CleanCode; @@ -62,7 +61,6 @@ * @author Benjamin Eberlei * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class StaticAccess extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php index 512793f1b..9618fe83d 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseClassName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -56,7 +55,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CamelCaseClassName extends AbstractRule implements ClassAware, InterfaceAware diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php index fd30975c0..19cf29a23 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseMethodName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -55,7 +54,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CamelCaseMethodName extends AbstractRule implements MethodAware diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php index e30aa8006..cdcd0b22e 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseParameterName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -56,7 +55,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CamelCaseParameterName extends AbstractRule implements MethodAware, FunctionAware diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php index 646a673b1..a2db4f230 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCasePropertyName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -55,7 +54,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CamelCasePropertyName extends AbstractRule implements ClassAware diff --git a/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php b/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php index 2b4daa00e..ba190c3c0 100644 --- a/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php +++ b/src/main/php/PHPMD/Rule/Controversial/CamelCaseVariableName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -56,7 +55,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CamelCaseVariableName extends AbstractRule implements MethodAware, FunctionAware diff --git a/src/main/php/PHPMD/Rule/Controversial/Superglobals.php b/src/main/php/PHPMD/Rule/Controversial/Superglobals.php index 8bce5c35a..4766da0c5 100644 --- a/src/main/php/PHPMD/Rule/Controversial/Superglobals.php +++ b/src/main/php/PHPMD/Rule/Controversial/Superglobals.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -56,7 +55,6 @@ * @author Francis Besset * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class Superglobals extends AbstractRule implements MethodAware, FunctionAware diff --git a/src/main/php/PHPMD/Rule/CyclomaticComplexity.php b/src/main/php/PHPMD/Rule/CyclomaticComplexity.php index 069463618..2548bc45b 100644 --- a/src/main/php/PHPMD/Rule/CyclomaticComplexity.php +++ b/src/main/php/PHPMD/Rule/CyclomaticComplexity.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class CyclomaticComplexity extends AbstractRule implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php b/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php index 99b20e766..2e53631be 100644 --- a/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php +++ b/src/main/php/PHPMD/Rule/Design/CouplingBetweenObjects.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class CouplingBetweenObjects extends AbstractRule implements ClassAware diff --git a/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php b/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php index 35cf0004f..1d0eb4357 100644 --- a/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php +++ b/src/main/php/PHPMD/Rule/Design/DepthOfInheritance.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class DepthOfInheritance extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/Design/EvalExpression.php b/src/main/php/PHPMD/Rule/Design/EvalExpression.php index 055736da6..d472b5039 100644 --- a/src/main/php/PHPMD/Rule/Design/EvalExpression.php +++ b/src/main/php/PHPMD/Rule/Design/EvalExpression.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class EvalExpression extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/Design/ExitExpression.php b/src/main/php/PHPMD/Rule/Design/ExitExpression.php index b2e0a5808..57190daf8 100644 --- a/src/main/php/PHPMD/Rule/Design/ExitExpression.php +++ b/src/main/php/PHPMD/Rule/Design/ExitExpression.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ExitExpression extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/Design/GotoStatement.php b/src/main/php/PHPMD/Rule/Design/GotoStatement.php index b2a06eb0a..9cf9f0139 100644 --- a/src/main/php/PHPMD/Rule/Design/GotoStatement.php +++ b/src/main/php/PHPMD/Rule/Design/GotoStatement.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ class GotoStatement extends AbstractRule implements MethodAware, FunctionAware diff --git a/src/main/php/PHPMD/Rule/Design/LongClass.php b/src/main/php/PHPMD/Rule/Design/LongClass.php index 1d390efb5..ad0cb7c5e 100644 --- a/src/main/php/PHPMD/Rule/Design/LongClass.php +++ b/src/main/php/PHPMD/Rule/Design/LongClass.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class LongClass extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/Design/LongMethod.php b/src/main/php/PHPMD/Rule/Design/LongMethod.php index 3256e16a2..ef3b54836 100644 --- a/src/main/php/PHPMD/Rule/Design/LongMethod.php +++ b/src/main/php/PHPMD/Rule/Design/LongMethod.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class LongMethod extends AbstractRule implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/Design/LongParameterList.php b/src/main/php/PHPMD/Rule/Design/LongParameterList.php index d37f64229..8d6d99073 100644 --- a/src/main/php/PHPMD/Rule/Design/LongParameterList.php +++ b/src/main/php/PHPMD/Rule/Design/LongParameterList.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class LongParameterList extends AbstractRule implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/Design/NpathComplexity.php b/src/main/php/PHPMD/Rule/Design/NpathComplexity.php index 173fc4cca..79d6e4384 100644 --- a/src/main/php/PHPMD/Rule/Design/NpathComplexity.php +++ b/src/main/php/PHPMD/Rule/Design/NpathComplexity.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class NpathComplexity extends AbstractRule implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php b/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php index 28578a7a1..58c24dbe6 100644 --- a/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php +++ b/src/main/php/PHPMD/Rule/Design/NumberOfChildren.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class NumberOfChildren extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/Design/TooManyFields.php b/src/main/php/PHPMD/Rule/Design/TooManyFields.php index 6c60e630c..f07d4e1ad 100644 --- a/src/main/php/PHPMD/Rule/Design/TooManyFields.php +++ b/src/main/php/PHPMD/Rule/Design/TooManyFields.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class TooManyFields extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/Design/TooManyMethods.php b/src/main/php/PHPMD/Rule/Design/TooManyMethods.php index 926f5180b..5e09f7884 100644 --- a/src/main/php/PHPMD/Rule/Design/TooManyMethods.php +++ b/src/main/php/PHPMD/Rule/Design/TooManyMethods.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class TooManyMethods extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php b/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php index d32306b5e..ab1ddb99e 100644 --- a/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php +++ b/src/main/php/PHPMD/Rule/Design/WeightedMethodCount.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 */ @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 */ class WeightedMethodCount extends AbstractRule implements ClassAware diff --git a/src/main/php/PHPMD/Rule/ExcessivePublicCount.php b/src/main/php/PHPMD/Rule/ExcessivePublicCount.php index 9b748180c..c387a70b1 100644 --- a/src/main/php/PHPMD/Rule/ExcessivePublicCount.php +++ b/src/main/php/PHPMD/Rule/ExcessivePublicCount.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ExcessivePublicCount extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/FunctionAware.php b/src/main/php/PHPMD/Rule/FunctionAware.php index 6fd133d47..02ede7071 100644 --- a/src/main/php/PHPMD/Rule/FunctionAware.php +++ b/src/main/php/PHPMD/Rule/FunctionAware.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ interface FunctionAware { diff --git a/src/main/php/PHPMD/Rule/InterfaceAware.php b/src/main/php/PHPMD/Rule/InterfaceAware.php index 8f3b95b55..78f65d0ec 100644 --- a/src/main/php/PHPMD/Rule/InterfaceAware.php +++ b/src/main/php/PHPMD/Rule/InterfaceAware.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ interface InterfaceAware { diff --git a/src/main/php/PHPMD/Rule/MethodAware.php b/src/main/php/PHPMD/Rule/MethodAware.php index aae628f00..acc95e9b5 100644 --- a/src/main/php/PHPMD/Rule/MethodAware.php +++ b/src/main/php/PHPMD/Rule/MethodAware.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ interface MethodAware { diff --git a/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php b/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php index 8ec958d4a..34af9ce87 100644 --- a/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php +++ b/src/main/php/PHPMD/Rule/Naming/BooleanGetMethodName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class BooleanGetMethodName extends AbstractRule implements MethodAware { diff --git a/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php b/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php index a046a6698..ef451ec37 100644 --- a/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php +++ b/src/main/php/PHPMD/Rule/Naming/ConstantNamingConventions.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ConstantNamingConventions extends AbstractRule implements ClassAware, InterfaceAware { diff --git a/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php b/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php index 0d67b61f2..e3f3e6af7 100644 --- a/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php +++ b/src/main/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ConstructorWithNameAsEnclosingClass extends AbstractRule implements MethodAware { diff --git a/src/main/php/PHPMD/Rule/Naming/LongVariable.php b/src/main/php/PHPMD/Rule/Naming/LongVariable.php index a4b7f3cf4..412a6e038 100644 --- a/src/main/php/PHPMD/Rule/Naming/LongVariable.php +++ b/src/main/php/PHPMD/Rule/Naming/LongVariable.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -57,7 +56,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class LongVariable extends AbstractRule implements ClassAware, MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php b/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php index 6cee4453a..64ea3851c 100644 --- a/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php +++ b/src/main/php/PHPMD/Rule/Naming/ShortMethodName.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ShortMethodName extends AbstractRule implements MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/Naming/ShortVariable.php b/src/main/php/PHPMD/Rule/Naming/ShortVariable.php index 3384bcd9a..a7f783bfb 100644 --- a/src/main/php/PHPMD/Rule/Naming/ShortVariable.php +++ b/src/main/php/PHPMD/Rule/Naming/ShortVariable.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -57,7 +56,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class ShortVariable extends AbstractRule implements ClassAware, MethodAware, FunctionAware { diff --git a/src/main/php/PHPMD/Rule/UnusedFormalParameter.php b/src/main/php/PHPMD/Rule/UnusedFormalParameter.php index dfccc3f6f..151f0b37c 100644 --- a/src/main/php/PHPMD/Rule/UnusedFormalParameter.php +++ b/src/main/php/PHPMD/Rule/UnusedFormalParameter.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class UnusedFormalParameter extends AbstractLocalVariable implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/UnusedLocalVariable.php b/src/main/php/PHPMD/Rule/UnusedLocalVariable.php index ecebd3f02..e7a9ff9c5 100644 --- a/src/main/php/PHPMD/Rule/UnusedLocalVariable.php +++ b/src/main/php/PHPMD/Rule/UnusedLocalVariable.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class UnusedLocalVariable extends AbstractLocalVariable implements FunctionAware, MethodAware { diff --git a/src/main/php/PHPMD/Rule/UnusedPrivateField.php b/src/main/php/PHPMD/Rule/UnusedPrivateField.php index e188269bb..87cc2da4a 100644 --- a/src/main/php/PHPMD/Rule/UnusedPrivateField.php +++ b/src/main/php/PHPMD/Rule/UnusedPrivateField.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class UnusedPrivateField extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php b/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php index a712a356c..f36fc1ccb 100644 --- a/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php +++ b/src/main/php/PHPMD/Rule/UnusedPrivateMethod.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -57,7 +56,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class UnusedPrivateMethod extends AbstractRule implements ClassAware { diff --git a/src/main/php/PHPMD/RuleClassFileNotFoundException.php b/src/main/php/PHPMD/RuleClassFileNotFoundException.php index 741b57e17..4f6d2d4fb 100644 --- a/src/main/php/PHPMD/RuleClassFileNotFoundException.php +++ b/src/main/php/PHPMD/RuleClassFileNotFoundException.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleClassFileNotFoundException extends \RuntimeException { diff --git a/src/main/php/PHPMD/RuleClassNotFoundException.php b/src/main/php/PHPMD/RuleClassNotFoundException.php index 25c63893c..ac4c6d3eb 100644 --- a/src/main/php/PHPMD/RuleClassNotFoundException.php +++ b/src/main/php/PHPMD/RuleClassNotFoundException.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleClassNotFoundException extends \RuntimeException { diff --git a/src/main/php/PHPMD/RuleSet.php b/src/main/php/PHPMD/RuleSet.php index 59ea0fce4..967c533fa 100644 --- a/src/main/php/PHPMD/RuleSet.php +++ b/src/main/php/PHPMD/RuleSet.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleSet implements \IteratorAggregate { diff --git a/src/main/php/PHPMD/RuleSetFactory.php b/src/main/php/PHPMD/RuleSetFactory.php index d49fbd60a..02e03fe5e 100644 --- a/src/main/php/PHPMD/RuleSetFactory.php +++ b/src/main/php/PHPMD/RuleSetFactory.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleSetFactory { diff --git a/src/main/php/PHPMD/RuleSetNotFoundException.php b/src/main/php/PHPMD/RuleSetNotFoundException.php index a30cd19a6..3d2d9db8b 100644 --- a/src/main/php/PHPMD/RuleSetNotFoundException.php +++ b/src/main/php/PHPMD/RuleSetNotFoundException.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleSetNotFoundException extends \RuntimeException { diff --git a/src/main/php/PHPMD/RuleViolation.php b/src/main/php/PHPMD/RuleViolation.php index d0ed9b386..76c069966 100644 --- a/src/main/php/PHPMD/RuleViolation.php +++ b/src/main/php/PHPMD/RuleViolation.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleViolation { diff --git a/src/main/php/PHPMD/TextUI/Command.php b/src/main/php/PHPMD/TextUI/Command.php index 55d878843..93acff690 100644 --- a/src/main/php/PHPMD/TextUI/Command.php +++ b/src/main/php/PHPMD/TextUI/Command.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\TextUI; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class Command { diff --git a/src/main/php/PHPMD/TextUI/CommandLineOptions.php b/src/main/php/PHPMD/TextUI/CommandLineOptions.php index 5aff1be94..fe2738b8d 100644 --- a/src/main/php/PHPMD/TextUI/CommandLineOptions.php +++ b/src/main/php/PHPMD/TextUI/CommandLineOptions.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\TextUI; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class CommandLineOptions { diff --git a/src/main/php/PHPMD/Writer/StreamWriter.php b/src/main/php/PHPMD/Writer/StreamWriter.php index 862b0a24a..dad8edaea 100644 --- a/src/main/php/PHPMD/Writer/StreamWriter.php +++ b/src/main/php/PHPMD/Writer/StreamWriter.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Writer; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class StreamWriter extends AbstractWriter { diff --git a/src/test/php/PHPMD/AbstractTest.php b/src/test/php/PHPMD/AbstractTest.php index 63bba7535..0804c0fdc 100644 --- a/src/test/php/PHPMD/AbstractTest.php +++ b/src/test/php/PHPMD/AbstractTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -56,7 +55,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractTest extends \PHPUnit_Framework_TestCase { diff --git a/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php b/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php index b079c41c6..0bfc26ebc 100644 --- a/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php +++ b/src/test/php/PHPMD/Integration/CommandLineInputFileOptionTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 * * @group phpmd diff --git a/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php b/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php index 6e2b2454a..a6e5592db 100644 --- a/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php +++ b/src/test/php/PHPMD/Integration/CouplingBetweenObjectsIntegrationTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 * * @group phpmd diff --git a/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php b/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php index d52f64e2b..ee8eee7cd 100644 --- a/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php +++ b/src/test/php/PHPMD/Integration/GotoStatementIntegrationTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 */ @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.1.0 * * @group phpmd diff --git a/src/test/php/PHPMD/Node/ASTNodeTest.php b/src/test/php/PHPMD/Node/ASTNodeTest.php index 784577925..c07357eb5 100644 --- a/src/test/php/PHPMD/Node/ASTNodeTest.php +++ b/src/test/php/PHPMD/Node/ASTNodeTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\ASTNode * @group phpmd diff --git a/src/test/php/PHPMD/Node/AnnotationTest.php b/src/test/php/PHPMD/Node/AnnotationTest.php index 0c8506b26..0976d1895 100644 --- a/src/test/php/PHPMD/Node/AnnotationTest.php +++ b/src/test/php/PHPMD/Node/AnnotationTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\Annotation * @group phpmd diff --git a/src/test/php/PHPMD/Node/AnnotationsTest.php b/src/test/php/PHPMD/Node/AnnotationsTest.php index a0e169ab1..e2a511988 100644 --- a/src/test/php/PHPMD/Node/AnnotationsTest.php +++ b/src/test/php/PHPMD/Node/AnnotationsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\Annotations * @group phpmd diff --git a/src/test/php/PHPMD/Node/ClassNodeTest.php b/src/test/php/PHPMD/Node/ClassNodeTest.php index 1be170eb3..3d37d59f0 100644 --- a/src/test/php/PHPMD/Node/ClassNodeTest.php +++ b/src/test/php/PHPMD/Node/ClassNodeTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\ClassNode * @covers \PHPMD\Node\AbstractTypeNode diff --git a/src/test/php/PHPMD/Node/FunctionTest.php b/src/test/php/PHPMD/Node/FunctionTest.php index a766d1620..71693b564 100644 --- a/src/test/php/PHPMD/Node/FunctionTest.php +++ b/src/test/php/PHPMD/Node/FunctionTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\FunctionNode * @covers \PHPMD\Node\AbstractCallableNode diff --git a/src/test/php/PHPMD/Node/MethodNodeTest.php b/src/test/php/PHPMD/Node/MethodNodeTest.php index b098ee32f..5d05987cd 100644 --- a/src/test/php/PHPMD/Node/MethodNodeTest.php +++ b/src/test/php/PHPMD/Node/MethodNodeTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Node; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Node\MethodNode * @covers \PHPMD\Node\AbstractCallableNode diff --git a/src/test/php/PHPMD/PMDTest.php b/src/test/php/PHPMD/PMDTest.php index 1c2068b8c..64be4008c 100644 --- a/src/test/php/PHPMD/PMDTest.php +++ b/src/test/php/PHPMD/PMDTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\PHPMD * @group phpmd diff --git a/src/test/php/PHPMD/ParserFactoryTest.php b/src/test/php/PHPMD/ParserFactoryTest.php index 5bc3fd5c5..24cd05294 100644 --- a/src/test/php/PHPMD/ParserFactoryTest.php +++ b/src/test/php/PHPMD/ParserFactoryTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2009 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\ParserFactory * @group phpmd diff --git a/src/test/php/PHPMD/ParserTest.php b/src/test/php/PHPMD/ParserTest.php index 1e6969ffa..8e459d797 100644 --- a/src/test/php/PHPMD/ParserTest.php +++ b/src/test/php/PHPMD/ParserTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Parser * @group phpmd diff --git a/src/test/php/PHPMD/ProcessingErrorTest.php b/src/test/php/PHPMD/ProcessingErrorTest.php index 645a5144e..85ca577f8 100644 --- a/src/test/php/PHPMD/ProcessingErrorTest.php +++ b/src/test/php/PHPMD/ProcessingErrorTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.2.1 */ @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 1.2.1 * * @covers \PHPMD\ProcessingError diff --git a/src/test/php/PHPMD/Regression/AbstractTest.php b/src/test/php/PHPMD/Regression/AbstractTest.php index f0360581b..411f0f829 100644 --- a/src/test/php/PHPMD/Regression/AbstractTest.php +++ b/src/test/php/PHPMD/Regression/AbstractTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ abstract class AbstractTest extends \PHPMD\AbstractTest { diff --git a/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php b/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php index 5bda84708..d3f0d3f19 100644 --- a/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php +++ b/src/test/php/PHPMD/Regression/AcceptsFilesAndDirectoriesAsInputTicket001Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -55,7 +54,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php b/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php index cc56b51c2..3672b770a 100644 --- a/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php +++ b/src/test/php/PHPMD/Regression/ExcessivePublicCountRuleNeverExecutedTicket015Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php b/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php index 999cde1db..c868102f6 100644 --- a/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php +++ b/src/test/php/PHPMD/Regression/InvalidUnusedLocalVariableAndFormalParameterTicket007Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php b/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php index 2de782730..70f5c61af 100644 --- a/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php +++ b/src/test/php/PHPMD/Regression/LongVariablePrivatePropertiesTicket010096717Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/10096717 */ @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/10096717 * @since 1.1.0 * diff --git a/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php b/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php index bdbd14a38..f9086b185 100644 --- a/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php +++ b/src/test/php/PHPMD/Regression/MaximumNestingLevelTicket24975295Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/24975295 * @since 1.3.1 */ @@ -57,7 +56,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/24975295 * @since 1.3.1 * diff --git a/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php b/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php index 567c2154d..5a3403fcb 100644 --- a/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php +++ b/src/test/php/PHPMD/Regression/StaticVariablesFlaggedAsUnusedTicket020Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php b/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php index 56eed72d9..9125a579c 100644 --- a/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php +++ b/src/test/php/PHPMD/Regression/SuperGlobalsFlaggedAsUnusedTicket019Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php b/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php index 95b490355..c8f7c373d 100644 --- a/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php +++ b/src/test/php/PHPMD/Regression/SuppressWarningsNotAppliesToUnusedPrivateMethod036Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Regression; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers stdClass * @group phpmd diff --git a/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php b/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php index 049f8404e..fad03578a 100644 --- a/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php +++ b/src/test/php/PHPMD/Regression/UnusedParameterArgvTicket14990109Test.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/14990109 */ @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/14990109 * @since 1.1.0 * diff --git a/src/test/php/PHPMD/Renderer/HTMLRendererTest.php b/src/test/php/PHPMD/Renderer/HTMLRendererTest.php index 0d979cf0d..d3c1ac44c 100644 --- a/src/test/php/PHPMD/Renderer/HTMLRendererTest.php +++ b/src/test/php/PHPMD/Renderer/HTMLRendererTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Renderer\HTMLRenderer * @group phpmd diff --git a/src/test/php/PHPMD/Renderer/TextRendererTest.php b/src/test/php/PHPMD/Renderer/TextRendererTest.php index f46b587c8..0289591af 100644 --- a/src/test/php/PHPMD/Renderer/TextRendererTest.php +++ b/src/test/php/PHPMD/Renderer/TextRendererTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Renderer\TextRenderer * @group phpmd diff --git a/src/test/php/PHPMD/Renderer/XMLRendererTest.php b/src/test/php/PHPMD/Renderer/XMLRendererTest.php index 103001709..093b07575 100644 --- a/src/test/php/PHPMD/Renderer/XMLRendererTest.php +++ b/src/test/php/PHPMD/Renderer/XMLRendererTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Renderer; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Renderer\XMLRenderer * @group phpmd diff --git a/src/test/php/PHPMD/ReportTest.php b/src/test/php/PHPMD/ReportTest.php index 785c7e389..a6d5f3ee7 100644 --- a/src/test/php/PHPMD/ReportTest.php +++ b/src/test/php/PHPMD/ReportTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Report * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php b/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php index 4e44ab724..5a84ff23a 100644 --- a/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Controversial/CamelCaseMethodNameTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Controversial; @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Controversial\CamelCaseMethodName * @group phpmd diff --git a/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php b/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php index 64df90332..bafbd41f4 100644 --- a/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php +++ b/src/test/php/PHPMD/Rule/CyclomaticComplexityTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\CyclomaticComplexity * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php b/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php index d023356b2..0629ce0f8 100644 --- a/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php +++ b/src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @ticket 10474987 * @covers \PHPMD\Rule\Design\CouplingBetweenObjects diff --git a/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php b/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php index 3e2edc3c8..ba949b997 100644 --- a/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php +++ b/src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\DepthOfInheritance * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php b/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php index a484d40d3..496bfb249 100644 --- a/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php +++ b/src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,8 +51,7 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ - * + * * @covers \PHPMD\Rule\Design\EvalExpression * @group phpmd * @group phpmd::rule diff --git a/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php b/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php index 652481d84..1945a7aef 100644 --- a/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php +++ b/src/test/php/PHPMD/Rule/Design/ExitExpressionTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\ExitExpression * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php b/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php index c45484280..478f98432 100644 --- a/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php +++ b/src/test/php/PHPMD/Rule/Design/GotoStatementTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/10474873 * @ticket 10474873 */ @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @link https://www.pivotaltracker.com/story/show/10474873 * @ticket 10474873 * diff --git a/src/test/php/PHPMD/Rule/Design/LongClassTest.php b/src/test/php/PHPMD/Rule/Design/LongClassTest.php index ab9a959cd..84a7bf235 100644 --- a/src/test/php/PHPMD/Rule/Design/LongClassTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongClassTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\LongClass * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/LongMethodTest.php b/src/test/php/PHPMD/Rule/Design/LongMethodTest.php index e72cfe78e..456f6b1be 100644 --- a/src/test/php/PHPMD/Rule/Design/LongMethodTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongMethodTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\LongMethod * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php b/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php index f8505c02d..7b1f1f7df 100644 --- a/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php +++ b/src/test/php/PHPMD/Rule/Design/LongParameterListTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\LongParameterList * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php b/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php index bff1d6e95..d1fa897e1 100644 --- a/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php +++ b/src/test/php/PHPMD/Rule/Design/NpathComplexityTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\NpathComplexity * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php b/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php index 81f8e6760..d14611409 100644 --- a/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php +++ b/src/test/php/PHPMD/Rule/Design/NumberOfChildrenTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\NumberOfChildren * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php b/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php index ae2ff1083..035989a90 100644 --- a/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php +++ b/src/test/php/PHPMD/Rule/Design/TooManyFieldsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\TooManyFields * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php b/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php index 8cce2b1c1..baee8e6ff 100644 --- a/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php +++ b/src/test/php/PHPMD/Rule/Design/TooManyMethodsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Design; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\Design\TooManyMethods * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php b/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php index 3d8b71460..edf251c30 100644 --- a/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php +++ b/src/test/php/PHPMD/Rule/Design/WeightedMethodCountTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 */ @@ -53,7 +52,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 * * @covers \PHPMD\Rule\Design\WeightedMethodCount diff --git a/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php b/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php index 2cef0994a..d34132bbc 100644 --- a/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php +++ b/src/test/php/PHPMD/Rule/ExcessivePublicCountTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\ExcessivePublicCount * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php b/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php index 211cd6249..84e594059 100644 --- a/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Naming/BooleanGetMethodNameTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\BooleanGetMethodName * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php b/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php index f6ad608b7..cfa7181bf 100644 --- a/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ConstantNamingConventionsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\ConstantNamingConventions * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php b/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php index a6c9daf7d..ab2e00fdd 100644 --- a/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ConstructorWithNameAsEnclosingClassTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\ConstructorWithNameAsEnclosingClass * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php b/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php index 2299825ac..fa34d07f0 100644 --- a/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php +++ b/src/test/php/PHPMD/Rule/Naming/LongVariableTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\LongVariable * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php b/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php index 5c13d6b94..42cce450a 100644 --- a/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ShortMethodNameTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\ShortMethodName * @group phpmd diff --git a/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php b/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php index b06e55540..7d5a12c8a 100644 --- a/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php +++ b/src/test/php/PHPMD/Rule/Naming/ShortVariableTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule\Naming; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers PHPMD\Rule\Naming\ShortVariable * @group phpmd diff --git a/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php b/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php index 927428221..63818a04e 100644 --- a/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php +++ b/src/test/php/PHPMD/Rule/UnusedFormalParameterTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\UnusedFormalParameter * @covers \PHPMD\Rule\AbstractLocalVariable diff --git a/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php b/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php index e0fb6160f..fc477ae56 100644 --- a/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php +++ b/src/test/php/PHPMD/Rule/UnusedLocalVariableTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\UnusedLocalVariable * @covers \PHPMD\Rule\AbstractLocalVariable diff --git a/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php b/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php index 5ec93ee41..06f8f397e 100644 --- a/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php +++ b/src/test/php/PHPMD/Rule/UnusedPrivateFieldTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\UnusedPrivateField * @group phpmd diff --git a/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php b/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php index 8d8c2c85b..3547d3069 100644 --- a/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php +++ b/src/test/php/PHPMD/Rule/UnusedPrivateMethodTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Rule; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\Rule\UnusedPrivateMethod * @group phpmd diff --git a/src/test/php/PHPMD/RuleSetFactoryTest.php b/src/test/php/PHPMD/RuleSetFactoryTest.php index b309cbd97..887b556f1 100644 --- a/src/test/php/PHPMD/RuleSetFactoryTest.php +++ b/src/test/php/PHPMD/RuleSetFactoryTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\RuleSetFactory * @group phpmd diff --git a/src/test/php/PHPMD/RuleSetTest.php b/src/test/php/PHPMD/RuleSetTest.php index c0c43b749..8533583ad 100644 --- a/src/test/php/PHPMD/RuleSetTest.php +++ b/src/test/php/PHPMD/RuleSetTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\RuleSet * @group phpmd diff --git a/src/test/php/PHPMD/RuleTest.php b/src/test/php/PHPMD/RuleTest.php index 659d81f9b..f30ec7ca6 100644 --- a/src/test/php/PHPMD/RuleTest.php +++ b/src/test/php/PHPMD/RuleTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD; @@ -50,7 +49,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\AbstractRule * @group phpmd diff --git a/src/test/php/PHPMD/RuleViolationTest.php b/src/test/php/PHPMD/RuleViolationTest.php index 49bc7615b..22de83187 100644 --- a/src/test/php/PHPMD/RuleViolationTest.php +++ b/src/test/php/PHPMD/RuleViolationTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 */ @@ -51,7 +50,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * @since 0.2.5 * * @covers \PHPMD\RuleViolation diff --git a/src/test/php/PHPMD/Stubs/RuleStub.php b/src/test/php/PHPMD/Stubs/RuleStub.php index 0d23b9584..1c948b8aa 100644 --- a/src/test/php/PHPMD/Stubs/RuleStub.php +++ b/src/test/php/PHPMD/Stubs/RuleStub.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Stubs; @@ -54,7 +53,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class RuleStub extends AbstractRule implements ClassAware { diff --git a/src/test/php/PHPMD/Stubs/WriterStub.php b/src/test/php/PHPMD/Stubs/WriterStub.php index 47621517e..0292c58c7 100644 --- a/src/test/php/PHPMD/Stubs/WriterStub.php +++ b/src/test/php/PHPMD/Stubs/WriterStub.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\Stubs; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class WriterStub extends AbstractWriter { diff --git a/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php b/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php index ddcf8b69a..f2a5b9f80 100644 --- a/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php +++ b/src/test/php/PHPMD/TextUI/CommandLineOptionsTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\TextUI; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ * * @covers \PHPMD\TextUI\CommandLineOptions * @group phpmd diff --git a/src/test/php/PHPMD/TextUI/CommandTest.php b/src/test/php/PHPMD/TextUI/CommandTest.php index 7c0c8292c..b027e3188 100644 --- a/src/test/php/PHPMD/TextUI/CommandTest.php +++ b/src/test/php/PHPMD/TextUI/CommandTest.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ namespace PHPMD\TextUI; @@ -52,7 +51,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ class CommandTest extends AbstractTest { diff --git a/src/test/php/bootstrap.php b/src/test/php/bootstrap.php index f9e54aa04..afbc61e7f 100644 --- a/src/test/php/bootstrap.php +++ b/src/test/php/bootstrap.php @@ -39,7 +39,6 @@ * @author Manuel Pichler * @copyright 2008-2014 Manuel Pichler. All rights reserved. * @license http://www.opensource.org/licenses/bsd-license.php BSD License - * @version @project.version@ */ require_once __DIR__ . '/../../../vendor/autoload.php';