Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > a1343fb6a2c38bf27db0d62ee16e6550 > files

php-phpmd-PHP-PMD-0.2.7-1.fc14.noarch.rpm

Files

-rwxr-xr-x 754 root root /usr/bin/phpmd
drwxr-xr-x 4096 root root /usr/share/doc/php-phpmd-PHP-PMD-0.2.7
-rw-r--r-- 3385 root root /usr/share/doc/php-phpmd-PHP-PMD-0.2.7/CHANGELOG
-rw-r--r-- 1530 root root /usr/share/doc/php-phpmd-PHP-PMD-0.2.7/LICENSE
-rw-r--r-- 24067 root root /usr/share/pear/.pkgxml/php-phpmd-PHP-PMD.xml
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD
-rw-r--r-- 6399 root root /usr/share/pear/PHP/PMD.php
-rw-r--r-- 8720 root root /usr/share/pear/PHP/PMD/AbstractNode.php
-rw-r--r-- 3698 root root /usr/share/pear/PHP/PMD/AbstractRenderer.php
-rw-r--r-- 10896 root root /usr/share/pear/PHP/PMD/AbstractRule.php
-rw-r--r-- 2551 root root /usr/share/pear/PHP/PMD/AbstractWriter.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Node
-rw-r--r-- 8657 root root /usr/share/pear/PHP/PMD/Parser.php
-rw-r--r-- 5749 root root /usr/share/pear/PHP/PMD/ParserFactory.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Renderer
-rw-r--r-- 4968 root root /usr/share/pear/PHP/PMD/Report.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Rule
-rw-r--r-- 2731 root root /usr/share/pear/PHP/PMD/RuleClassFileNotFoundException.php
-rw-r--r-- 2661 root root /usr/share/pear/PHP/PMD/RuleClassNotFoundException.php
-rw-r--r-- 7738 root root /usr/share/pear/PHP/PMD/RuleSet.php
-rw-r--r-- 15735 root root /usr/share/pear/PHP/PMD/RuleSetFactory.php
-rw-r--r-- 2723 root root /usr/share/pear/PHP/PMD/RuleSetNotFoundException.php
-rw-r--r-- 6211 root root /usr/share/pear/PHP/PMD/RuleViolation.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/TextUI
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Writer
-rw-r--r-- 4309 root root /usr/share/pear/PHP/PMD/Node/ASTNode.php
-rw-r--r-- 3010 root root /usr/share/pear/PHP/PMD/Node/AbstractCallable.php
-rw-r--r-- 3108 root root /usr/share/pear/PHP/PMD/Node/AbstractNode.php
-rw-r--r-- 4174 root root /usr/share/pear/PHP/PMD/Node/AbstractType.php
-rw-r--r-- 3913 root root /usr/share/pear/PHP/PMD/Node/Annotation.php
-rw-r--r-- 3664 root root /usr/share/pear/PHP/PMD/Node/Annotations.php
-rw-r--r-- 2797 root root /usr/share/pear/PHP/PMD/Node/Class.php
-rw-r--r-- 3152 root root /usr/share/pear/PHP/PMD/Node/Function.php
-rw-r--r-- 2824 root root /usr/share/pear/PHP/PMD/Node/Interface.php
-rw-r--r-- 4346 root root /usr/share/pear/PHP/PMD/Node/Method.php
-rw-r--r-- 5409 root root /usr/share/pear/PHP/PMD/Renderer/HTMLRenderer.php
-rw-r--r-- 3260 root root /usr/share/pear/PHP/PMD/Renderer/TextRenderer.php
-rw-r--r-- 5848 root root /usr/share/pear/PHP/PMD/Renderer/XMLRenderer.php
-rw-r--r-- 6076 root root /usr/share/pear/PHP/PMD/Rule/AbstractLocalVariable.php
-rw-r--r-- 3247 root root /usr/share/pear/PHP/PMD/Rule/CyclomaticComplexity.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Rule/Design
-rw-r--r-- 3160 root root /usr/share/pear/PHP/PMD/Rule/ExcessivePublicCount.php
-rw-r--r-- 2430 root root /usr/share/pear/PHP/PMD/Rule/IClassAware.php
-rw-r--r-- 2436 root root /usr/share/pear/PHP/PMD/Rule/IFunctionAware.php
-rw-r--r-- 2433 root root /usr/share/pear/PHP/PMD/Rule/IInterfaceAware.php
-rw-r--r-- 2422 root root /usr/share/pear/PHP/PMD/Rule/IMethodAware.php
drwxr-xr-x 4096 root root /usr/share/pear/PHP/PMD/Rule/Naming
-rw-r--r-- 5382 root root /usr/share/pear/PHP/PMD/Rule/UnusedFormalParameter.php
-rw-r--r-- 5549 root root /usr/share/pear/PHP/PMD/Rule/UnusedLocalVariable.php
-rw-r--r-- 7858 root root /usr/share/pear/PHP/PMD/Rule/UnusedPrivateField.php
-rw-r--r-- 6643 root root /usr/share/pear/PHP/PMD/Rule/UnusedPrivateMethod.php
-rw-r--r-- 3065 root root /usr/share/pear/PHP/PMD/Rule/Design/DepthOfInheritance.php
-rw-r--r-- 3185 root root /usr/share/pear/PHP/PMD/Rule/Design/EvalExpression.php
-rw-r--r-- 3184 root root /usr/share/pear/PHP/PMD/Rule/Design/ExitExpression.php
-rw-r--r-- 3071 root root /usr/share/pear/PHP/PMD/Rule/Design/LongClass.php
-rw-r--r-- 3371 root root /usr/share/pear/PHP/PMD/Rule/Design/LongMethod.php
-rw-r--r-- 3184 root root /usr/share/pear/PHP/PMD/Rule/Design/LongParameterList.php
-rw-r--r-- 3352 root root /usr/share/pear/PHP/PMD/Rule/Design/NpathComplexity.php
-rw-r--r-- 3072 root root /usr/share/pear/PHP/PMD/Rule/Design/NumberOfChildren.php
-rw-r--r-- 3068 root root /usr/share/pear/PHP/PMD/Rule/Design/TooManyFields.php
-rw-r--r-- 3832 root root /usr/share/pear/PHP/PMD/Rule/Design/TooManyMethods.php
-rw-r--r-- 3206 root root /usr/share/pear/PHP/PMD/Rule/Design/WeightedMethodCount.php
-rw-r--r-- 4814 root root /usr/share/pear/PHP/PMD/Rule/Naming/BooleanGetMethodName.php
-rw-r--r-- 3330 root root /usr/share/pear/PHP/PMD/Rule/Naming/ConstantNamingConventions.php
-rw-r--r-- 3191 root root /usr/share/pear/PHP/PMD/Rule/Naming/ConstructorWithNameAsEnclosingClass.php
-rw-r--r-- 6991 root root /usr/share/pear/PHP/PMD/Rule/Naming/LongVariable.php
-rw-r--r-- 3258 root root /usr/share/pear/PHP/PMD/Rule/Naming/ShortMethodName.php
-rw-r--r-- 7279 root root /usr/share/pear/PHP/PMD/Rule/Naming/ShortVariable.php
-rw-r--r-- 5353 root root /usr/share/pear/PHP/PMD/TextUI/Command.php
-rw-r--r-- 10402 root root /usr/share/pear/PHP/PMD/TextUI/CommandLineOptions.php
-rw-r--r-- 3971 root root /usr/share/pear/PHP/PMD/Writer/Stream.php
drwxr-xr-x 4096 root root /usr/share/pear/data/PHP_PMD
drwxr-xr-x 4096 root root /usr/share/pear/data/PHP_PMD/rulesets
-rw-r--r-- 12756 root root /usr/share/pear/data/PHP_PMD/rulesets/codesize.xml
-rw-r--r-- 3573 root root /usr/share/pear/data/PHP_PMD/rulesets/design.xml
-rw-r--r-- 11987 root root /usr/share/pear/data/PHP_PMD/rulesets/naming.xml
-rw-r--r-- 2820 root root /usr/share/pear/data/PHP_PMD/rulesets/unusedcode.xml