Skip to content

Commit

Permalink
[JENKINS-32501] Update of message in unit test due to checkstyle 6.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 29, 2016
1 parent a10d998 commit 3fe89e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle
Submodule checkstyle updated 20 files
+2 −3 src/main/java/hudson/plugins/checkstyle/rules/CheckStyleRules.java
+412 −146 src/main/resources/hudson/plugins/checkstyle/rules/config_annotation.xml
+500 −169 src/main/resources/hudson/plugins/checkstyle/rules/config_blocks.xml
+2,549 −941 src/main/resources/hudson/plugins/checkstyle/rules/config_coding.xml
+697 −280 src/main/resources/hudson/plugins/checkstyle/rules/config_design.xml
+0 −146 src/main/resources/hudson/plugins/checkstyle/rules/config_duplicates.xml
+955 −0 src/main/resources/hudson/plugins/checkstyle/rules/config_filters.xml
+87 −9 src/main/resources/hudson/plugins/checkstyle/rules/config_header.xml
+859 −351 src/main/resources/hudson/plugins/checkstyle/rules/config_imports.xml
+1,036 −384 src/main/resources/hudson/plugins/checkstyle/rules/config_javadoc.xml
+433 −78 src/main/resources/hudson/plugins/checkstyle/rules/config_metrics.xml
+1,249 −1,012 src/main/resources/hudson/plugins/checkstyle/rules/config_misc.xml
+160 −26 src/main/resources/hudson/plugins/checkstyle/rules/config_modifier.xml
+1,300 −259 src/main/resources/hudson/plugins/checkstyle/rules/config_naming.xml
+795 −41 src/main/resources/hudson/plugins/checkstyle/rules/config_regexp.xml
+14 −3 src/main/resources/hudson/plugins/checkstyle/rules/config_reporting.xml
+416 −173 src/main/resources/hudson/plugins/checkstyle/rules/config_sizes.xml
+1,421 −836 src/main/resources/hudson/plugins/checkstyle/rules/config_whitespace.xml
+1 −1 src/test/java/hudson/plugins/checkstyle/parser/CheckStyleParserTest.java
+1 −1 src/test/java/hudson/plugins/checkstyle/rules/CheckStyleRulesTest.java

0 comments on commit 3fe89e3

Please sign in to comment.