6.0.0-alpha12
6/7/25

[#1265] Typo in Data/tsv.php
Summary Typo in Data/tsv.php
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester olli.korhonen (at) fimx (dot) fi
Created 01/28/2005 (7435 days ago)
Due
Updated 11/05/2014 (3867 days ago)
Assigned 01/28/2005 (7435 days ago)
Resolved 01/28/2005 (7435 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/05/2014 09:07:57 AM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

commit 385e2ec77635b5e0c20c4442951be9f5ccceb79f
Merge: 6af8b12 18e6add
Author: MichaelGrafnetter <outlook.commichael.grafnetter@outlook.com>
Date:   Tue Nov 4 18:11:45 2014 +0100

     Sync with upstream.

  ansel/lib/Api.php                                  |   28 -
  ansel/test/Ansel/phpunit.xml                       |    2 +-
  chora/locale/cs/LC_MESSAGES/chora.mo               |  Bin 71525 -> 
65256 bytes
  components/bundle/composer.json                    |    8 +
  components/bundle/composer.lock                    |  757 +++
  components/bundle/vendor/autoload.php              |    7 +
  components/bundle/vendor/bin/pdepend               |    1 +
  components/bundle/vendor/bin/phpcpd                |    1 +
  components/bundle/vendor/bin/phpdcd                |    1 +
  components/bundle/vendor/bin/phploc                |    1 +
  components/bundle/vendor/bin/phpmd                 |    1 +
  components/bundle/vendor/composer/ClassLoader.php  |  383 ++
  .../bundle/vendor/composer/autoload_classmap.php   |  219 +
  .../bundle/vendor/composer/autoload_namespaces.php |   16 +
  .../bundle/vendor/composer/autoload_psr4.php       |    9 +
  .../bundle/vendor/composer/autoload_real.php       |   54 +
  .../bundle/vendor/composer/include_paths.php       |   10 +
  components/bundle/vendor/composer/installed.json   |  772 +++
  components/bundle/vendor/pdepend/pdepend/CHANGELOG |  416 ++
  components/bundle/vendor/pdepend/pdepend/LICENSE   |   31 +
  .../bundle/vendor/pdepend/pdepend/build.properties |   24 +
  .../bundle/vendor/pdepend/pdepend/composer.json    |   21 +
  .../vendor/pdepend/pdepend/scripts/compare.sh      |   13 +
  .../pdepend/pdepend/scripts/update-version.php     |  186 +
  .../bundle/vendor/pdepend/pdepend/src/bin/pdepend  |   72 +
  .../vendor/pdepend/pdepend/src/bin/pdepend.bat     |   46 +
  .../vendor/pdepend/pdepend/src/bin/pdepend.php     |   67 +
  .../pdepend/pdepend/src/conf/phar_bootstrap.stub   |   61 +
  .../pdepend/src/main/php/PDepend/Application.php   |  198 +
  .../src/main/php/PDepend/DbusUI/ResultPrinter.php  |  198 +
  .../Compiler/ProcessListenerPass.php               |   69 +
  .../PDepend/DependencyInjection/Configuration.php  |  120 +
  .../php/PDepend/DependencyInjection/Extension.php  |  136 +
  .../DependencyInjection/ExtensionManager.php       |   93 +
  .../DependencyInjection/PdependExtension.php       |  127 +
  .../pdepend/src/main/php/PDepend/Engine.php        |  688 ++
  .../src/main/php/PDepend/Input/CompositeFilter.php |   89 +
  .../main/php/PDepend/Input/ExcludePathFilter.php   |  123 +
  .../src/main/php/PDepend/Input/ExtensionFilter.php |   84 +
  .../pdepend/src/main/php/PDepend/Input/Filter.php  |   61 +
  .../src/main/php/PDepend/Input/Iterator.php        |  118 +
  .../main/php/PDepend/Metrics/AbstractAnalyzer.php  |  147 +
  .../PDepend/Metrics/AbstractCachingAnalyzer.php    |  137 +
  .../main/php/PDepend/Metrics/AggregateAnalyzer.php |   69 +
  .../src/main/php/PDepend/Metrics/Analyzer.php      |   96 +
  .../Metrics/Analyzer/ClassLevelAnalyzer.php        |  409 ++
  .../PDepend/Metrics/Analyzer/CodeRankAnalyzer.php  |  236 +
  .../CodeRankAnalyzer/CodeRankStrategyI.php         |   61 +
  .../CodeRankAnalyzer/InheritanceStrategy.php       |  151 +
  .../Analyzer/CodeRankAnalyzer/MethodStrategy.php   |  148 +
  .../Analyzer/CodeRankAnalyzer/PropertyStrategy.php |  130 +
  .../Analyzer/CodeRankAnalyzer/StrategyFactory.php  |  125 +
  .../PDepend/Metrics/Analyzer/CohesionAnalyzer.php  |  155 +
  .../PDepend/Metrics/Analyzer/CouplingAnalyzer.php  |  455 ++
  .../PDepend/Metrics/Analyzer/CrapIndexAnalyzer.php |  272 +
  .../Analyzer/CyclomaticComplexityAnalyzer.php      |  464 ++
  .../Metrics/Analyzer/DependencyAnalyzer.php        |  480 ++
  .../PDepend/Metrics/Analyzer/HierarchyAnalyzer.php |  318 +
  .../Metrics/Analyzer/InheritanceAnalyzer.php       |  355 ++
  .../Metrics/Analyzer/NPathComplexityAnalyzer.php   |  567 ++
  .../PDepend/Metrics/Analyzer/NodeCountAnalyzer.php |  329 +
  .../PDepend/Metrics/Analyzer/NodeLocAnalyzer.php   |  485 ++
  .../php/PDepend/Metrics/AnalyzerCacheAware.php     |   66 +
  .../main/php/PDepend/Metrics/AnalyzerFactory.php   |   88 +
  .../php/PDepend/Metrics/AnalyzerFilterAware.php    |   56 +
  .../main/php/PDepend/Metrics/AnalyzerIterator.php  |   75 +
  .../main/php/PDepend/Metrics/AnalyzerListener.php  |   71 +
  .../main/php/PDepend/Metrics/AnalyzerNodeAware.php |   72 +
  .../php/PDepend/Metrics/AnalyzerProjectAware.php   |   70 +
  .../src/main/php/PDepend/ProcessListener.php       |  120 +
  .../main/php/PDepend/Report/CodeAwareGenerator.php |   62 +
  .../main/php/PDepend/Report/FileAwareGenerator.php |   61 +
  .../src/main/php/PDepend/Report/Jdepend/Chart.php  |  248 +
  .../src/main/php/PDepend/Report/Jdepend/Xml.php    |  351 +
  .../src/main/php/PDepend/Report/Jdepend/chart.svg  |  587 ++
  .../php/PDepend/Report/NoLogOutputException.php    |   66 +
  .../main/php/PDepend/Report/Overview/Pyramid.php   |  333 +
  .../main/php/PDepend/Report/Overview/pyramid.svg   |  769 +++
  .../main/php/PDepend/Report/ReportGenerator.php    |   79 +
  .../php/PDepend/Report/ReportGeneratorFactory.php  |  118 +
  .../src/main/php/PDepend/Report/Summary/Xml.php    |  415 ++
  .../PDepend/Source/AST/ASTAllocationExpression.php |   82 +
  .../main/php/PDepend/Source/AST/ASTArguments.php   |   80 +
  .../src/main/php/PDepend/Source/AST/ASTArray.php   |   78 +
  .../php/PDepend/Source/AST/ASTArrayElement.php     |  112 +
  .../PDepend/Source/AST/ASTArrayIndexExpression.php |   80 +
  .../main/php/PDepend/Source/AST/ASTArtifact.php    |   76 +
  .../php/PDepend/Source/AST/ASTArtifactList.php     |  228 +
  .../Source/AST/ASTArtifactList/ArtifactFilter.php  |   63 +
  .../ASTArtifactList/CollectionArtifactFilter.php   |  120 +
  .../AST/ASTArtifactList/NullArtifactFilter.php     |   66 +
  .../AST/ASTArtifactList/PackageArtifactFilter.php  |  102 +
  .../PDepend/Source/AST/ASTAssignmentExpression.php |   67 +
  .../PDepend/Source/AST/ASTBooleanAndExpression.php |   69 +
  .../PDepend/Source/AST/ASTBooleanOrExpression.php  |   69 +
  .../php/PDepend/Source/AST/ASTBreakStatement.php   |   83 +
  .../php/PDepend/Source/AST/ASTCastExpression.php   |  181 +
  .../php/PDepend/Source/AST/ASTCatchStatement.php   |   67 +
  .../src/main/php/PDepend/Source/AST/ASTClass.php   |  204 +
  .../php/PDepend/Source/AST/ASTClassFqnPostfix.php  |   81 +
  ...assOrInterfaceRecursiveInheritanceException.php |   71 +
  .../Source/AST/ASTClassOrInterfaceReference.php    |  126 +
  .../AST/ASTClassOrInterfaceReferenceIterator.php   |   89 +
  .../php/PDepend/Source/AST/ASTClassReference.php   |   83 +
  .../php/PDepend/Source/AST/ASTCloneExpression.php  |   69 +
  .../src/main/php/PDepend/Source/AST/ASTClosure.php |  145 +
  .../src/main/php/PDepend/Source/AST/ASTComment.php |   67 +
  .../php/PDepend/Source/AST/ASTCompilationUnit.php  |  404 ++
  .../AST/ASTCompilationUnitNotFoundException.php    |   65 +
  .../PDepend/Source/AST/ASTCompoundExpression.php   |   83 +
  .../php/PDepend/Source/AST/ASTCompoundVariable.php |   79 +
  .../Source/AST/ASTConditionalExpression.php        |   75 +
  .../main/php/PDepend/Source/AST/ASTConstant.php    |   69 +
  .../PDepend/Source/AST/ASTConstantDeclarator.php   |  135 +
  .../PDepend/Source/AST/ASTConstantDefinition.php   |   77 +
  .../php/PDepend/Source/AST/ASTConstantPostfix.php  |   74 +
  .../PDepend/Source/AST/ASTContinueStatement.php    |   83 +
  .../php/PDepend/Source/AST/ASTDeclareStatement.php |  130 +
  .../php/PDepend/Source/AST/ASTDoWhileStatement.php |   69 +
  .../php/PDepend/Source/AST/ASTEchoStatement.php    |   69 +
  .../php/PDepend/Source/AST/ASTElseIfStatement.php  |   84 +
  .../php/PDepend/Source/AST/ASTEvalExpression.php   |   69 +
  .../php/PDepend/Source/AST/ASTExitExpression.php   |   69 +
  .../main/php/PDepend/Source/AST/ASTExpression.php  |   69 +
  .../php/PDepend/Source/AST/ASTFieldDeclaration.php |  181 +
  .../php/PDepend/Source/AST/ASTFinallyStatement.php |   67 +
  .../src/main/php/PDepend/Source/AST/ASTForInit.php |   73 +
  .../php/PDepend/Source/AST/ASTForStatement.php     |   69 +
  .../main/php/PDepend/Source/AST/ASTForUpdate.php   |   75 +
  .../php/PDepend/Source/AST/ASTForeachStatement.php |   69 +
  .../php/PDepend/Source/AST/ASTFormalParameter.php  |  107 +
  .../php/PDepend/Source/AST/ASTFormalParameters.php |   87 +
  .../main/php/PDepend/Source/AST/ASTFunction.php    |  176 +
  .../php/PDepend/Source/AST/ASTFunctionPostfix.php  |   79 +
  .../php/PDepend/Source/AST/ASTGlobalStatement.php  |   69 +
  .../php/PDepend/Source/AST/ASTGotoStatement.php    |   69 +
  .../src/main/php/PDepend/Source/AST/ASTHeredoc.php |   87 +
  .../main/php/PDepend/Source/AST/ASTIdentifier.php  |   70 +
  .../main/php/PDepend/Source/AST/ASTIfStatement.php |   81 +
  .../PDepend/Source/AST/ASTIncludeExpression.php    |  108 +
  .../php/PDepend/Source/AST/ASTIndexExpression.php  |   56 +
  .../PDepend/Source/AST/ASTInstanceOfExpression.php |   69 +
  .../main/php/PDepend/Source/AST/ASTInterface.php   |  145 +
  .../main/php/PDepend/Source/AST/ASTInvocation.php  |   60 +
  .../php/PDepend/Source/AST/ASTIssetExpression.php  |   69 +
  .../php/PDepend/Source/AST/ASTLabelStatement.php   |   69 +
  .../php/PDepend/Source/AST/ASTListExpression.php   |   69 +
  .../src/main/php/PDepend/Source/AST/ASTLiteral.php |   69 +
  .../PDepend/Source/AST/ASTLogicalAndExpression.php |   69 +
  .../PDepend/Source/AST/ASTLogicalOrExpression.php  |   69 +
  .../PDepend/Source/AST/ASTLogicalXorExpression.php |   69 +
  .../PDepend/Source/AST/ASTMemberPrimaryPrefix.php  |   99 +
  .../src/main/php/PDepend/Source/AST/ASTMethod.php  |  233 +
  .../php/PDepend/Source/AST/ASTMethodPostfix.php    |   79 +
  .../main/php/PDepend/Source/AST/ASTNamespace.php   |  319 +
  .../src/main/php/PDepend/Source/AST/ASTNode.php    |  540 ++
  .../main/php/PDepend/Source/AST/ASTParameter.php   |  395 ++
  .../php/PDepend/Source/AST/ASTParentReference.php  |  130 +
  .../PDepend/Source/AST/ASTPostfixExpression.php    |   69 +
  .../Source/AST/ASTPreDecrementExpression.php       |   69 +
  .../Source/AST/ASTPreIncrementExpression.php       |   69 +
  .../php/PDepend/Source/AST/ASTPrimitiveType.php    |   81 +
  .../main/php/PDepend/Source/AST/ASTProperty.php    |  369 ++
  .../php/PDepend/Source/AST/ASTPropertyPostfix.php  |   83 +
  .../PDepend/Source/AST/ASTRequireExpression.php    |  108 +
  .../php/PDepend/Source/AST/ASTReturnStatement.php  |   83 +
  .../src/main/php/PDepend/Source/AST/ASTScope.php   |   69 +
  .../php/PDepend/Source/AST/ASTScopeStatement.php   |   69 +
  .../php/PDepend/Source/AST/ASTSelfReference.php    |  149 +
  .../PDepend/Source/AST/ASTShiftLeftExpression.php  |   83 +
  .../PDepend/Source/AST/ASTShiftRightExpression.php |   83 +
  .../main/php/PDepend/Source/AST/ASTStatement.php   |   69 +
  .../php/PDepend/Source/AST/ASTStaticReference.php  |   86 +
  .../Source/AST/ASTStaticVariableDeclaration.php    |   83 +
  .../src/main/php/PDepend/Source/AST/ASTString.php  |   81 +
  .../Source/AST/ASTStringIndexExpression.php        |   75 +
  .../main/php/PDepend/Source/AST/ASTSwitchLabel.php |  109 +
  .../php/PDepend/Source/AST/ASTSwitchStatement.php  |   67 +
  .../php/PDepend/Source/AST/ASTThrowStatement.php   |   69 +
  .../src/main/php/PDepend/Source/AST/ASTTrait.php   |  123 +
  .../php/PDepend/Source/AST/ASTTraitAdaptation.php  |   69 +
  .../PDepend/Source/AST/ASTTraitAdaptationAlias.php |  140 +
  .../Source/AST/ASTTraitAdaptationPrecedence.php    |   69 +
  .../AST/ASTTraitMethodCollisionException.php       |   43 +
  .../php/PDepend/Source/AST/ASTTraitReference.php   |   83 +
  .../PDepend/Source/AST/ASTTraitUseStatement.php    |  212 +
  .../php/PDepend/Source/AST/ASTTryStatement.php     |   69 +
  .../src/main/php/PDepend/Source/AST/ASTType.php    |   90 +
  .../main/php/PDepend/Source/AST/ASTTypeArray.php   |   94 +
  .../php/PDepend/Source/AST/ASTTypeCallable.php     |   81 +
  .../php/PDepend/Source/AST/ASTUnaryExpression.php  |   83 +
  .../php/PDepend/Source/AST/ASTUnsetStatement.php   |   69 +
  .../src/main/php/PDepend/Source/AST/ASTValue.php   |  107 +
  .../main/php/PDepend/Source/AST/ASTVariable.php    |   87 +
  .../PDepend/Source/AST/ASTVariableDeclarator.php   |  114 +
  .../php/PDepend/Source/AST/ASTVariableVariable.php |   83 +
  .../php/PDepend/Source/AST/ASTWhileStatement.php   |   69 +
  .../php/PDepend/Source/AST/ASTYieldStatement.php   |   83 +
  .../php/PDepend/Source/AST/AbstractASTArtifact.php |  197 +
  .../php/PDepend/Source/AST/AbstractASTCallable.php |  488 ++
  .../Source/AST/AbstractASTClassOrInterface.php     |  368 ++
  .../php/PDepend/Source/AST/AbstractASTType.php     |  504 ++
  .../src/main/php/PDepend/Source/AST/State.php      |   92 +
  .../PDepend/Source/ASTVisitor/ASTVisitListener.php |  208 +
  .../php/PDepend/Source/ASTVisitor/ASTVisitor.php   |  167 +
  .../Source/ASTVisitor/AbstractASTVisitListener.php |  286 +
  .../Source/ASTVisitor/AbstractASTVisitor.php       |  519 ++
  .../main/php/PDepend/Source/Builder/Builder.php    | 1227 ++++
  .../php/PDepend/Source/Builder/BuilderContext.php  |  121 +
  .../BuilderContext/GlobalBuilderContext.php        |  174 +
  .../Source/Language/PHP/AbstractPHPParser.php      | 6694 
++++++++++++++++++++
  .../php/PDepend/Source/Language/PHP/PHPBuilder.php | 2336 +++++++
  .../Source/Language/PHP/PHPParserGeneric.php       |  349 +
  .../Language/PHP/PHPTokenizerHelperVersion52.php   |  128 +
  .../Source/Language/PHP/PHPTokenizerInternal.php   |  704 ++
  .../Source/Parser/InvalidStateException.php        |   73 +
  .../Source/Parser/MissingValueException.php        |   78 +
  .../php/PDepend/Source/Parser/ParserException.php  |   53 +
  .../main/php/PDepend/Source/Parser/SymbolTable.php |  140 +
  .../php/PDepend/Source/Parser/TokenException.php   |   56 +
  .../main/php/PDepend/Source/Parser/TokenStack.php  |  120 +
  .../Source/Parser/TokenStreamEndException.php      |   70 +
  .../Source/Parser/UnexpectedTokenException.php     |   73 +
  .../main/php/PDepend/Source/Tokenizer/Token.php    |  114 +
  .../php/PDepend/Source/Tokenizer/Tokenizer.php     |  188 +
  .../main/php/PDepend/Source/Tokenizer/Tokens.php   |  857 +++
  .../src/main/php/PDepend/TextUI/Command.php        |  626 ++
  .../src/main/php/PDepend/TextUI/ResultPrinter.php  |  232 +
  .../pdepend/src/main/php/PDepend/TextUI/Runner.php |  347 +
  .../main/php/PDepend/Util/Cache/CacheDriver.php    |  110 +
  .../main/php/PDepend/Util/Cache/CacheFactory.php   |  143 +
  .../Util/Cache/Driver/File/FileCacheDirectory.php  |  226 +
  .../PDepend/Util/Cache/Driver/FileCacheDriver.php  |  273 +
  .../Util/Cache/Driver/MemoryCacheDriver.php        |  213 +
  .../src/main/php/PDepend/Util/Configuration.php    |  128 +
  .../php/PDepend/Util/ConfigurationInstance.php     |   80 +
  .../php/PDepend/Util/Coverage/CloverReport.php     |  151 +
  .../src/main/php/PDepend/Util/Coverage/Factory.php |   92 +
  .../src/main/php/PDepend/Util/Coverage/Report.php  |   62 +
  .../pdepend/src/main/php/PDepend/Util/FileUtil.php |   92 +
  .../src/main/php/PDepend/Util/IdBuilder.php        |  162 +
  .../src/main/php/PDepend/Util/ImageConvert.php     |  181 +
  .../pdepend/src/main/php/PDepend/Util/Log.php      |  110 +
  .../pdepend/src/main/php/PDepend/Util/MathUtil.php |   87 +
  .../pdepend/src/main/php/PDepend/Util/Type.php     |  407 ++
  .../src/main/php/PDepend/Util/Workarounds.php      |   90 +
  .../src/main/resources/schema/configuration.xsd    |   46 +
  .../pdepend/src/main/resources/services.xml        |  111 +
  .../bundle/vendor/phploc/phploc/.gitattributes     |    1 +
  components/bundle/vendor/phploc/phploc/.gitignore  |   11 +
  components/bundle/vendor/phploc/phploc/.travis.yml |   22 +
  components/bundle/vendor/phploc/phploc/LICENSE     |   33 +
  components/bundle/vendor/phploc/phploc/README.md   |  103 +
  components/bundle/vendor/phploc/phploc/build.xml   |  134 +
  .../phploc/phploc/build/phar-autoload.php.in       |   42 +
  .../vendor/phploc/phploc/build/phar-manifest.php   |   27 +
  .../bundle/vendor/phploc/phploc/build/phpunit.xml  |   18 +
  .../vendor/phploc/phploc/build/travis-ci.xml       |   24 +
  .../bundle/vendor/phploc/phploc/composer.json      |   36 +
  .../vendor/phploc/phploc/composer/bin/phploc       |   71 +
  components/bundle/vendor/phploc/phploc/phploc      |   64 +
  .../bundle/vendor/phploc/phploc/src/Analyser.php   |  807 +++
  .../vendor/phploc/phploc/src/CLI/Application.php   |  138 +
  .../vendor/phploc/phploc/src/CLI/Command.php       |  286 +
  .../vendor/phploc/phploc/src/Log/CSV/History.php   |   83 +
  .../vendor/phploc/phploc/src/Log/CSV/Single.php    |  181 +
  .../bundle/vendor/phploc/phploc/src/Log/Text.php   |  214 +
  .../bundle/vendor/phploc/phploc/src/Log/XML.php    |   93 +
  .../vendor/phploc/phploc/tests/AnalyzerTest.php    |  244 +
  .../vendor/phploc/phploc/tests/_files/issue_62.php |    5 +
  .../vendor/phploc/phploc/tests/_files/source.php   |   70 +
  .../vendor/phploc/phploc/tests/_files/tests.php    |   23 +
  .../vendor/phploc/phploc/tests/_files/trait.php    |    7 +
  ...twoTestsThatIndirectlyExtendPHPUnitTestCase.php |   10 +
  components/bundle/vendor/phpmd/phpmd/.gitignore    |    5 +
  components/bundle/vendor/phpmd/phpmd/.gitmodules   |    3 +
  components/bundle/vendor/phpmd/phpmd/.travis.yml   |   23 +
  components/bundle/vendor/phpmd/phpmd/AUTHORS.rst   |   38 +
  components/bundle/vendor/phpmd/phpmd/CHANGELOG     |  137 +
  components/bundle/vendor/phpmd/phpmd/LICENSE       |   31 +
  components/bundle/vendor/phpmd/phpmd/README.rst    |  116 +
  .../bundle/vendor/phpmd/phpmd/build.properties     |   17 +
  components/bundle/vendor/phpmd/phpmd/build.xml     |  108 +
  components/bundle/vendor/phpmd/phpmd/composer.json |   24 +
  components/bundle/vendor/phpmd/phpmd/composer.lock |  218 +
  .../bundle/vendor/phpmd/phpmd/phpunit.xml.dist     |   13 +
  components/bundle/vendor/phpmd/phpmd/src/bin/phpmd |  122 +
  .../bundle/vendor/phpmd/phpmd/src/bin/phpmd.bat    |   45 +
  .../phpmd/phpmd/src/conf/phar_bootstrap.stub       |   21 +
  .../phpmd/src/main/php/PHPMD/AbstractNode.php      |  302 +
  .../phpmd/src/main/php/PHPMD/AbstractRenderer.php  |  115 +
  .../phpmd/src/main/php/PHPMD/AbstractRule.php      |  427 ++
  .../phpmd/src/main/php/PHPMD/AbstractWriter.php    |   64 +
  .../phpmd/src/main/php/PHPMD/Node/ASTNode.php      |  143 +
  .../main/php/PHPMD/Node/AbstractCallableNode.php   |   78 +
  .../phpmd/src/main/php/PHPMD/Node/AbstractNode.php |   80 +
  .../src/main/php/PHPMD/Node/AbstractTypeNode.php   |  129 +
  .../phpmd/src/main/php/PHPMD/Node/Annotation.php   |  119 +
  .../phpmd/src/main/php/PHPMD/Node/Annotations.php  |  104 +
  .../phpmd/src/main/php/PHPMD/Node/ClassNode.php    |   73 +
  .../phpmd/src/main/php/PHPMD/Node/FunctionNode.php |   89 +
  .../src/main/php/PHPMD/Node/InterfaceNode.php      |   68 +
  .../phpmd/src/main/php/PHPMD/Node/MethodNode.php   |  169 +
  .../phpmd/src/main/php/PHPMD/Node/TraitNode.php    |   68 +
  .../phpmd/phpmd/src/main/php/PHPMD/PHPMD.php       |  243 +
  .../phpmd/phpmd/src/main/php/PHPMD/Parser.php      |  313 +
  .../phpmd/src/main/php/PHPMD/ParserFactory.php     |  180 +
  .../phpmd/src/main/php/PHPMD/ProcessingError.php   |  122 +
  .../src/main/php/PHPMD/Renderer/HTMLRenderer.php   |  188 +
  .../src/main/php/PHPMD/Renderer/TextRenderer.php   |   92 +
  .../src/main/php/PHPMD/Renderer/XMLRenderer.php    |  162 +
  .../phpmd/phpmd/src/main/php/PHPMD/Report.php      |  207 +
  .../vendor/phpmd/phpmd/src/main/php/PHPMD/Rule.php |  235 +
  .../main/php/PHPMD/Rule/AbstractLocalVariable.php  |  195 +
  .../phpmd/src/main/php/PHPMD/Rule/ClassAware.php   |   57 +
  .../PHPMD/Rule/CleanCode/BooleanArgumentFlag.php   |   89 +
  .../php/PHPMD/Rule/CleanCode/ElseExpression.php    |  101 +
  .../main/php/PHPMD/Rule/CleanCode/StaticAccess.php |  105 +
  .../Rule/Controversial/CamelCaseClassName.php      |   82 +
  .../Rule/Controversial/CamelCaseMethodName.php     |  108 +
  .../Rule/Controversial/CamelCaseParameterName.php  |   84 +
  .../Rule/Controversial/CamelCasePropertyName.php   |   83 +
  .../Rule/Controversial/CamelCaseVariableName.php   |  104 +
  .../php/PHPMD/Rule/Controversial/Superglobals.php  |   97 +
  .../main/php/PHPMD/Rule/CyclomaticComplexity.php   |   86 +
  .../PHPMD/Rule/Design/CouplingBetweenObjects.php   |   77 +
  .../php/PHPMD/Rule/Design/DepthOfInheritance.php   |   84 +
  .../main/php/PHPMD/Rule/Design/EvalExpression.php  |   75 +
  .../main/php/PHPMD/Rule/Design/ExitExpression.php  |   75 +
  .../main/php/PHPMD/Rule/Design/GotoStatement.php   |   77 +
  .../src/main/php/PHPMD/Rule/Design/LongClass.php   |   85 +
  .../src/main/php/PHPMD/Rule/Design/LongMethod.php  |   90 +
  .../php/PHPMD/Rule/Design/LongParameterList.php    |   87 +
  .../main/php/PHPMD/Rule/Design/NpathComplexity.php |   88 +
  .../php/PHPMD/Rule/Design/NumberOfChildren.php     |   84 +
  .../main/php/PHPMD/Rule/Design/TooManyFields.php   |   85 +
  .../main/php/PHPMD/Rule/Design/TooManyMethods.php  |  128 +
  .../php/PHPMD/Rule/Design/WeightedMethodCount.php  |   80 +
  .../main/php/PHPMD/Rule/ExcessivePublicCount.php   |   85 +
  .../src/main/php/PHPMD/Rule/FunctionAware.php      |   57 +
  .../src/main/php/PHPMD/Rule/InterfaceAware.php     |   57 +
  .../phpmd/src/main/php/PHPMD/Rule/MethodAware.php  |   57 +
  .../php/PHPMD/Rule/Naming/BooleanGetMethodName.php |  129 +
  .../Rule/Naming/ConstantNamingConventions.php      |   78 +
  .../Naming/ConstructorWithNameAsEnclosingClass.php |   80 +
  .../main/php/PHPMD/Rule/Naming/LongVariable.php    |  207 +
  .../main/php/PHPMD/Rule/Naming/ShortMethodName.php |   85 +
  .../main/php/PHPMD/Rule/Naming/ShortVariable.php   |  232 +
  .../main/php/PHPMD/Rule/UnusedFormalParameter.php  |  196 +
  .../main/php/PHPMD/Rule/UnusedLocalVariable.php    |  211 +
  .../src/main/php/PHPMD/Rule/UnusedPrivateField.php |  220 +
  .../main/php/PHPMD/Rule/UnusedPrivateMethod.php    |  166 +
  .../php/PHPMD/RuleClassFileNotFoundException.php   |   67 +
  .../main/php/PHPMD/RuleClassNotFoundException.php  |   66 +
  .../phpmd/phpmd/src/main/php/PHPMD/RuleSet.php     |  301 +
  .../phpmd/src/main/php/PHPMD/RuleSetFactory.php    |  527 ++
  .../main/php/PHPMD/RuleSetNotFoundException.php    |   66 +
  .../phpmd/src/main/php/PHPMD/RuleViolation.php     |  241 +
  .../phpmd/src/main/php/PHPMD/TextUI/Command.php    |  188 +
  .../main/php/PHPMD/TextUI/CommandLineOptions.php   |  500 ++
  .../src/main/php/PHPMD/Writer/StreamWriter.php     |  110 +
  .../src/main/resources/rulesets/cleancode.xml      |   97 +
  .../phpmd/src/main/resources/rulesets/codesize.xml |  397 ++
  .../src/main/resources/rulesets/controversial.xml  |  149 +
  .../phpmd/src/main/resources/rulesets/design.xml   |  193 +
  .../phpmd/src/main/resources/rulesets/naming.xml   |  362 ++
  .../src/main/resources/rulesets/unusedcode.xml     |   99 +
  .../vendor/phpmd/phpmd/src/site/docx/changes.xml   |  458 ++
  .../phpmd/src/site/resources/config/authors.ini    |   13 +
  .../phpmd/src/site/resources/config/binaries.ini   |   40 +
  .../src/site/resources/config/content/blog.ini     |   27 +
  .../src/site/resources/config/display/sitemap.ini  |   37 +
  .../phpmd/src/site/resources/config/handlers.ini   |   50 +
  .../phpmd/src/site/resources/config/metadata.ini   |   18 +
  .../phpmd/phpmd/src/site/resources/config/site.ini |   76 +
  .../src/site/resources/override/html/footer.ezt    |   36 +
  .../src/site/resources/override/html/formats.ezt   |   21 +
  .../src/site/resources/override/html/layout.ezt    |  111 +
  .../site/resources/override/html/navigation.ezt    |    5 +
  .../resources/override/html/navigation/item.ezt    |   15 +
  .../src/site/resources/override/html/release.ezt   |    6 +
  .../phpmd/src/site/resources/web/css/print.css     |   36 +
  .../phpmd/src/site/resources/web/css/screen.css    |  251 +
  .../phpmd/phpmd/src/site/resources/web/favicon.ico |  Bin 0 -> 1150 bytes
  .../phpmd/src/site/resources/web/images/box.png    |  Bin 0 -> 23974 bytes
  .../phpmd/src/site/resources/web/images/logo.png   |  Bin 0 -> 23849 bytes
  .../vendor/phpmd/phpmd/src/site/rst/.index.xml     |   31 +
  .../vendor/phpmd/phpmd/src/site/rst/about.rst      |   32 +
  .../phpmd/src/site/rst/documentation/.index.xml    |   22 +
  .../phpmd/src/site/rst/documentation/ant-task.rst  |  113 +
  .../site/rst/documentation/creating-a-ruleset.rst  |  197 +
  .../phpmd/src/site/rst/documentation/index.rst     |  108 +
  .../site/rst/documentation/suppress-warnings.rst   |   71 +
  .../rst/documentation/writing-a-phpmd-rule.rst     |  418 ++
  .../phpmd/phpmd/src/site/rst/download/.index.xml   |   18 +
  .../src/site/rst/download/extensions/.index.xml    |    6 +
  .../src/site/rst/download/extensions/index.rst     |   63 +
  .../phpmd/phpmd/src/site/rst/download/index.rst    |   62 +
  .../src/site/rst/download/releases/.index.xml      |   24 +
  .../site/rst/download/releases/1.0.0/.index.xml    |    7 +
  .../site/rst/download/releases/1.0.0/changelog.rst |   30 +
  .../site/rst/download/releases/1.0.1/.index.xml    |    7 +
  .../site/rst/download/releases/1.0.1/changelog.rst |   33 +
  .../site/rst/download/releases/1.1.0/.index.xml    |    7 +
  .../site/rst/download/releases/1.1.0/changelog.rst |   56 +
  .../site/rst/download/releases/1.1.1/.index.xml    |    7 +
  .../site/rst/download/releases/1.1.1/changelog.rst |   28 +
  .../phpmd/src/site/rst/download/releases/index.rst |    7 +
  .../phpmd/phpmd/src/site/rst/people-behind.rst     |   85 +
  .../vendor/phpmd/phpmd/src/site/rst/robots.txt     |   35 +
  .../phpmd/phpmd/src/site/rst/rules/.index.xml      |   27 +
  .../phpmd/phpmd/src/site/rst/rules/cleancode.rst   |   72 +
  .../phpmd/phpmd/src/site/rst/rules/codesize.rst    |  282 +
  .../phpmd/src/site/rst/rules/controversial.rst     |  102 +
  .../phpmd/phpmd/src/site/rst/rules/design.rst      |  161 +
  .../phpmd/phpmd/src/site/rst/rules/index.rst       |  112 +
  .../phpmd/phpmd/src/site/rst/rules/naming.rst      |  160 +
  .../phpmd/phpmd/src/site/rst/rules/unusedcode.rst  |   84 +
  .../phpmd/phpmd/src/site/rst/support/.index.xml    |    6 +
  .../phpmd/phpmd/src/site/rst/support/index.rst     |   40 +
  .../vendor/phpmd/phpmd/src/site/scripts/pmd.xsl    |  279 +
  .../phpmd/phpmd/src/site/scripts/update-rules.php  |  143 +
  .../phpmd/src/test/php/PHPMD/AbstractTest.php      |  562 ++
  .../Integration/CommandLineInputFileOptionTest.php |  119 +
  .../CouplingBetweenObjectsIntegrationTest.php      |   93 +
  .../Integration/GotoStatementIntegrationTest.php   |   89 +
  .../phpmd/src/test/php/PHPMD/Node/ASTNodeTest.php  |  134 +
  .../src/test/php/PHPMD/Node/AnnotationTest.php     |  149 +
  .../src/test/php/PHPMD/Node/AnnotationsTest.php    |  140 +
  .../src/test/php/PHPMD/Node/ClassNodeTest.php      |   96 +
  .../phpmd/src/test/php/PHPMD/Node/FunctionTest.php |   92 +
  .../src/test/php/PHPMD/Node/MethodNodeTest.php     |  219 +
  .../phpmd/phpmd/src/test/php/PHPMD/PMDTest.php     |  195 +
  .../phpmd/src/test/php/PHPMD/ParserFactoryTest.php |  198 +
  .../phpmd/phpmd/src/test/php/PHPMD/ParserTest.php  |  259 +
  .../src/test/php/PHPMD/ProcessingErrorTest.php     |  113 +
  .../src/test/php/PHPMD/Regression/AbstractTest.php |   78 +
  ...eptsFilesAndDirectoriesAsInputTicket001Test.php |  107 +
  ...vePublicCountRuleNeverExecutedTicket015Test.php |   83 +
  ...ocalVariableAndFormalParameterTicket007Test.php |   87 +
  ...ariablePrivatePropertiesTicket010096717Test.php |   93 +
  .../MaximumNestingLevelTicket24975295Test.php      |   91 +
  ...StaticVariablesFlaggedAsUnusedTicket020Test.php |   74 +
  .../SuperGlobalsFlaggedAsUnusedTicket019Test.php   |   74 +
  ...ningsNotAppliesToUnusedPrivateMethod036Test.php |   77 +
  .../UnusedParameterArgvTicket14990109Test.php      |   96 +
  .../test/php/PHPMD/Renderer/HTMLRendererTest.php   |  147 +
  .../test/php/PHPMD/Renderer/TextRendererTest.php   |  145 +
  .../test/php/PHPMD/Renderer/XMLRendererTest.php    |  140 +
  .../phpmd/phpmd/src/test/php/PHPMD/ReportTest.php  |  217 +
  .../PHPMD/Rule/CleanCode/ElseExpressionTest.php    |   29 +
  .../php/PHPMD/Rule/CleanCode/StaticAccessTest.php  |   43 +
  .../Rule/Controversial/CamelCaseMethodNameTest.php |  163 +
  .../php/PHPMD/Rule/CyclomaticComplexityTest.php    |  114 +
  .../Rule/Design/CouplingBetweenObjectsTest.php     |  103 +
  .../PHPMD/Rule/Design/DepthOfInheritanceTest.php   |  103 +
  .../php/PHPMD/Rule/Design/EvalExpressionTest.php   |  136 +
  .../php/PHPMD/Rule/Design/ExitExpressionTest.php   |  136 +
  .../php/PHPMD/Rule/Design/GotoStatementTest.php    |  116 +
  .../test/php/PHPMD/Rule/Design/LongClassTest.php   |  135 +
  .../test/php/PHPMD/Rule/Design/LongMethodTest.php  |  135 +
  .../PHPMD/Rule/Design/LongParameterListTest.php    |  181 +
  .../php/PHPMD/Rule/Design/NpathComplexityTest.php  |  115 +
  .../php/PHPMD/Rule/Design/NumberOfChildrenTest.php |  103 +
  .../php/PHPMD/Rule/Design/TooManyFieldsTest.php    |  103 +
  .../php/PHPMD/Rule/Design/TooManyMethodsTest.php   |  175 +
  .../PHPMD/Rule/Design/WeightedMethodCountTest.php  |  113 +
  .../php/PHPMD/Rule/ExcessivePublicCountTest.php    |  102 +
  .../PHPMD/Rule/Naming/BooleanGetMethodNameTest.php |  184 +
  .../Rule/Naming/ConstantNamingConventionsTest.php  |  112 +
  .../ConstructorWithNameAsEnclosingClassTest.php    |  100 +
  .../php/PHPMD/Rule/Naming/LongVariableTest.php     |  336 +
  .../php/PHPMD/Rule/Naming/ShortMethodNameTest.php  |  141 +
  .../php/PHPMD/Rule/Naming/ShortVariableTest.php    |  384 ++
  .../php/PHPMD/Rule/UnusedFormalParameterTest.php   |  469 ++
  .../php/PHPMD/Rule/UnusedLocalVariableTest.php     |  550 ++
  .../test/php/PHPMD/Rule/UnusedPrivateFieldTest.php |  305 +
  .../php/PHPMD/Rule/UnusedPrivateMethodTest.php     |  264 +
  .../src/test/php/PHPMD/RuleSetFactoryTest.php      |  669 ++
  .../phpmd/phpmd/src/test/php/PHPMD/RuleSetTest.php |  135 +
  .../phpmd/phpmd/src/test/php/PHPMD/RuleTest.php    |  174 +
  .../phpmd/src/test/php/PHPMD/RuleViolationTest.php |  110 +
  .../src/test/php/PHPMD/Stubs/ClassNotFoundRule.php |    2 +
  .../phpmd/src/test/php/PHPMD/Stubs/RuleStub.php    |   89 +
  .../phpmd/src/test/php/PHPMD/Stubs/WriterStub.php  |   97 +
  .../php/PHPMD/TextUI/CommandLineOptionsTest.php    |  246 +
  .../src/test/php/PHPMD/TextUI/CommandTest.php      |  106 +
  .../vendor/phpmd/phpmd/src/test/php/bootstrap.php  |   54 +
  .../CommandLineInputFileOption/Class1.php          |    7 +
  .../CommandLineInputFileOption/Class2.php          |    6 +
  .../CommandLineInputFileOption/Class3.php          |    7 +
  .../CommandLineInputFileOption/inputfile.txt       |    2 +
  ...ReportContainsCouplingBetweenObjectsWarning.php |  105 +
  .../testReportContainsGotoStatementWarning.php     |   10 +
  ...testGetParentTypeReturnsClassForClassMethod.php |   15 +
  ...arentTypeReturnsInterfaceForInterfaceMethod.php |    9 +
  ...uppressWarningsDelegatesToParentClassMethod.php |   16 +
  ...essWarningsDelegatesToParentInterfaceMethod.php |   16 +
  ...ppressWarningsExecutesDefaultImplementation.php |   22 +
  ...ionReturnsFalseForImplementedAbstractMethod.php |   14 +
  ...onReturnsFalseForImplementedInterfaceMethod.php |   14 +
  ...tionReturnsFalseForInheritMethodDeclaration.php |   17 +
  ...sDeclarationReturnsTrueForMethodDeclaration.php |    8 +
  ...onReturnsTrueForMethodDeclarationWithParent.php |   17 +
  .../files/ParserFactory/Directory/Test.php         |    5 +
  .../resources/files/ParserFactory/File/Test.php    |    5 +
  .../files/Regression/001/source/FooBar.php         |    5 +
  ...meterUsedInDoubleQuoteStringGetsNotReported.php |    8 +
  ...iableUsedInDoubleQuoteStringGetsNotReported.php |   10 +
  .../testRuleNotAppliesForLongPrivateProperty.php   |    5 +
  ...tRuleNotAppliesForLongPrivateStaticProperty.php |    5 +
  .../015/testRuleSetInvokesRuleForClassInstance.php |    5 +
  ...estRuleDoesNotApplyToAnySuperGlobalVariable.php |   19 +
  ...estRuleDoesNotApplyToAnyStaticLocalVariable.php |   11 +
  ...PrivateMethodWithSuppressWarningsAnnotation.php |   11 +
  ...uleDoesNotApplyToFunctionParameterNamedArgv.php |    8 +
  ...tRuleDoesNotApplyToMethodParameterNamedArgv.php |   11 +
  ...iableUsedInDoubleQuoteStringGetsNotReported.php |   85 +
  ...pleTimesToMethodWithMultipleElseExpressions.php |   17 +
  .../testRuleAppliesToMethodWithElseExpression.php  |   11 +
  ...RuleNotAppliesToMethodWithoutElseExpression.php |   11 +
  .../testRuleAppliesToStaticMethodAccess.php        |    9 +
  .../testRuleNotAppliesToConstantAccess.php         |    9 +
  .../testRuleNotAppliesToDynamicMethodCall.php      |   10 +
  .../testRuleNotAppliesToParentStaticCall.php       |    9 +
  .../testRuleNotAppliesToSelfStaticCall.php         |   11 +
  .../testRuleDoesApplyForMethodNameWithCapital.php  |    8 +
  ...stRuleDoesApplyForMethodNameWithUnderscores.php |    8 +
  ...ValidMethodNameWithUnderscoreWhenNotAllowed.php |    8 +
  .../testRuleDoesNotApplyForValidMethodName.php     |    8 +
  ...ForValidMethodNameWithUnderscoreWhenAllowed.php |    8 +
  ...esMultipleTimesToFunctionWithEvalExpression.php |   10 +
  ...liesMultipleTimesToMethodWithEvalExpression.php |   13 +
  ...testRuleAppliesToFunctionWithEvalExpression.php |    5 +
  .../testRuleAppliesToMethodWithEvalExpression.php  |    8 +
  ...leNotAppliesToFunctionWithoutEvalExpression.php |    5 +
  ...RuleNotAppliesToMethodWithoutEvalExpression.php |    8 +
  ...esMultipleTimesToFunctionWithExitExpression.php |   10 +
  ...liesMultipleTimesToMethodWithExitExpression.php |   13 +
  ...testRuleAppliesToFunctionWithExitExpression.php |    5 +
  .../testRuleAppliesToMethodWithExitExpression.php  |    8 +
  ...leNotAppliesToFunctionWithoutExitExpression.php |    5 +
  ...RuleNotAppliesToMethodWithoutExitExpression.php |    8 +
  .../testRuleAppliesToFunctionWithGotoStatement.php |   10 +
  .../testRuleAppliesToMethodWithGotoStatement.php   |   13 +
  ...uleNotAppliesToFunctionWithoutGotoStatement.php |    5 +
  ...tRuleNotAppliesToMethodWithoutGotoStatement.php |    8 +
  ...liesToMethodStartingWithGetAndReturningBool.php |    8 +
  ...sToMethodStartingWithGetAndReturningBoolean.php |   11 +
  ...ateMethodStartingWithGetAndReturningBoolean.php |   11 +
  ...eIgnoresParametersWhenNotExplicitConfigured.php |    8 +
  .../testRuleNotAppliesToMethodStartingWithHas.php  |    8 +
  .../testRuleNotAppliesToMethodStartingWithIs.php   |    8 +
  ...eNotAppliesToMethodWithReturnTypeNotBoolean.php |    8 +
  ...eNotAppliesWhenParametersAreExplicitEnabled.php |    8 +
  ...pliesToClassConstantWithLowerCaseCharacters.php |    7 +
  ...sToInterfaceConstantWithLowerCaseCharacters.php |    5 +
  ...pliesToClassConstantWithUpperCaseCharacters.php |    7 +
  ...sToInterfaceConstantWithUpperCaseCharacters.php |    9 +
  ...iesToConstructorMethodNamedAsEnclosingClass.php |    8 +
  ...rMethodNamedAsEnclosingClassCaseInsensitive.php |    8 +
  ...AppliesToMethodNamedSimilarToEnclosingClass.php |    8 +
  ...ieldAndParameterWithNameLongerThanThreshold.php |   10 +
  ...leAppliesToFieldWithNameLongerThanThreshold.php |    5 +
  ...unctionParameterWithNameLongerThanThreshold.php |    5 +
  ...stRuleAppliesToIdenticalVariableOnlyOneTime.php |   11 +
  ...calVariablesInDifferentContextsSeveralTimes.php |   13 +
  ...riableInFunctionWithNameLongerThanThreshold.php |    5 +
  ...VariableInMethodWithNameLongerThanThreshold.php |    8 +
  ...oMethodParameterWithNameLongerThanThreshold.php |    8 +
  .../testRuleNotAppliesForLongPrivateProperty.php   |    5 +
  ...tRuleNotAppliesForLongPrivateStaticProperty.php |    5 +
  ...leNotAppliesToFieldWithNameEqualToThreshold.php |    5 +
  ...tAppliesToFieldWithNameShorterThanThreshold.php |    5 +
  ...nctionParameterWithNameSmallerThanThreshold.php |    5 +
  ...lVariableInFunctionWithNameEqualToThreshold.php |    5 +
  ...iableInFunctionWithNameSmallerThanThreshold.php |    5 +
  ...calVariableInMethodWithNameEqualToThreshold.php |    8 +
  ...ariableInMethodWithNameShorterThanThreshold.php |    8 +
  ...MethodParameterWithNameShorterThanThreshold.php |    8 +
  ...leNotAppliesToStaticMembersAccessedInMethod.php |   10 +
  ...pliesToFunctionWithNameShorterThanThreshold.php |    5 +
  ...AppliesToMethodWithNameShorterThanThreshold.php |    8 +
  ...otAppliesToFunctionWithNameEqualToThreshold.php |    5 +
  ...ppliesToFunctionWithNameLongerThanThreshold.php |    5 +
  ...eNotAppliesToMethodWithNameEqualToThreshold.php |    8 +
  ...tAppliesToMethodWithNameLongerThanThreshold.php |    8 +
  ...eldAndParameterWithNameShorterThanThreshold.php |    7 +
  ...eAppliesToFieldWithNameShorterThanThreshold.php |    5 +
  ...nctionParameterWithNameShorterThanThreshold.php |    5 +
  ...stRuleAppliesToIdenticalVariableOnlyOneTime.php |   11 +
  ...calVariablesInDifferentContextsSeveralTimes.php |   13 +
  ...iableInFunctionWithNameShorterThanThreshold.php |    5 +
  ...ariableInMethodWithNameShorterThanThreshold.php |    8 +
  ...MethodParameterWithNameShorterThanThreshold.php |    5 +
  ...leNotAppliesToFieldWithNameEqualToThreshold.php |    5 +
  ...tAppliesToFieldWithNameGreaterThanThreshold.php |    5 +
  ...unctionParameterWithNameLongerThanThreshold.php |    5 +
  ...lVariableInFunctionWithNameEqualToThreshold.php |    5 +
  ...riableInFunctionWithNameLongerThanThreshold.php |    5 +
  ...calVariableInMethodWithNameEqualToThreshold.php |    8 +
  ...VariableInMethodWithNameLongerThanThreshold.php |    8 +
  ...oMethodParameterWithNameLongerThanThreshold.php |    5 +
  ...NotAppliesToShortVariableNameAsForLoopIndex.php |    7 +
  ...ppliesToShortVariableNameAsForeachLoopIndex.php |    7 +
  ...tAppliesToShortVariableNameInCatchStatement.php |    7 +
  ...leNotAppliesToStaticMembersAccessedInMethod.php |   10 +
  ...RuleNotAppliesToVariablesFromExceptionsList.php |   11 +
  ...lParameterWhenSimilarStaticMemberIsAccessed.php |   10 +
  ...tRuleAppliesToFunctionUnusedFormalParameter.php |    5 +
  ...estRuleAppliesToMethodUnusedFormalParameter.php |    8 +
  ...liesToMultipleFunctionUnusedFormalParameter.php |    5 +
  ...ppliesToMultipleMethodUnusedFormalParameter.php |    8 +
  ...DoesNotApplyToAbstractMethodFormalParameter.php |    5 +
  ...lyToFormalParameterUsedInCompoundExpression.php |   10 +
  ...RuleDoesNotApplyToImplementedAbstractMethod.php |   14 +
  ...uleDoesNotApplyToImplementedInterfaceMethod.php |   14 +
  .../testRuleDoesNotApplyToInheritMethod.php        |   17 +
  ...tRuleDoesNotApplyToInnerFunctionDeclaration.php |   12 +
  ...oesNotApplyToInterfaceMethodFormalParameter.php |    5 +
  .../testRuleDoesNotApplyToMethodArgument.php       |    8 +
  ...oesNotApplyToMethodArgumentUsedAsArrayIndex.php |   10 +
  ...testRuleDoesNotApplyToMethodWithFuncGetArgs.php |    8 +
  ...oesNotApplyToMethodWithInheritdocAnnotation.php |   11 +
  ...lyToMethodWithInheritdocAnnotationCamelCase.php |   11 +
  ...RuleDoesNotApplyToParameterUsedAsArrayIndex.php |    8 +
  ...uleDoesNotApplyToParameterUsedAsStringIndex.php |    8 +
  ...FormalParameterUsedInMethodCompoundVariable.php |    8 +
  ...rmalParameterUsedInPropertyCompoundVariable.php |    8 +
  .../test_compact_function_rule_does_not_apply.php  |    8 +
  ...nction_rule_only_applies_to_used_parameters.php |    8 +
  ...ompact_function_rule_works_case_insensitive.php |    8 +
  ...t_func_get_args_rule_works_case_insensitive.php |    8 +
  ...spaced_compact_function_rule_does_not_apply.php |   11 +
  ...nction_rule_only_applies_to_used_parameters.php |   11 +
  ...ompact_function_rule_works_case_insensitive.php |   11 +
  ...rFunctionParametersDoNotHideUnusedVariables.php |    9 +
  ...alVariableWithSameNameAsStaticArrayProperty.php |   11 +
  ...ToLocalVariableWithSameNameAsStaticProperty.php |   10 +
  .../testRuleAppliesToUnusedLocalVariable.php       |    8 +
  .../testRuleDoesNotApplyToArgcSuperGlobal.php      |    8 +
  .../testRuleDoesNotApplyToArgvSuperGlobal.php      |    8 +
  .../testRuleDoesNotApplyToCatchStatement.php       |   11 +
  .../testRuleDoesNotApplyToCompactFunction.php      |    9 +
  .../testRuleDoesNotApplyToCookieSuperGlobal.php    |    8 +
  .../testRuleDoesNotApplyToDynamicProperty.php      |    9 +
  .../testRuleDoesNotApplyToEnvSuperGlobal.php       |    8 +
  .../testRuleDoesNotApplyToFilesSuperGlobal.php     |    8 +
  .../testRuleDoesNotApplyToGetSuperGlobal.php       |    8 +
  .../testRuleDoesNotApplyToGlobalsSuperGlobal.php   |    8 +
  ...uleDoesNotApplyToHttpRawPostDataSuperGlobal.php |    8 +
  ...DoesNotApplyToLocalVariableUsedAsArrayIndex.php |   10 +
  ...oesNotApplyToLocalVariableUsedAsStringIndex.php |   10 +
  ...tApplyToLocalVariableUsedInCompoundVariable.php |   11 +
  .../testRuleDoesNotApplyToMethodArgument.php       |    9 +
  ...RuleDoesNotApplyToNamespacedCompactFunction.php |   12 +
  .../testRuleDoesNotApplyToPostSuperGlobal.php      |    8 +
  .../testRuleDoesNotApplyToRequestSuperGlobal.php   |    8 +
  .../testRuleDoesNotApplyToServerSuperGlobal.php    |    8 +
  .../testRuleDoesNotApplyToSessionSuperGlobal.php   |    8 +
  .../testRuleDoesNotApplyToStaticArrayProperty.php  |   10 +
  .../testRuleDoesNotApplyToStaticObjectProperty.php |   10 +
  .../testRuleDoesNotApplyToStaticProperty.php       |   10 +
  .../testRuleDoesNotApplyToThisVariable.php         |    8 +
  ...DoesNotApplyToUnusedLocalVariableInFunction.php |    7 +
  ...leDoesNotApplyToUnusedLocalVariableInMethod.php |   10 +
  .../testRuleDoesNotApplyToUnusedParameters.php     |    8 +
  ...ompact_function_rule_works_case_insensitive.php |   10 +
  ...ompact_function_rule_works_case_insensitive.php |   13 +
  .../testRuleAppliesToUnusedPrivateField.php        |    5 +
  .../testRuleAppliesToUnusedPrivateStaticField.php  |    5 +
  ...ieldWithSameNameIsAccessedOnDifferentObject.php |   10 +
  ...WhenLocalVariableIsUsedInStaticMemberPrefix.php |   15 +
  ...FieldWithSameNameIsAccessedOnDifferentClass.php |   10 +
  ...enStaticFieldWithSameNameIsAccessedOnParent.php |   10 +
  ...DoesNotApplyToClassNameAccessedPrivateField.php |   10 +
  ...stRuleDoesNotApplyToPrivateArrayFieldAccess.php |   10 +
  ...esNotApplyToPrivateFieldInChainedMethodCall.php |   13 +
  ...DoesNotApplyToPrivateStringIndexFieldAccess.php |   10 +
  ...tRuleDoesNotApplyToSelfAccessedPrivateField.php |   10 +
  ...uleDoesNotApplyToStaticAccessedPrivateField.php |   10 +
  ...tRuleDoesNotApplyToThisAccessedPrivateField.php |   10 +
  .../testRuleDoesNotApplyToUnusedProtectedField.php |    5 +
  .../testRuleDoesNotApplyToUnusedPublicField.php    |    5 +
  ...DoesNotResultInFatalErrorByCallingNonObject.php |   10 +
  ...ppliesToParentReferencedUnusedPrivateMethod.php |   13 +
  .../testRuleAppliesToUnusedPrivateMethod.php       |    8 +
  .../testRuleAppliesToUnusedStaticPrivateMethod.php |    8 +
  ...pliesWhenMethodIsReferencedOnDifferentClass.php |   13 +
  ...liesWhenMethodIsReferencedOnDifferentObject.php |   13 +
  ...henMethodWithSimilarNameIsInInvocationChain.php |   18 +
  ...liesWhenPropertyWithSimilarNameIsReferenced.php |   13 +
  ...RuleDoesNotApplyToClassNameReferencedMethod.php |   13 +
  .../testRuleDoesNotApplyToPrivateCloneMethod.php   |    8 +
  .../testRuleDoesNotApplyToPrivateConstructor.php   |    8 +
  ...sNotApplyToPrivateMethodInChainedMethodCall.php |   13 +
  ...estRuleDoesNotApplyToPrivatePhp4Constructor.php |    8 +
  .../testRuleDoesNotApplyToSelfReferencedMethod.php |   13 +
  ...estRuleDoesNotApplyToStaticReferencedMethod.php |   13 +
  .../testRuleDoesNotApplyToThisReferencedMethod.php |   13 +
  .../testApplyInvokesRuleWhenStrictModeIsSet.php    |    8 +
  ...yNotInvokesRuleWhenSuppressAnnotationExists.php |    8 +
  .../files/TextUI/CommandLineOptions/inputfile.txt  |    2 +
  .../src/test/resources/files/pdepend.xml.dist      |   15 +
  .../src/test/resources/files/pmd/default-xml.xml   |    8 +
  .../test/resources/files/pmd/single-directory.xml  |   21 +
  .../src/test/resources/files/pmd/single-file.xml   |    8 +
  .../files/renderer/xml_renderer_expected1.xml      |   16 +
  .../renderer/xml_renderer_processing_errors.xml    |    6 +
  .../rulesets/alternative-property-value-syntax.xml |   23 +
  .../resources/files/rulesets/exclude-pattern.xml   |   22 +
  .../test/resources/files/rulesets/pmd-refset1.xml  |   16 +
  .../files/rulesets/refset-exclude-all.xml          |   18 +
  .../files/rulesets/refset-exclude-one.xml          |   17 +
  .../src/test/resources/files/rulesets/refset1.xml  |   13 +
  .../src/test/resources/files/rulesets/refset2.xml  |   13 +
  .../src/test/resources/files/rulesets/refset3.xml  |   19 +
  .../src/test/resources/files/rulesets/refset4.xml  |   16 +
  .../files/rulesets/set-class-file-not-found.xml    |   15 +
  .../files/rulesets/set-class-not-found.xml         |   15 +
  .../resources/files/rulesets/set-invalid-xml.xml   |    4 +
  .../src/test/resources/files/rulesets/set1.xml     |   29 +
  .../src/test/resources/files/rulesets/set2.xml     |   31 +
  .../test/resources/files/source/ccn_function.php   |   35 +
  .../test/resources/files/source/npath_method.php4  |   15 +
  .../files/source/source_with_npath_violation.php   |   18 +
  .../files/source/source_without_violations.php     |   14 +
  .../bundle/vendor/phpunit/php-timer/.gitattributes |    1 +
  .../bundle/vendor/phpunit/php-timer/.gitignore     |    7 +
  components/bundle/vendor/phpunit/php-timer/LICENSE |   33 +
  .../bundle/vendor/phpunit/php-timer/PHP/Timer.php  |  148 +
  .../phpunit/php-timer/PHP/Timer/Autoload.php       |   66 +
  .../phpunit/php-timer/PHP/Timer/Autoload.php.in    |   66 +
  .../bundle/vendor/phpunit/php-timer/README.md      |   56 +
  .../vendor/phpunit/php-timer/Tests/TimerTest.php   |  142 +
  .../bundle/vendor/phpunit/php-timer/build.xml      |  160 +
  .../ControlStructures/ControlSignatureSniff.php    |   22 +
  .../Whitespace/ConcatenationSpacingSniff.php       |   22 +
  .../phpunit/php-timer/build/PHPCS/ruleset.xml      |   35 +
  .../vendor/phpunit/php-timer/build/phpmd.xml       |   27 +
  .../bundle/vendor/phpunit/php-timer/composer.json  |   32 +
  .../bundle/vendor/phpunit/php-timer/package.xml    |   58 +
  .../vendor/phpunit/php-timer/phpunit.xml.dist      |   26 +
  .../vendor/phpunit/php-token-stream/.gitattributes |    1 +
  .../vendor/phpunit/php-token-stream/.gitignore     |    4 +
  .../vendor/phpunit/php-token-stream/.travis.yml    |   30 +
  .../bundle/vendor/phpunit/php-token-stream/LICENSE |   33 +
  .../vendor/phpunit/php-token-stream/README.md      |   13 +
  .../vendor/phpunit/php-token-stream/build.xml      |   33 +
  .../phpunit/php-token-stream/build/phpunit.xml     |   17 +
  .../vendor/phpunit/php-token-stream/composer.json  |   34 +
  .../vendor/phpunit/php-token-stream/src/Token.php  |  744 +++
  .../phpunit/php-token-stream/src/Token/Stream.php  |  627 ++
  .../src/Token/Stream/CachingFactory.php            |   85 +
  .../php-token-stream/tests/Token/ClassTest.php     |  118 +
  .../php-token-stream/tests/Token/ClosureTest.php   |  119 +
  .../php-token-stream/tests/Token/FunctionTest.php  |  180 +
  .../php-token-stream/tests/Token/IncludeTest.php   |  107 +
  .../php-token-stream/tests/Token/InterfaceTest.php |  226 +
  .../php-token-stream/tests/Token/NamespaceTest.php |  114 +
  .../phpunit/php-token-stream/tests/TokenTest.php   |   76 +
  .../tests/_fixture/classExtendsNamespacedClass.php |    9 +
  .../tests/_fixture/classInNamespace.php            |    6 +
  .../tests/_fixture/classInScopedNamespace.php      |    8 +
  .../php-token-stream/tests/_fixture/closure.php    |    7 +
  .../php-token-stream/tests/_fixture/issue19.php    |    3 +
  .../php-token-stream/tests/_fixture/issue30.php    |    8 +
  .../multipleNamespacesWithOneClassUsingBraces.php  |   12 +
  ...leNamespacesWithOneClassUsingNonBraceSyntax.php |   14 +
  .../php-token-stream/tests/_fixture/source.php     |   36 +
  .../php-token-stream/tests/_fixture/source2.php    |    6 +
  .../php-token-stream/tests/_fixture/source3.php    |   14 +
  .../php-token-stream/tests/_fixture/source4.php    |   30 +
  .../php-token-stream/tests/_fixture/source5.php    |    5 +
  .../phpunit/php-token-stream/tests/bootstrap.php   |    7 +
  .../vendor/sebastian/finder-facade/.gitattributes  |    1 +
  .../vendor/sebastian/finder-facade/.gitignore      |   10 +
  .../vendor/sebastian/finder-facade/ChangeLog.md    |    7 +
  .../bundle/vendor/sebastian/finder-facade/LICENSE  |   33 +
  .../vendor/sebastian/finder-facade/README.md       |   24 +
  .../vendor/sebastian/finder-facade/build.xml       |  199 +
  .../ControlStructures/ControlSignatureSniff.php    |   22 +
  .../Whitespace/ConcatenationSpacingSniff.php       |   22 +
  .../finder-facade/build/PHPCS/ruleset.xml          |   35 +
  .../sebastian/finder-facade/build/package.xml      |   70 +
  .../sebastian/finder-facade/build/phpdox.xml       |   14 +
  .../vendor/sebastian/finder-facade/build/phpmd.xml |   27 +
  .../vendor/sebastian/finder-facade/composer.json   |   25 +
  .../sebastian/finder-facade/src/Configuration.php  |  144 +
  .../sebastian/finder-facade/src/FinderFacade.php   |  150 +
  .../sebastian/finder-facade/src/autoload.php       |   67 +
  .../sebastian/finder-facade/src/autoload.php.in    |   66 +
  .../finder-facade/tests/ConfigurationTest.php      |   80 +
  .../finder-facade/tests/FinderFacadeTest.php       |   96 +
  .../sebastian/finder-facade/tests/bootstrap.php    |    2 +
  .../sebastian/finder-facade/tests/fixture/test.xml |    9 +
  components/bundle/vendor/sebastian/git/.gitignore  |    9 +
  components/bundle/vendor/sebastian/git/LICENSE     |   33 +
  components/bundle/vendor/sebastian/git/README.md   |   24 +
  components/bundle/vendor/sebastian/git/build.xml   |   75 +
  .../bundle/vendor/sebastian/git/build/package.xml  |   54 +
  .../bundle/vendor/sebastian/git/composer.json      |   26 +
  .../bundle/vendor/sebastian/git/phpunit.xml.dist   |   23 +
  components/bundle/vendor/sebastian/git/src/Git.php |  154 +
  .../bundle/vendor/sebastian/git/src/autoload.php   |   19 +
  .../bundle/vendor/sebastian/phpcpd/.gitattributes  |    1 +
  .../bundle/vendor/sebastian/phpcpd/.gitignore      |   11 +
  .../bundle/vendor/sebastian/phpcpd/.travis.yml     |   22 +
  components/bundle/vendor/sebastian/phpcpd/LICENSE  |   33 +
  .../bundle/vendor/sebastian/phpcpd/README.md       |   58 +
  .../bundle/vendor/sebastian/phpcpd/build.xml       |  124 +
  .../sebastian/phpcpd/build/phar-autoload.php.in    |   42 +
  .../sebastian/phpcpd/build/phar-manifest.php       |   27 +
  .../vendor/sebastian/phpcpd/build/phpunit.xml      |   19 +
  .../vendor/sebastian/phpcpd/build/travis-ci.xml    |   24 +
  .../bundle/vendor/sebastian/phpcpd/composer.json   |   37 +
  .../vendor/sebastian/phpcpd/composer/bin/phpcpd    |   71 +
  components/bundle/vendor/sebastian/phpcpd/phpcpd   |   68 +
  .../sebastian/phpcpd/src/CLI/Application.php       |  138 +
  .../vendor/sebastian/phpcpd/src/CLI/Command.php    |  221 +
  .../vendor/sebastian/phpcpd/src/CodeClone.php      |  194 +
  .../vendor/sebastian/phpcpd/src/CodeCloneFile.php  |  105 +
  .../vendor/sebastian/phpcpd/src/CodeCloneMap.php   |  206 +
  .../sebastian/phpcpd/src/Detector/Detector.php     |  113 +
  .../phpcpd/src/Detector/Strategy/Abstract.php      |   89 +
  .../phpcpd/src/Detector/Strategy/Default.php       |  203 +
  .../sebastian/phpcpd/src/Log/AbstractXmlLogger.php |  140 +
  .../bundle/vendor/sebastian/phpcpd/src/Log/PMD.php |  101 +
  .../vendor/sebastian/phpcpd/src/Log/Text.php       |  123 +
  .../vendor/sebastian/phpcpd/tests/DetectorTest.php |  321 +
  .../vendor/sebastian/phpcpd/tests/_files/Math.php  |  209 +
  .../vendor/sebastian/phpcpd/tests/_files/a.php     |   23 +
  .../vendor/sebastian/phpcpd/tests/_files/b.php     |   23 +
  .../vendor/sebastian/phpcpd/tests/_files/c.php     |   23 +
  .../vendor/sebastian/phpcpd/tests/_files/d.php     |   23 +
  .../vendor/sebastian/phpcpd/tests/_files/e.php     |   14 +
  .../vendor/sebastian/phpcpd/tests/_files/f.php     |   14 +
  .../bundle/vendor/sebastian/phpdcd/.gitattributes  |    1 +
  .../bundle/vendor/sebastian/phpdcd/.gitignore      |   11 +
  .../bundle/vendor/sebastian/phpdcd/.travis.yml     |   22 +
  components/bundle/vendor/sebastian/phpdcd/LICENSE  |   33 +
  .../bundle/vendor/sebastian/phpdcd/README.md       |   50 +
  .../bundle/vendor/sebastian/phpdcd/build.xml       |  132 +
  .../sebastian/phpdcd/build/phar-autoload.php.in    |   42 +
  .../sebastian/phpdcd/build/phar-manifest.php       |   27 +
  .../vendor/sebastian/phpdcd/build/phpunit.xml      |   11 +
  .../vendor/sebastian/phpdcd/build/travis-ci.xml    |   20 +
  .../bundle/vendor/sebastian/phpdcd/composer.json   |   40 +
  components/bundle/vendor/sebastian/phpdcd/phpdcd   |   64 +
  .../vendor/sebastian/phpdcd/src/Analyser.php       |  359 ++
  .../sebastian/phpdcd/src/CLI/Application.php       |  138 +
  .../vendor/sebastian/phpdcd/src/CLI/Command.php    |  163 +
  .../vendor/sebastian/phpdcd/src/Detector.php       |  135 +
  .../vendor/sebastian/phpdcd/src/Log/Text.php       |   78 +
  .../vendor/sebastian/phpdcd/tests/AnalyserTest.php |  294 +
  .../vendor/sebastian/phpdcd/tests/DetectorTest.php |  518 ++
  .../sebastian/phpdcd/tests/_files/Interpolator.php |   23 +
  .../phpdcd/tests/_files/abstract_methods.php       |   15 +
  .../sebastian/phpdcd/tests/_files/declarations.php |   24 +
  .../phpdcd/tests/_files/function_call.php          |    2 +
  .../phpdcd/tests/_files/function_call2.php         |    2 +
  .../sebastian/phpdcd/tests/_files/issue_18.php     |   27 +
  .../phpdcd/tests/_files/issue_18_extra.php         |   32 +
  .../sebastian/phpdcd/tests/_files/issue_5.php      |   13 +
  .../sebastian/phpdcd/tests/_files/method_call.php  |    3 +
  .../phpdcd/tests/_files/methods_vs_functions.php   |   20 +
  .../tests/_files/parent_double_colon_handling.php  |   21 +
  .../phpdcd/tests/_files/static_method_call.php     |    2 +
  .../bundle/vendor/sebastian/version/.gitattributes |    1 +
  .../bundle/vendor/sebastian/version/.gitignore     |   10 +
  .../bundle/vendor/sebastian/version/ChangeLog.md   |   19 +
  components/bundle/vendor/sebastian/version/LICENSE |   33 +
  .../bundle/vendor/sebastian/version/README.md      |   46 +
  .../bundle/vendor/sebastian/version/build.xml      |   80 +
  .../vendor/sebastian/version/build/package.xml     |   55 +
  .../vendor/sebastian/version/build/phpunit.xml     |   29 +
  .../bundle/vendor/sebastian/version/composer.json  |   21 +
  .../vendor/sebastian/version/src/Version.php       |  118 +
  .../vendor/sebastian/version/src/autoload.php      |   19 +
  .../vendor/sebastian/version/tests/bootstrap.php   |    2 +
  .../config/Symfony/Component/Config/.gitignore     |    3 +
  .../config/Symfony/Component/Config/CHANGELOG.md   |   21 +
  .../Symfony/Component/Config/ConfigCache.php       |  126 +
  .../Component/Config/Definition/ArrayNode.php      |  390 ++
  .../Component/Config/Definition/BaseNode.php       |  359 ++
  .../Component/Config/Definition/BooleanNode.php    |   39 +
  .../Definition/Builder/ArrayNodeDefinition.php     |  488 ++
  .../Definition/Builder/BooleanNodeDefinition.php   |   42 +
  .../Definition/Builder/EnumNodeDefinition.php      |   53 +
  .../Config/Definition/Builder/ExprBuilder.php      |  236 +
  .../Definition/Builder/FloatNodeDefinition.php     |   32 +
  .../Definition/Builder/IntegerNodeDefinition.php   |   32 +
  .../Config/Definition/Builder/MergeBuilder.php     |   72 +
  .../Config/Definition/Builder/NodeBuilder.php      |  246 +
  .../Config/Definition/Builder/NodeDefinition.php   |  343 +
  .../Definition/Builder/NodeParentInterface.php     |   21 +
  .../Definition/Builder/NormalizationBuilder.php    |   67 +
  .../Definition/Builder/NumericNodeDefinition.php   |   61 +
  .../Builder/ParentNodeDefinitionInterface.php      |   26 +
  .../Definition/Builder/ScalarNodeDefinition.php    |   32 +
  .../Config/Definition/Builder/TreeBuilder.php      |   63 +
  .../Definition/Builder/ValidationBuilder.php       |   51 +
  .../Definition/Builder/VariableNodeDefinition.php  |   64 +
  .../Config/Definition/ConfigurationInterface.php   |   27 +
  .../Definition/Dumper/XmlReferenceDumper.php       |  300 +
  .../Definition/Dumper/YamlReferenceDumper.php      |  199 +
  .../Component/Config/Definition/EnumNode.php       |   58 +
  .../Definition/Exception/DuplicateKeyException.php |   22 +
  .../Config/Definition/Exception/Exception.php      |   21 +
  .../Exception/ForbiddenOverwriteException.php      |   22 +
  .../Exception/InvalidConfigurationException.php    |   33 +
  .../Exception/InvalidDefinitionException.php       |   21 +
  .../Definition/Exception/InvalidTypeException.php  |   21 +
  .../Definition/Exception/UnsetKeyException.php     |   22 +
  .../Component/Config/Definition/FloatNode.php      |   40 +
  .../Component/Config/Definition/IntegerNode.php    |   35 +
  .../Component/Config/Definition/NodeInterface.php  |   87 +
  .../Component/Config/Definition/NumericNode.php    |   55 +
  .../Component/Config/Definition/Processor.php      |   97 +
  .../Config/Definition/PrototypeNodeInterface.php   |   27 +
  .../Config/Definition/PrototypedArrayNode.php      |  331 +
  .../Config/Definition/ReferenceDumper.php          |   21 +
  .../Component/Config/Definition/ScalarNode.php     |   46 +
  .../Component/Config/Definition/VariableNode.php   |  114 +
  .../FileLoaderImportCircularReferenceException.php |   27 +
  .../Config/Exception/FileLoaderLoadException.php   |   81 +
  .../Symfony/Component/Config/FileLocator.php       |   99 +
  .../Component/Config/FileLocatorInterface.php      |   31 +
  .../config/Symfony/Component/Config/LICENSE        |   19 +
  .../Component/Config/Loader/DelegatingLoader.php   |   62 +
  .../Symfony/Component/Config/Loader/FileLoader.php |  108 +
  .../Symfony/Component/Config/Loader/Loader.php     |   82 +
  .../Component/Config/Loader/LoaderInterface.php    |   52 +
  .../Component/Config/Loader/LoaderResolver.php     |   80 +
  .../Config/Loader/LoaderResolverInterface.php      |   30 +
  .../config/Symfony/Component/Config/README.md      |   16 +
  .../Config/Resource/DirectoryResource.php          |  102 +
  .../Component/Config/Resource/FileResource.php     |   80 +
  .../Config/Resource/ResourceInterface.php          |   43 +
  .../Component/Config/Tests/ConfigCacheTest.php     |  138 +
  .../Config/Tests/Definition/ArrayNodeTest.php      |  160 +
  .../Config/Tests/Definition/BooleanNodeTest.php    |   60 +
  .../Definition/Builder/ArrayNodeDefinitionTest.php |  207 +
  .../Definition/Builder/EnumNodeDefinitionTest.php  |   46 +
  .../Tests/Definition/Builder/ExprBuilderTest.php   |  210 +
  .../Tests/Definition/Builder/NodeBuilderTest.php   |   94 +
  .../Builder/NumericNodeDefinitionTest.php          |   93 +
  .../Tests/Definition/Builder/TreeBuilderTest.php   |  127 +
  .../Definition/Dumper/XmlReferenceDumperTest.php   |   80 +
  .../Definition/Dumper/YamlReferenceDumperTest.php  |   67 +
  .../Config/Tests/Definition/EnumNodeTest.php       |   41 +
  .../Config/Tests/Definition/FinalizationTest.php   |   73 +
  .../Config/Tests/Definition/FloatNodeTest.php      |   64 +
  .../Config/Tests/Definition/IntegerNodeTest.php    |   61 +
  .../Config/Tests/Definition/MergeTest.php          |  195 +
  .../Config/Tests/Definition/NormalizationTest.php  |  229 +
  .../Tests/Definition/PrototypedArrayNodeTest.php   |  180 +
  .../Config/Tests/Definition/ScalarNodeTest.php     |   60 +
  .../Component/Config/Tests/FileLocatorTest.php     |  107 +
  .../Tests/Fixtures/Builder/BarNodeDefinition.php   |   21 +
  .../Config/Tests/Fixtures/Builder/NodeBuilder.php  |   34 +
  .../Fixtures/Builder/VariableNodeDefinition.php    |   18 +
  .../Configuration/ExampleConfiguration.php         |   71 +
  .../Config/Tests/Fixtures/Util/document_type.xml   |    3 +
  .../Config/Tests/Fixtures/Util/invalid.xml         |    2 +
  .../Config/Tests/Fixtures/Util/invalid_schema.xml  |    2 +
  .../Config/Tests/Fixtures/Util/schema.xsd          |    9 +
  .../Component/Config/Tests/Fixtures/Util/valid.xml |    3 +
  .../Config/Tests/Loader/DelegatingLoaderTest.php   |   83 +
  .../Config/Tests/Loader/FileLoaderTest.php         |  107 +
  .../Config/Tests/Loader/LoaderResolverTest.php     |   56 +
  .../Component/Config/Tests/Loader/LoaderTest.php   |  117 +
  .../Tests/Resource/DirectoryResourceTest.php       |  152 +
  .../Config/Tests/Resource/FileResourceTest.php     |   58 +
  .../Component/Config/Tests/Util/XmlUtilsTest.php   |  190 +
  .../Symfony/Component/Config/Util/XmlUtils.php     |  236 +
  .../config/Symfony/Component/Config/composer.json  |   32 +
  .../Symfony/Component/Config/phpunit.xml.dist      |   25 +
  .../console/Symfony/Component/Console/.gitignore   |    3 +
  .../Symfony/Component/Console/Application.php      | 1158 ++++
  .../console/Symfony/Component/Console/CHANGELOG.md |   56 +
  .../Symfony/Component/Console/Command/Command.php  |  656 ++
  .../Component/Console/Command/HelpCommand.php      |   91 +
  .../Component/Console/Command/ListCommand.php      |   95 +
  .../Symfony/Component/Console/ConsoleEvents.php    |   55 +
  .../Console/Descriptor/ApplicationDescription.php  |  153 +
  .../Component/Console/Descriptor/Descriptor.php    |  119 +
  .../Console/Descriptor/DescriptorInterface.php     |   31 +
  .../Console/Descriptor/JsonDescriptor.php          |  165 +
  .../Console/Descriptor/MarkdownDescriptor.php      |  139 +
  .../Console/Descriptor/TextDescriptor.php          |  229 +
  .../Component/Console/Descriptor/XmlDescriptor.php |  264 +
  .../Console/Event/ConsoleCommandEvent.php          |   21 +
  .../Component/Console/Event/ConsoleEvent.php       |   67 +
  .../Console/Event/ConsoleExceptionEvent.php        |   67 +
  .../Console/Event/ConsoleTerminateEvent.php        |   58 +
  .../Console/Formatter/OutputFormatter.php          |  240 +
  .../Console/Formatter/OutputFormatterInterface.php |   83 +
  .../Console/Formatter/OutputFormatterStyle.php     |  228 +
  .../Formatter/OutputFormatterStyleInterface.php    |   72 +
  .../Formatter/OutputFormatterStyleStack.php        |  121 +
  .../Component/Console/Helper/DescriptorHelper.php  |   96 +
  .../Component/Console/Helper/DialogHelper.php      |  477 ++
  .../Component/Console/Helper/FormatterHelper.php   |   80 +
  .../Symfony/Component/Console/Helper/Helper.php    |  121 +
  .../Component/Console/Helper/HelperInterface.php   |   49 +
  .../Symfony/Component/Console/Helper/HelperSet.php |  108 +
  .../Component/Console/Helper/InputAwareHelper.php  |   33 +
  .../Component/Console/Helper/ProgressBar.php       |  559 ++
  .../Component/Console/Helper/ProgressHelper.php    |  457 ++
  .../Component/Console/Helper/QuestionHelper.php    |  412 ++
  .../Symfony/Component/Console/Helper/Table.php     |  409 ++
  .../Component/Console/Helper/TableHelper.php       |  264 +
  .../Component/Console/Helper/TableSeparator.php    |   21 +
  .../Component/Console/Helper/TableStyle.php        |  251 +
  .../Symfony/Component/Console/Input/ArgvInput.php  |  351 +
  .../Symfony/Component/Console/Input/ArrayInput.php |  209 +
  .../Symfony/Component/Console/Input/Input.php      |  226 +
  .../Component/Console/Input/InputArgument.php      |  132 +
  .../Console/Input/InputAwareInterface.php          |   28 +
  .../Component/Console/Input/InputDefinition.php    |  458 ++
  .../Component/Console/Input/InputInterface.php     |  152 +
  .../Component/Console/Input/InputOption.php        |  212 +
  .../Component/Console/Input/StringInput.php        |   83 +
  .../console/Symfony/Component/Console/LICENSE      |   19 +
  .../Component/Console/Logger/ConsoleLogger.php     |  116 +
  .../Component/Console/Output/BufferedOutput.php    |   48 +
  .../Component/Console/Output/ConsoleOutput.php     |  113 +
  .../Console/Output/ConsoleOutputInterface.php      |   35 +
  .../Component/Console/Output/NullOutput.php        |  113 +
  .../Symfony/Component/Console/Output/Output.php    |  165 +
  .../Component/Console/Output/OutputInterface.php   |  113 +
  .../Component/Console/Output/StreamOutput.php      |  103 +
  .../Component/Console/Question/ChoiceQuestion.php  |  138 +
  .../Console/Question/ConfirmationQuestion.php      |   44 +
  .../Component/Console/Question/Question.php        |  238 +
  .../console/Symfony/Component/Console/README.md    |   67 +
  .../Console/Resources/bin/hiddeninput.exe          |  Bin 0 -> 9216 bytes
  .../console/Symfony/Component/Console/Shell.php    |  228 +
  .../Component/Console/Tester/ApplicationTester.php |  128 +
  .../Component/Console/Tester/CommandTester.php     |  132 +
  .../Component/Console/Tests/ApplicationTest.php    | 1000 +++
  .../Console/Tests/Command/CommandTest.php          |  338 +
  .../Console/Tests/Command/HelpCommandTest.php      |   64 +
  .../Console/Tests/Command/ListCommandTest.php      |   64 +
  .../Tests/Descriptor/AbstractDescriptorTest.php    |  105 +
  .../Tests/Descriptor/JsonDescriptorTest.php        |   27 +
  .../Tests/Descriptor/MarkdownDescriptorTest.php    |   27 +
  .../Console/Tests/Descriptor/ObjectsProvider.php   |   74 +
  .../Tests/Descriptor/TextDescriptorTest.php        |   27 +
  .../Console/Tests/Descriptor/XmlDescriptorTest.php |   27 +
  .../Console/Tests/Fixtures/BarBucCommand.php       |   11 +
  .../Tests/Fixtures/DescriptorApplication1.php      |   18 +
  .../Tests/Fixtures/DescriptorApplication2.php      |   24 +
  .../Console/Tests/Fixtures/DescriptorCommand1.php  |   27 +
  .../Console/Tests/Fixtures/DescriptorCommand2.php  |   30 +
  .../Console/Tests/Fixtures/DummyOutput.php         |   36 +
  .../Console/Tests/Fixtures/Foo1Command.php         |   26 +
  .../Console/Tests/Fixtures/Foo2Command.php         |   21 +
  .../Console/Tests/Fixtures/Foo3Command.php         |   29 +
  .../Console/Tests/Fixtures/Foo4Command.php         |   11 +
  .../Console/Tests/Fixtures/Foo5Command.php         |   10 +
  .../Console/Tests/Fixtures/FooCommand.php          |   33 +
  .../Console/Tests/Fixtures/FoobarCommand.php       |   25 +
  .../Console/Tests/Fixtures/TestCommand.php         |   28 +
  .../Console/Tests/Fixtures/application_1.json      |    1 +
  .../Console/Tests/Fixtures/application_1.md        |  199 +
  .../Console/Tests/Fixtures/app
10/27/2014 06:28:04 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit 0dc68e385fb25631e4a4d3d5b9ed61ea4f023a5d
Author: Jan Schneider <jan@horde.org>
Date:   Sat Oct 25 18:02:48 2014 +0200

     [jan] Update to PHPUnit 4.3.4 and dependencies.

  framework/Test/bundle/composer.lock                |  263 +++---
  framework/Test/bundle/vendor/autoload.php          |    2 +-
  .../Test/bundle/vendor/composer/ClassLoader.php    |   11 +-
  .../bundle/vendor/composer/autoload_classmap.php   |  346 ++++----
  .../bundle/vendor/composer/autoload_namespaces.php |    1 +
  .../Test/bundle/vendor/composer/autoload_real.php  |   11 +-
  .../Test/bundle/vendor/composer/include_paths.php  |    2 -
  .../Test/bundle/vendor/composer/installed.json     |  620 +++++++------
  .../bundle/vendor/doctrine/instantiator/.gitignore |    5 +
  .../vendor/doctrine/instantiator/.scrutinizer.yml  |   46 +
  .../doctrine/instantiator/.travis.install.sh       |   13 +
  .../vendor/doctrine/instantiator/.travis.yml       |   26 +
  .../vendor/doctrine/instantiator/CONTRIBUTING.md   |   34 +
  .../bundle/vendor/doctrine/instantiator/LICENSE    |   19 +
  .../bundle/vendor/doctrine/instantiator/README.md  |   40 +
  .../vendor/doctrine/instantiator/composer.json     |   45 +
  .../vendor/doctrine/instantiator/phpmd.xml.dist    |   27 +
  .../vendor/doctrine/instantiator/phpunit.xml.dist  |   25 +
  .../Instantiator/Exception/ExceptionInterface.php  |   29 +
  .../Exception/InvalidArgumentException.php         |   62 ++
  .../Exception/UnexpectedValueException.php         |   79 ++
  .../src/Doctrine/Instantiator/Instantiator.php     |  254 +++++
  .../Instantiator/InstantiatorInterface.php         |   37 +
  .../InstantiatorPerformanceEvent.php               |   96 ++
  .../Exception/InvalidArgumentExceptionTest.php     |   83 ++
  .../Exception/UnexpectedValueExceptionTest.php     |   69 ++
  .../InstantiatorTest/InstantiatorTest.php          |  216 +++++
  .../InstantiatorTestAsset/AbstractClassAsset.php   |   29 +
  .../InstantiatorTestAsset/ArrayObjectAsset.php     |   41 +
  .../InstantiatorTestAsset/PharAsset.php            |   41 +
  .../InstantiatorTestAsset/PharExceptionAsset.php   |   44 +
  .../SerializableArrayObjectAsset.php               |   62 ++
  .../SimpleSerializableAsset.php                    |   61 ++
  .../InstantiatorTestAsset/SimpleTraitAsset.php     |   29 +
  .../InstantiatorTestAsset/UnCloneableAsset.php     |   50 +
  .../UnserializeExceptionArrayObjectAsset.php       |   39 +
  .../InstantiatorTestAsset/WakeUpNoticesAsset.php   |   38 +
  .../InstantiatorTestAsset/XMLReaderAsset.php       |   41 +
  .../vendor/phpunit/php-code-coverage/composer.json |   12 +-
  .../phpunit/php-code-coverage/src/CodeCoverage.php |   26 +-
  .../php-code-coverage/src/CodeCoverage/Filter.php  |    6 +-
  .../src/CodeCoverage/Report/HTML.php               |    4 +-
  .../src/CodeCoverage/Report/HTML/Renderer.php      |    2 +-
  .../HTML/Renderer/Template/css/bootstrap.min.css   |    6 +-
  .../HTML/Renderer/Template/dashboard.html.dist     |    4 +-
  .../HTML/Renderer/Template/directory.html.dist     |    4 +-
  .../Report/HTML/Renderer/Template/file.html.dist   |    4 +-
  .../HTML/Renderer/Template/js/bootstrap.min.js     |    4 +-
  .../Report/HTML/Renderer/Template/js/d3.min.js     |   10 +-
  .../Report/HTML/Renderer/Template/js/holder.js     |   16 +-
  .../Report/HTML/Renderer/Template/js/html5shiv.js  |    8 -
  .../HTML/Renderer/Template/js/html5shiv.min.js     |    4 +
  .../Report/HTML/Renderer/Template/js/jquery.js     |    4 -
  .../Report/HTML/Renderer/Template/js/jquery.min.js |    4 +
  .../tests/PHP/CodeCoverage/FilterTest.php          |    4 +-
  .../tests/PHP/CodeCoverageTest.php                 |    3 +
  .../vendor/phpunit/php-token-stream/.gitignore     |   11 +-
  .../vendor/phpunit/php-token-stream/.travis.yml    |   30 +
  .../bundle/vendor/phpunit/php-token-stream/LICENSE |    2 +-
  .../vendor/phpunit/php-token-stream/PHP/Token.php  |  732 ---------------
  .../phpunit/php-token-stream/PHP/Token/Stream.php  |  627 -------------
  .../php-token-stream/PHP/Token/Stream/Autoload.php |  226 -----
  .../PHP/Token/Stream/Autoload.php.in               |   65 --
  .../PHP/Token/Stream/CachingFactory.php            |   85 --
  .../vendor/phpunit/php-token-stream/README.md      |   15 +-
  .../php-token-stream/Tests/Token/ClassTest.php     |  128 ---
  .../php-token-stream/Tests/Token/ClosureTest.php   |  129 ---
  .../php-token-stream/Tests/Token/FunctionTest.php  |  190 ----
  .../php-token-stream/Tests/Token/IncludeTest.php   |  117 ---
  .../php-token-stream/Tests/Token/InterfaceTest.php |  236 -----
  .../php-token-stream/Tests/Token/NamespaceTest.php |  124 ---
  .../phpunit/php-token-stream/Tests/TokenTest.php   |   85 --
  .../Tests/_files/classExtendsNamespacedClass.php   |    9 -
  .../Tests/_files/classInNamespace.php              |    6 -
  .../Tests/_files/classInScopedNamespace.php        |    8 -
  .../php-token-stream/Tests/_files/closure.php      |    7 -
  .../php-token-stream/Tests/_files/issue19.php      |    3 -
  .../multipleNamespacesWithOneClassUsingBraces.php  |   12 -
  ...leNamespacesWithOneClassUsingNonBraceSyntax.php |   14 -
  .../php-token-stream/Tests/_files/source.php       |   36 -
  .../php-token-stream/Tests/_files/source2.php      |    6 -
  .../php-token-stream/Tests/_files/source3.php      |   14 -
  .../php-token-stream/Tests/_files/source4.php      |   30 -
  .../php-token-stream/Tests/_files/source5.php      |    5 -
  .../vendor/phpunit/php-token-stream/build.xml      |  171 +---
  .../ControlStructures/ControlSignatureSniff.php    |   22 -
  .../Whitespace/ConcatenationSpacingSniff.php       |   22 -
  .../php-token-stream/build/PHPCS/ruleset.xml       |   35 -
  .../phpunit/php-token-stream/build/phpmd.xml       |   27 -
  .../phpunit/php-token-stream/build/phpunit.xml     |   17 +
  .../vendor/phpunit/php-token-stream/composer.json  |   20 +-
  .../vendor/phpunit/php-token-stream/package.xml    |   69 --
  .../phpunit/php-token-stream/phpunit.xml.dist      |   27 -
  .../vendor/phpunit/php-token-stream/src/Token.php  |  744 +++++++++++++++
  .../phpunit/php-token-stream/src/Token/Stream.php  |  627 +++++++++++++
  .../src/Token/Stream/CachingFactory.php            |   85 ++
  .../php-token-stream/tests/Token/ClassTest.php     |  118 +++
  .../php-token-stream/tests/Token/ClosureTest.php   |  119 +++
  .../php-token-stream/tests/Token/FunctionTest.php  |  180 ++++
  .../php-token-stream/tests/Token/IncludeTest.php   |  107 +++
  .../php-token-stream/tests/Token/InterfaceTest.php |  226 +++++
  .../php-token-stream/tests/Token/NamespaceTest.php |  114 +++
  .../phpunit/php-token-stream/tests/TokenTest.php   |   76 ++
  .../tests/_fixture/classExtendsNamespacedClass.php |    9 +
  .../tests/_fixture/classInNamespace.php            |    6 +
  .../tests/_fixture/classInScopedNamespace.php      |    8 +
  .../php-token-stream/tests/_fixture/closure.php    |    7 +
  .../php-token-stream/tests/_fixture/issue19.php    |    3 +
  .../php-token-stream/tests/_fixture/issue30.php    |    8 +
  .../multipleNamespacesWithOneClassUsingBraces.php  |   12 +
  ...leNamespacesWithOneClassUsingNonBraceSyntax.php |   14 +
  .../php-token-stream/tests/_fixture/source.php     |   36 +
  .../php-token-stream/tests/_fixture/source2.php    |    6 +
  .../php-token-stream/tests/_fixture/source3.php    |   14 +
  .../php-token-stream/tests/_fixture/source4.php    |   30 +
  .../php-token-stream/tests/_fixture/source5.php    |    5 +
  .../phpunit/php-token-stream/tests/bootstrap.php   |    7 +
  .../phpunit/phpunit-mock-objects/.travis.yml       |    4 -
  .../vendor/phpunit/phpunit-mock-objects/build.xml  |    8 -
  .../phpunit-mock-objects/build/travis-ci.xml       |    2 +-
  .../phpunit/phpunit-mock-objects/composer.json     |   17 +-
  .../phpunit/phpunit-mock-objects/phpunit.xml.dist  |    2 +-
  .../src/Framework/MockObject/Generator.php         |  114 ++-
  .../Framework/MockObject/Matcher/AnyParameters.php |    2 +-
  .../MockObject/Matcher/ConsecutiveParameters.php   |    3 +
  .../MockObject/Matcher/InvokedAtLeastCount.php     |   97 ++
  .../MockObject/Matcher/InvokedAtMostCount.php      |   97 ++
  .../Framework/MockObject/Matcher/Parameters.php    |   17 +-
  .../src/Framework/MockObject/MockObject.php        |    2 +-
  .../phpunit-mock-objects/tests/GeneratorTest.php   |   34 +
  .../Matcher/ConsecutiveParametersTest.php          |   13 +
  .../class_with_method_with_variadic_arguments.phpt |   99 ++
  .../tests/MockObject/nonexistent_class.phpt        |    8 +-
  .../phpunit-mock-objects/tests/MockObjectTest.php  |   84 ++-
  .../_files/ClassThatImplementsSerializable.php     |   15 -
  .../tests/_files/ClassWithStaticMethod.php         |    7 -
  .../_fixture/ClassThatImplementsSerializable.php   |   15 +
  .../tests/_fixture/ClassWithStaticMethod.php       |    7 +
  .../tests/_fixture/SingletonClass.php              |   28 +
  .../phpunit-mock-objects/tests/autoload.php        |   41 -
  .../phpunit-mock-objects/tests/bootstrap.php       |    1 -
  .../Test/bundle/vendor/phpunit/phpunit/.gitignore  |   11 +-
  .../Test/bundle/vendor/phpunit/phpunit/.travis.yml |   16 +-
  .../Test/bundle/vendor/phpunit/phpunit/README.md   |    1 +
  .../Test/bundle/vendor/phpunit/phpunit/build.xml   |   41 +-
  .../phpunit/phpunit/build/phar-autoload.php.in     |   20 +-
  .../phpunit/phpunit/build/travis-ci-fail.xml       |   16 +
  .../vendor/phpunit/phpunit/build/travis-ci.xml     |    3 +-
  .../bundle/vendor/phpunit/phpunit/composer.json    |    6 +-
  .../Test/bundle/vendor/phpunit/phpunit/phpunit     |   11 +-
  .../bundle/vendor/phpunit/phpunit/phpunit.xml.dist |    6 +-
  .../Test/bundle/vendor/phpunit/phpunit/phpunit.xsd |    5 +-
  .../phpunit/src/Extensions/GroupTestSuite.php      |    6 +-
  .../phpunit/src/Extensions/PhptTestCase.php        |   27 +-
  .../phpunit/src/Extensions/RepeatedTest.php        |    7 +-
  .../phpunit/phpunit/src/Framework/Assert.php       |  580 +++++++-----
  .../phpunit/src/Framework/Assert/Functions.php     |  560 ++++++------
  .../phpunit/src/Framework/BaseTestListener.php     |   36 +-
  .../phpunit/phpunit/src/Framework/Constraint.php   |    8 +-
  .../phpunit/src/Framework/Constraint/And.php       |    4 +-
  .../phpunit/src/Framework/Constraint/Attribute.php |   11 +-
  .../phpunit/src/Framework/Constraint/Callback.php  |   21 +-
  .../src/Framework/Constraint/ClassHasAttribute.php |   14 +-
  .../Constraint/ClassHasStaticAttribute.php         |    5 +-
  .../phpunit/src/Framework/Constraint/Composite.php |    7 +-
  .../phpunit/src/Framework/Constraint/Count.php     |   13 +-
  .../phpunit/src/Framework/Constraint/Exception.php |   19 +-
  .../src/Framework/Constraint/ExceptionCode.php     |    6 +-
  .../src/Framework/Constraint/ExceptionMessage.php  |    6 +-
  .../Constraint/ExceptionMessageRegExp.php          |  118 +++
  .../src/Framework/Constraint/FileExists.php        |    5 +-
  .../phpunit/src/Framework/Constraint/IsEmpty.php   |    9 +-
  .../phpunit/src/Framework/Constraint/IsEqual.php   |   34 +-
  .../src/Framework/Constraint/IsIdentical.php       |    8 +-
  .../src/Framework/Constraint/IsInstanceOf.php      |   14 +-
  .../phpunit/src/Framework/Constraint/IsJson.php    |    9 +-
  .../phpunit/src/Framework/Constraint/IsType.php    |   39 +-
  .../JsonMatches/ErrorMessageProvider.php           |    1 +
  .../phpunit/src/Framework/Constraint/Not.php       |   22 +-
  .../phpunit/src/Framework/Constraint/Or.php        |    2 +-
  .../phpunit/src/Framework/Constraint/PCREMatch.php |    5 +-
  .../src/Framework/Constraint/StringContains.php    |    5 +-
  .../src/Framework/Constraint/StringMatches.php     |   11 +-
  .../Framework/Constraint/TraversableContains.php   |    7 +-
  .../Constraint/TraversableContainsOnly.php         |    2 +-
  .../phpunit/src/Framework/Constraint/Xor.php       |    2 +-
  .../vendor/phpunit/phpunit/src/Framework/Error.php |    2 +-
  .../phpunit/phpunit/src/Framework/Exception.php    |   62 ++
  .../phpunit/src/Framework/ExceptionWrapper.php     |  128 +++
  .../phpunit/src/Framework/IncompleteTestCase.php   |  123 +++
  .../phpunit/src/Framework/SkippedTestCase.php      |  123 +++
  .../phpunit/phpunit/src/Framework/TestCase.php     |  542 ++++++-----
  .../phpunit/phpunit/src/Framework/TestFailure.php  |   45 +-
  .../phpunit/phpunit/src/Framework/TestResult.php   |  185 ++--
  .../phpunit/phpunit/src/Framework/TestSuite.php    |  223 ++++--
  .../phpunit/phpunit/src/Runner/BaseTestRunner.php  |   21 +-
  .../phpunit/phpunit/src/Runner/Filter/Factory.php  |    8 +-
  .../phpunit/phpunit/src/Runner/Filter/Group.php    |    5 +-
  .../phpunit/phpunit/src/Runner/Filter/Test.php     |   26 +-
  .../phpunit/src/Runner/StandardTestSuiteLoader.php |   15 +-
  .../vendor/phpunit/phpunit/src/Runner/Version.php  |    2 +-
  .../vendor/phpunit/phpunit/src/TextUI/Command.php  |  266 +++---
  .../phpunit/phpunit/src/TextUI/ResultPrinter.php   |  231 ++----
  .../phpunit/phpunit/src/TextUI/TestRunner.php      |  156 ++--
  .../vendor/phpunit/phpunit/src/Util/Blacklist.php  |   15 +-
  .../phpunit/phpunit/src/Util/Configuration.php     |  214 +++--
  .../phpunit/phpunit/src/Util/DeprecatedFeature.php |  108 ---
  .../phpunit/src/Util/DeprecatedFeature/Logger.php  |  212 -----
  .../phpunit/phpunit/src/Util/ErrorHandler.php      |   29 +
  .../vendor/phpunit/phpunit/src/Util/Fileloader.php |    6 +-
  .../vendor/phpunit/phpunit/src/Util/Filesystem.php |    6 +-
  .../vendor/phpunit/phpunit/src/Util/Filter.php     |   18 +-
  .../vendor/phpunit/phpunit/src/Util/Getopt.php     |   17 +-
  .../phpunit/phpunit/src/Util/GlobalState.php       |   53 +-
  .../phpunit/src/Util/InvalidArgumentHelper.php     |   16 +-
  .../vendor/phpunit/phpunit/src/Util/Log/JSON.php   |   63 +-
  .../vendor/phpunit/phpunit/src/Util/Log/JUnit.php  |   52 +-
  .../vendor/phpunit/phpunit/src/Util/Log/TAP.php    |   58 +-
  .../bundle/vendor/phpunit/phpunit/src/Util/PHP.php |   44 +-
  .../phpunit/phpunit/src/Util/PHP/Default.php       |   10 +-
  .../src/Util/PHP/Template/TestCaseMethod.tpl.dist  |   19 +-
  .../phpunit/phpunit/src/Util/PHP/Windows.php       |   59 ++-
  .../vendor/phpunit/phpunit/src/Util/Printer.php    |    8 +-
  .../vendor/phpunit/phpunit/src/Util/Regex.php      |   67 ++
  .../vendor/phpunit/phpunit/src/Util/Test.php       |  304 ++++---
  .../src/Util/TestDox/ResultPrinter/HTML.php        |    4 +-
  .../phpunit/phpunit/src/Util/TestSuiteIterator.php |    6 +-
  .../vendor/phpunit/phpunit/src/Util/Type.php       |    6 +-
  .../bundle/vendor/phpunit/phpunit/src/Util/XML.php |  159 ++--
  .../phpunit/tests/Extensions/RepeatedTestTest.php  |    4 +-
  .../vendor/phpunit/phpunit/tests/Fail/fail.phpt    |    5 +
  .../phpunit/phpunit/tests/Framework/AssertTest.php |  677 +++++---------
  .../Constraint/ExceptionMessageRegExpTest.php      |   99 ++
  .../Framework/Constraint/ExceptionMessageTest.php  |   95 ++
  .../tests/Framework/SelectorAssertionsTest.php     |  977 
--------------------
  .../phpunit/phpunit/tests/Framework/SuiteTest.php  |   72 ++-
  .../phpunit/tests/Framework/TestCaseTest.php       |  135 +++-
  .../phpunit/phpunit/tests/Regression/578.phpt      |    6 +-
  .../phpunit/tests/Regression/GitHub/1149.phpt      |   20 +
  .../tests/Regression/GitHub/1149/Issue1149Test.php |   18 +
  .../phpunit/tests/Regression/GitHub/1216.phpt      |   27 +
  .../tests/Regression/GitHub/1216/Issue1216Test.php |    8 +
  .../tests/Regression/GitHub/1216/bootstrap1216.php |    2 +
  .../tests/Regression/GitHub/1216/phpunit1216.xml   |    8 +
  .../phpunit/tests/Regression/GitHub/1265.phpt      |   23 +
  .../tests/Regression/GitHub/1265/Issue1265Test.php |    8 +
  .../tests/Regression/GitHub/1265/phpunit1265.xml   |    2 +
  .../phpunit/tests/Regression/GitHub/1330.phpt      |   26 +
  .../tests/Regression/GitHub/1330/Issue1330Test.php |    8 +
  .../tests/Regression/GitHub/1330/phpunit1330.xml   |    5 +
  .../phpunit/tests/Regression/GitHub/1335.phpt      |   21 +
  .../tests/Regression/GitHub/1335/Issue1335Test.php |   67 ++
  .../tests/Regression/GitHub/1335/bootstrap1335.php |   13 +
  .../phpunit/tests/Regression/GitHub/1337.phpt      |   21 +
  .../tests/Regression/GitHub/1337/Issue1337Test.php |   19 +
  .../phpunit/tests/Regression/GitHub/1340.phpt      |   34 +
  .../tests/Regression/GitHub/1340/Issue1340Test.php |   70 ++
  .../phpunit/tests/Regression/GitHub/1348.phpt      |   35 +
  .../tests/Regression/GitHub/1348/Issue1348Test.php |   14 +
  .../phpunit/tests/Regression/GitHub/1351.phpt      |   48 +
  .../GitHub/1351/ChildProcessClass1351.php          |    4 +
  .../tests/Regression/GitHub/1351/Issue1351Test.php |   48 +
  .../phpunit/tests/Regression/GitHub/1374.phpt      |   21 +
  .../tests/Regression/GitHub/1374/Issue1374Test.php |   21 +
  .../phpunit/tests/Regression/GitHub/1437.phpt      |   28 +
  .../tests/Regression/GitHub/1437/Issue1437Test.php |    9 +
  .../phpunit/tests/Regression/GitHub/1468.phpt      |   22 +
  .../tests/Regression/GitHub/1468/Issue1468Test.php |   11 +
  .../phpunit/tests/Regression/GitHub/1471.phpt      |   28 +
  .../tests/Regression/GitHub/1471/Issue1471Test.php |   12 +
  .../phpunit/tests/Regression/GitHub/1472.phpt      |   19 +
  .../tests/Regression/GitHub/1472/Issue1472Test.php |   21 +
  .../tests/Regression/GitHub/581/Issue581Test.php   |    3 +-
  .../phpunit/tests/Regression/GitHub/74.phpt        |    2 +-
  .../phpunit/tests/Regression/GitHub/797.phpt       |   22 +
  .../tests/Regression/GitHub/797/Issue797Test.php   |   10 +
  .../tests/Regression/GitHub/797/bootstrap797.php   |    6 +
  .../tests/Regression/GitHub/873/Issue873Test.php   |   10 +-
  .../phpunit/tests/TextUI/custom-printer-debug.phpt |    2 +-
  .../tests/TextUI/custom-printer-verbose.phpt       |    2 +-
  .../TextUI/dataprovider-log-xml-isolation.phpt     |    2 +-
  .../phpunit/tests/TextUI/dataprovider-log-xml.phpt |    2 +-
  .../phpunit/tests/TextUI/exception-stack.phpt      |    3 +-
  .../TextUI/filter-method-case-insensitive.phpt     |   21 +
  .../filter-method-case-sensitive-no-result.phpt    |   21 +
  .../phpunit/tests/TextUI/filter-no-results.phpt    |    2 +-
  .../vendor/phpunit/phpunit/tests/TextUI/help.phpt  |    3 +-
  .../vendor/phpunit/phpunit/tests/TextUI/help2.phpt |    3 +-
  .../phpunit/phpunit/tests/TextUI/log-json-5.3.phpt |   25 -
  .../tests/TextUI/log-json-no-pretty-print.phpt     |   27 +
  .../phpunit/tests/TextUI/log-json-post-66021.phpt  |    9 +-
  .../phpunit/tests/TextUI/log-json-pre-66021.phpt   |   10 +-
  .../phpunit/phpunit/tests/TextUI/log-xml.phpt      |    2 +-
  .../phpunit/tests/Util/ConfigurationTest.php       |   89 ++-
  .../phpunit/phpunit/tests/Util/RegexTest.php       |   93 ++
  .../vendor/phpunit/phpunit/tests/Util/TestTest.php |  256 +++--
  .../vendor/phpunit/phpunit/tests/Util/XMLTest.php  |   16 +-
  .../phpunit/phpunit/tests/_files/BankAccount.php   |    4 +-
  .../phpunit/tests/_files/BankAccountTest.php       |    8 +-
  .../phpunit/tests/_files/BankAccountTest.test.php  |    8 +-
  .../tests/_files/BaseTestListenerSample.php        |    2 +-
  .../phpunit/tests/_files/BeforeAndAfterTest.php    |    8 +-
  .../tests/_files/BeforeClassAndAfterClassTest.php  |    8 +-
  .../_files/ChangeCurrentWorkingDirectoryTest.php   |    1 -
  .../CoverageFunctionParenthesesWhitespaceTest.php  |    2 +-
  .../_files/CoverageMethodOneLineAnnotationTest.php |    1 -
  .../CoverageMethodParenthesesWhitespaceTest.php    |    2 +-
  .../_files/CoverageTwoDefaultClassAnnotations.php  |    1 -
  .../phpunit/phpunit/tests/_files/CustomPrinter.php |    2 +-
  .../tests/_files/DataProviderFilterTest.php        |    2 +-
  .../tests/_files/DataProviderIncompleteTest.php    |   37 +
  .../tests/_files/DataProviderSkippedTest.php       |   37 +
  .../phpunit/tests/_files/ExceptionStackTest.php    |    4 +-
  .../phpunit/phpunit/tests/_files/ExceptionTest.php |   37 +
  .../phpunit/phpunit/tests/_files/FailureTest.php   |    1 -
  .../phpunit/phpunit/tests/_files/FatalTest.php     |    3 +-
  .../tests/_files/Inheritance/InheritanceA.php      |    8 +
  .../tests/_files/Inheritance/InheritanceB.php      |    9 +
  .../phpunit/phpunit/tests/_files/IsolationTest.php |   13 +
  .../phpunit/tests/_files/JsonData/arrayObject.js   |    1 -
  .../phpunit/tests/_files/JsonData/arrayObject.json |    1 +
  .../phpunit/tests/_files/JsonData/simpleObject.js  |    1 -
  .../tests/_files/JsonData/simpleObject.json        |    1 +
  .../phpunit/tests/_files/JsonData/simpleObject2.js |    1 -
  .../NamespaceCoverageCoversClassPublicTest.php     |    1 -
  .../_files/NamespaceCoverageCoversClassTest.php    |    1 -
  .../RequirementsClassBeforeClassHookTest.php       |   12 +
  .../tests/_files/RequirementsClassDocBlockTest.php |    6 +-
  .../phpunit/tests/_files/RequirementsTest.php      |   11 +-
  .../phpunit/tests/_files/SampleArrayAccess.php     |   15 +-
  .../tests/_files/SelectorAssertionsFixture.html    |   44 -
  .../phpunit/phpunit/tests/_files/Singleton.php     |    2 +-
  .../phpunit/phpunit/tests/_files/TestIterator2.php |    5 +-
  .../tests/_files/ThrowExceptionTestCase.php        |    2 +-
  .../phpunit/phpunit/tests/_files/configuration.xml |    1 +
  .../phpunit/tests/_files/configuration_empty.xml   |   56 ++
  .../vendor/phpunit/phpunit/tests/bootstrap.php     |    4 +-
  .../bundle/vendor/sebastian/comparator/.gitignore  |    1 +
  .../bundle/vendor/sebastian/comparator/.travis.yml |    9 +-
  .../sebastian/comparator/build/travis-ci.xml       |   10 +
  .../vendor/sebastian/comparator/phpunit.xml.dist   |   25 +-
  .../comparator/tests/ArrayComparatorTest.php       |  201 ++++
  .../comparator/tests/DOMNodeComparatorTest.php     |  200 ++++
  .../comparator/tests/DoubleComparatorTest.php      |  172 ++++
  .../comparator/tests/MockObjectComparatorTest.php  |  204 ++++
  .../comparator/tests/NumericComparatorTest.php     |  160 ++++
  .../comparator/tests/ObjectComparatorTest.php      |  188 ++++
  .../comparator/tests/ScalarComparatorTest.php      |    4 +
  .../sebastian/comparator/tests/_files/Author.php   |   66 ++
  .../sebastian/comparator/tests/_files/Book.php     |   59 ++
  .../comparator/tests/_files/SampleClass.php        |   67 ++
  .../sebastian/comparator/tests/_files/Struct.php   |   63 ++
  .../vendor/sebastian/comparator/tests/autoload.php |   18 +-
  .../sebastian/comparator/tests/bootstrap.php       |    3 +
  .../Test/bundle/vendor/sebastian/diff/.gitignore   |    1 +
  .../Test/bundle/vendor/sebastian/diff/.travis.yml  |    9 +-
  .../Test/bundle/vendor/sebastian/diff/LICENSE      |    2 +-
  .../Test/bundle/vendor/sebastian/diff/README.md    |   11 -
  .../Test/bundle/vendor/sebastian/diff/build.xml    |   72 +--
  .../bundle/vendor/sebastian/diff/build/package.xml |   58 --
  .../bundle/vendor/sebastian/diff/composer.json     |    5 +-
  .../bundle/vendor/sebastian/diff/phpunit.xml.dist  |   31 +-
  .../bundle/vendor/sebastian/diff/src/Chunk.php     |   51 +-
  .../Test/bundle/vendor/sebastian/diff/src/Diff.php |   34 +-
  .../bundle/vendor/sebastian/diff/src/Differ.php    |  131 ++--
  .../diff/src/LCS/LongestCommonSubsequence.php      |   67 ++
  ...cientLongestCommonSubsequenceImplementation.php |  132 +++
  ...cientLongestCommonSubsequenceImplementation.php |  108 +++
  .../Test/bundle/vendor/sebastian/diff/src/Line.php |   25 +-
  .../bundle/vendor/sebastian/diff/src/Parser.php    |   20 +-
  .../bundle/vendor/sebastian/diff/src/autoload.php  |   23 -
  .../vendor/sebastian/diff/tests/DifferTest.php     |  329 ++++----
  .../bundle/vendor/sebastian/environment/build.xml  |   10 +
  .../vendor/sebastian/environment/composer.json     |    5 +-
  .../vendor/sebastian/environment/src/Console.php   |   95 ++
  .../sebastian/environment/tests/ConsoleTest.php    |   75 ++
  .../bundle/vendor/sebastian/exporter/.gitignore    |    1 +
  .../bundle/vendor/sebastian/exporter/.travis.yml   |   14 +-
  .../Test/bundle/vendor/sebastian/exporter/LICENSE  |    2 +-
  .../bundle/vendor/sebastian/exporter/README.md     |   62 +-
  .../bundle/vendor/sebastian/exporter/build.xml     |   10 +
  .../bundle/vendor/sebastian/exporter/composer.json |    3 +-
  .../vendor/sebastian/exporter/src/Context.php      |    2 +-
  .../sebastian/exporter/tests/ExporterTest.php      |  151 ++--
  .../yaml/Symfony/Component/Yaml/Escaper.php        |    8 +-
  .../symfony/yaml/Symfony/Component/Yaml/Inline.php |   71 +-
  .../symfony/yaml/Symfony/Component/Yaml/Parser.php |  120 ++-
  .../symfony/yaml/Symfony/Component/Yaml/README.md  |    8 +-
  .../Symfony/Component/Yaml/Tests/DumperTest.php    |   39 +-
  .../Yaml/Tests/Fixtures/YtsBasicTests.yml          |   24 +
  .../Component/Yaml/Tests/Fixtures/sfComments.yml   |    8 +
  .../Component/Yaml/Tests/Fixtures/sfMergeKey.yml   |   22 +-
  .../Symfony/Component/Yaml/Tests/InlineTest.php    |   54 +-
  .../Symfony/Component/Yaml/Tests/ParserTest.php    |   32 +-
  .../yaml/Symfony/Component/Yaml/Unescaper.php      |    6 +-
  .../yaml/Symfony/Component/Yaml/phpunit.xml.dist   |   11 +-
  framework/Test/package.xml                         |  432 +++++++--
  397 files changed, 13830 insertions(+), 8985 deletions(-)

http://github.com/horde/horde/commit/0dc68e385fb25631e4a4d3d5b9ed61ea4f023a5d
01/28/2005 05:03:29 PM Jan Schneider Comment #3
State ⇒ Resolved
Reply to this comment
Committed, thanks.
01/28/2005 05:01:36 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Assigned
 
01/28/2005 04:28:27 PM olli (dot) korhonen (at) fimx (dot) fi Comment #2
New Attachment: tsv.patch Download
Reply to this comment
patch included
01/28/2005 04:28:01 PM olli (dot) korhonen (at) fimx (dot) fi Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in Data/tsv.php
Queue ⇒ Horde Framework Packages
Reply to this comment
Typo in framework Data/tsv.php:



diff -u -r1.24 tsv.php

--- framework/Data/Data/tsv.php 3 Jan 2005 13:09:03 -0000       1.24

+++ framework/Data/Data/tsv.php 28 Jan 2005 16:24:36 -0000

@@ -147,7 +147,7 @@

                                  $hash[$key] = 
stripslashes(preg_replace('/\\\\r/', "\n", $row[$key]));

                              }

                          }

-                    } elseif ($format = 'pine') {

+                    } elseif ($format == 'pine') {

                          if (count($row) < 3 || 
preg_match("/^#DELETED/", $row[0]) || preg_match("/[()]/", $row[2])) {

                              continue;

                          }


Saved Queries