tasks/ext/phpcpd/PHPCPDTask.php

Show: inherited
Table of Contents

$Id: PHPCPDTask.php 1340 2011-10-31 09:40:00Z mrook $

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

\PHPCPDTask

Package: phing\tasks\ext\phpcpd

Runs PHP Copy & Paste Detector. Checking PHP files for duplicated code.

Refactored original PhpCpdTask provided by Timo Haberkern timo.haberkern@fantastic-bits.de

Parent(s)
\Task < \ProjectComponent
Author
Benjamin Schultz  
Version
$Id: PHPCPDTask.php 1340 2011-10-31 09:40:00Z mrook $  

Properties

Propertyprotectedarray  $_allowedFileExtensions= 'array('php')'

List of valid file extensions for analyzed files.

Default valuearray('php')Details
Type
array
Propertyprotected\PhingFile  $_file= 'null'

A php source code filename or directory

Default valuenullDetails
Type
\PhingFile
Propertyprotected\array<FileSet>  $_filesets= 'array()'

All fileset objects assigned to this task

Default valuearray()Details
Type
\array<FileSet>
Propertyprotectedstring  $_format= ''default''

The format for the report

Default value'default'Details
Type
string
Propertyprotected\array<PHPCPDFormatterElement>  $_formatters= 'array()'

Formatter elements.

Default valuearray()Details
Type
\array<PHPCPDFormatterElement>
Propertyprotectedarray  $_ignorePatterns= 'array('.git''

List of exclude directory patterns.

Default valuearray('.git'Details
Type
array
Propertyprotectedinteger  $_minLines= '5'

Minimum number of identical lines.

Default value5Details
Type
integer
Propertyprotectedinteger  $_minTokens= '70'

Minimum number of identical tokens.

Default value70Details
Type
integer

Methods

methodpubliccreateFileSet( ) : \FileSet

Nested creator, adds a set of files (nested fileset attribute).

Returns
Type Description
\FileSet The created fileset object
methodpubliccreateFormatter( ) : \PHPCPDFormatterElement

Create object for nested formatter element.

Returns
Type Description
\PHPCPDFormatterElement
methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

Load the necessary environment for running PHPCPD.

Throws
Exception Description
\BuildException - if the phpcpd classes can't be loaded.
methodpubliclog( ) : void

methodpublicmain( ) : void

Executes PHPCPD against PhingFile or a FileSet

methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetAllowedFileExtensions( string $fileExtensions ) : void

Sets a list of filename extensions for valid php source code files.

Parameters
Name Type Description
$fileExtensions string

List of valid file extensions.

methodpublicsetDescription( ) : void

methodpublicsetFile( \PhingFile $file ) : void

Set the input source file or directory.

Parameters
Name Type Description
$file \PhingFile

The input source file or directory.

methodpublicsetFormat( string $format ) : void

Sets the output format

Parameters
Name Type Description
$format string

Format of the report

methodpublicsetIgnorePatterns( string $ignorePatterns ) : void

Sets a list of ignore patterns that is used to exclude directories from the source analysis.

Parameters
Name Type Description
$ignorePatterns string

List of ignore patterns.

methodpublicsetLocation( ) : void

methodpublicsetMinLines( integer $minLines ) : void

Sets the minimum number of identical lines (default: 5).

Parameters
Name Type Description
$minLines integer

Minimum number of identical lines

methodpublicsetMinTokens( integer $minTokens ) : void

Sets the minimum number of identical tokens (default: 70).

Parameters
Name Type Description
$minTokens integer

Minimum number of identical tokens

methodpublicsetMinimumPriority( integer $minimumPriority ) : void

Sets the minimum rule priority.

Parameters
Name Type Description
$minimumPriority integer

Minimum rule priority.

methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

methodprotectedvalidateFormatters( ) : void

Validates the available formatters

Throws
Exception Description
\BuildException
Documentation was generated by DocBlox 0.17.1.