aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-10-12 12:09:02 -0400
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-12 12:43:41 -0700
commitf7930327245e3de63e4dddd8d389a101c6785e2a (patch)
tree29a3909e24f4ade37c308756bbead367fe03d96b /src/test/resources/com/puppycrawl/tools/checkstyle
parente36b1959ca07eb46d397187bc51a1f07d9a973bd (diff)
downloadcheckstyle-f7930327245e3de63e4dddd8d389a101c6785e2a.tar.gz
Issue #2161: unify test input locations
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableException.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableException.java)2
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableExceptionClassExtendsGenericClass.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableExceptionClassExtendsGenericClass.java)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableException.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableException.java
index 8f1a7f235..7b0febc2a 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableException.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableException.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.design;
+package com.puppycrawl.tools.checkstyle.checks.design;
public class InputMutableException {
public class FooException extends Exception {
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableExceptionClassExtendsGenericClass.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableExceptionClassExtendsGenericClass.java
index 931128eb9..6b12a88a0 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/design/InputMutableExceptionClassExtendsGenericClass.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InputMutableExceptionClassExtendsGenericClass.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.design;
+package com.puppycrawl.tools.checkstyle.checks.design;
import java.util.concurrent.atomic.AtomicReference;