PHP Class SebastianBergmann\PHPCPD\Detector\Strategy\AbstractStrategy

Afficher le fichier Open project: sebastianbergmann/phpcpd Class Usage Examples

Protected Properties

Свойство Type Description
$hashes string[]
$tokensIgnoreList List of tokens to ignore

Méthodes publiques

Méthode Description
processFile ( string $file, integer $minLines, integer $minTokens, CodeCloneMap $result, boolean $fuzzy = false ) Copy & Paste Detection (CPD).

Method Details

processFile() abstract public méthode

Copy & Paste Detection (CPD).
abstract public processFile ( string $file, integer $minLines, integer $minTokens, CodeCloneMap $result, boolean $fuzzy = false )
$file string
$minLines integer
$minTokens integer
$result SebastianBergmann\PHPCPD\CodeCloneMap
$fuzzy boolean

Property Details

$hashes protected_oe property

protected string[] $hashes
Résultat string[]

$tokensIgnoreList protected_oe property

List of tokens to ignore
protected $tokensIgnoreList