From 78103da0339d6f973434b77741fccb962efeabe6 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 6 Sep 2015 17:22:30 -0700 Subject: [PATCH] Issue #2080: name violations are fixed, checkstyle suppressions were updated to validate names in tests too --- config/suppressions.xml | 8 +++++++- .../checkstyle/ConfigurationLoaderTest.java | 6 +++--- .../puppycrawl/tools/checkstyle/MainTest.java | 12 ++++++------ .../checkstyle/PackageNamesLoaderTest.java | 2 +- .../checkstyle/PropertyCacheFileTest.java | 2 +- .../tools/checkstyle/TreeWalkerTest.java | 2 +- .../checkstyle/api/AutomaticBeanTest.java | 8 ++++---- .../checkstyle/api/LocalizedMessageTest.java | 6 +++--- .../checks/blocks/LeftCurlyCheckTest.java | 2 +- .../checks/javadoc/JavadocMethodCheckTest.java | 14 +++++++------- .../checkstyle/comments/CommentsTest.java | 4 ++-- .../filters/SuppressElementTest.java | 18 +++++++++--------- 12 files changed, 45 insertions(+), 39 deletions(-) diff --git a/config/suppressions.xml b/config/suppressions.xml index cd8d97c48..cda2203d5 100644 --- a/config/suppressions.xml +++ b/config/suppressions.xml @@ -13,6 +13,10 @@ + + @@ -28,6 +32,9 @@ + + @@ -43,7 +50,6 @@ -