Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: de0f885d695207b2f83253eea61d80e76defbb4a
      
https://github.com/jenkinsci/analysis-model/commit/de0f885d695207b2f83253eea61d80e76defbb4a
  Author: Ulli Hafner <[email protected]>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M analysis-model.iml
    M pom.xml
    M src/main/java/hudson/plugins/analysis/core/AbstractAnnotationParser.java
    M src/main/java/hudson/plugins/analysis/core/ParserResult.java
    M src/main/java/hudson/plugins/analysis/util/ContextHashCode.java
    M src/main/java/hudson/plugins/analysis/util/model/AbstractAnnotation.java
    M src/main/java/hudson/plugins/analysis/util/model/AnnotationContainer.java
    M src/main/java/hudson/plugins/analysis/util/model/FileAnnotation.java
    M src/main/java/hudson/plugins/analysis/util/model/JavaPackage.java
    M src/main/java/hudson/plugins/analysis/util/model/JavaProject.java
    M src/main/java/hudson/plugins/analysis/util/model/LineRangeList.java
    M src/main/java/hudson/plugins/analysis/util/model/MavenModule.java
    M src/main/java/hudson/plugins/analysis/util/model/WorkspaceFile.java
    R src/main/java/hudson/plugins/ast/factory/Ast.java
    R src/main/java/hudson/plugins/ast/factory/AstFactory.java
    R src/main/java/hudson/plugins/ast/specific/ClassAst.java
    R src/main/java/hudson/plugins/ast/specific/DefaultAst.java
    R src/main/java/hudson/plugins/ast/specific/EnvironmentAst.java
    R src/main/java/hudson/plugins/ast/specific/FileAst.java
    R src/main/java/hudson/plugins/ast/specific/InstancevariableAst.java
    R src/main/java/hudson/plugins/ast/specific/MethodAst.java
    R src/main/java/hudson/plugins/ast/specific/MethodOrClassAst.java
    R src/main/java/hudson/plugins/ast/specific/NameClassAst.java
    R src/main/java/hudson/plugins/ast/specific/NameEnvironmentAst.java
    R src/main/java/hudson/plugins/ast/specific/NameInstancevariableAst.java
    R src/main/java/hudson/plugins/ast/specific/NameMethodAst.java
    R src/main/java/hudson/plugins/ast/specific/NamePackageAst.java
    R src/main/java/hudson/plugins/ast/specific/WarningType.java
    M src/main/java/hudson/plugins/checkstyle/parser/CheckStyleParser.java
    M src/main/java/hudson/plugins/checkstyle/parser/Warning.java
    M src/main/java/hudson/plugins/checkstyle/rules/CheckStyleRules.java
    M src/main/java/hudson/plugins/checkstyle/rules/Rule.java
    A src/main/java/hudson/plugins/pmd/parser/Bug.java
    A src/main/java/hudson/plugins/pmd/parser/File.java
    A src/main/java/hudson/plugins/pmd/parser/Pmd.java
    A src/main/java/hudson/plugins/pmd/parser/PmdMessages.java
    A src/main/java/hudson/plugins/pmd/parser/PmdParser.java
    A src/main/java/hudson/plugins/pmd/parser/Violation.java
    M src/main/resources/hudson/plugins/checkstyle/rules/config_annotation.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_blocks.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_coding.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_design.xml
    R src/main/resources/hudson/plugins/checkstyle/rules/config_duplicates.xml
    A src/main/resources/hudson/plugins/checkstyle/rules/config_filters.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_header.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_imports.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_javadoc.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_metrics.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_misc.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_modifier.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_naming.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_regexp.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_reporting.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_sizes.xml
    M src/main/resources/hudson/plugins/checkstyle/rules/config_whitespace.xml
    M 
src/test/java/hudson/plugins/analysis/util/model/AbstractAnnotationTest.java
    M src/test/java/hudson/plugins/analysis/util/model/WorkspaceFileTest.java
    A src/test/java/hudson/plugins/checkstyle/parser/CheckStyleParserTest.java
    R src/test/java/hudson/plugins/checkstyle/parser/NewWarningDetectorTest.java
    A src/test/java/hudson/plugins/pmd/parser/PmdMessagesTest.java
    A src/test/java/hudson/plugins/pmd/parser/PmdParserTest.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass1_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass1_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass2SubclassA_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass2SubclassA_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass2Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass3Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass3Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass3Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass4_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass4_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass5_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass5_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/ClassAst/FinalClass_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces10_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces10_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces1_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces1_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces2_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces2_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces3Subclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces3Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces3Superclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces4SubclassA_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces4Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces4Superclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces5Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces5Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces5Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces6Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces6Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces6Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces7_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces7_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces8_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces8_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces9_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces9_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/EnvironmentAst/NeedBraces_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/InterfaceIsType_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/InterfaceIsType_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/InterfaceIsType_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/InterfaceIsType_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration1_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration1_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration2Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration2Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration2Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration3_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration3_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration4_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclaration4_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclarationSubclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclarationSubclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/FileAst/PackageDeclarationSuperclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization1Subclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization1Subclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization1Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization2_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization2_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization3Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization3Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization3Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization4_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization4_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization5_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization5_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/InstancevariableAst/ExplicitInitialization_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/InsertLine.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/InsertLine.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/InsertLine2.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/InsertLine2.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/InsertLine3.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName1SubclassA_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName1Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName1Superclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName2_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName2_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName3_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName3_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName4Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName4Subclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName4Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName5_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName5_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName6_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName6_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName7_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName7_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName8_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName8_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodAst/MethodName_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodOrClassAst/JavadocStyle_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodOrClassAst/JavadocStyle_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodOrClassAst/RedundantModifier_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MethodOrClassAst/RedundantModifier_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass1_Refactored.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass1_Refactored.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass2_Refactored.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass2_Refactored.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass_Refactored.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/MoreWarningsInClass_Refactored.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName1Subclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName1Subclass_PullUpMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName1Superclass_PullUpMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName2_ExtractMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName2_ExtractMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName3Subclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName3Superclass_PushDownMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName3Superclass_PushDownMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName4_InlineMethod.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName4_InlineMethod.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName5_ExtractConstant.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName5_ExtractConstant.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName_Newline.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName_Newline.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName_Rename.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/after/NamePackageAst/PackageName_Rename.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass1.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass1.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass2SubclassA.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass2SubclassA.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass2Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass3Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass3Subclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass3Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass4.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass4.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass5.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/ClassAst/FinalClass5.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces1.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces1.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces10.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces10.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces2.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces2.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces3SubclassA.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces3SubclassA.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces3Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces4SubclassA.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces4SubclassA.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces4Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces5Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces5Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces5Superclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces6Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces6Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces6Superclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces7.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces7.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces8.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces8.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/NeedBraces9.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/EnvironmentAst/Needbraces9.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/InterfaceIsType.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/InterfaceIsType.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration1.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration1.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration2Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration2Subclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration2Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration3.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration3.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration4.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclaration4.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclarationSubclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclarationSubclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/FileAst/PackageDeclarationSuperclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization1Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization1Subclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization1Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization2.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization2.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization3Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization3Subclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization3Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization4.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization4.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization5.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/InstancevariableAst/ExplicitInitialization5.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/InsertLine.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/InsertLine.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName1SubclassA.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName1SubclassA.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName1Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName2.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName2.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName4Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName4Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName4Superclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName5.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName5.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName6.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName6.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName7.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName7.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName8.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodAst/MethodName8.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodOrClassAst/JavadocStyle.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodOrClassAst/JavadocStyle.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodOrClassAst/RedundantModifier.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MethodOrClassAst/RedundantModifier.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MoreWarningsInClass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MoreWarningsInClass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MoreWarningsInClass2.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/MoreWarningsInClass2.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName1Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName1Subclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName1Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName3Subclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName3Superclass.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName3Superclass.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName4.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName4.xml
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName5.java
    R 
src/test/resources/hudson/plugins/checkstyle/parser/before/NamePackageAst/PackageName5.xml
    A 
src/test/resources/hudson/plugins/checkstyle/parser/checkstyle-result-build1.xml
    A 
src/test/resources/hudson/plugins/checkstyle/parser/checkstyle-result-build2.xml
    A 
src/test/resources/hudson/plugins/checkstyle/parser/checkstyle-result-build3.xml
    A 
src/test/resources/hudson/plugins/checkstyle/parser/checkstyle-result-build4.xml
    A src/test/resources/hudson/plugins/checkstyle/parser/issue25511.xml
    A src/test/resources/hudson/plugins/checkstyle/parser/parser.jelly
    A src/test/resources/hudson/plugins/checkstyle/parser/parser.properties
    A src/test/resources/hudson/plugins/checkstyle/parser/parser_de.properties
    A src/test/resources/hudson/plugins/checkstyle/parser/parser_ja.properties
    A src/test/resources/hudson/plugins/checkstyle/parser/project.ser
    A src/test/resources/hudson/plugins/checkstyle/parser/project.ser.xml
    A src/test/resources/hudson/plugins/checkstyle/parser/taglib
    A src/test/resources/hudson/plugins/pmd/parser/4-pmd-warnings.xml
    A src/test/resources/hudson/plugins/pmd/parser/empty.xml
    A src/test/resources/hudson/plugins/pmd/parser/equals-test.xml
    A src/test/resources/hudson/plugins/pmd/parser/issue12801.xml
    A src/test/resources/hudson/plugins/pmd/parser/otherfile.xml
    A src/test/resources/hudson/plugins/pmd/parser/pmd.xml
    A src/test/resources/hudson/plugins/pmd/parser/warning-message-with-dot.xml

  Log Message:
  -----------
  Removed all unused classes. Updated all classes with recent plugin versions. 
Added PMD parser.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to