aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl
diff options
context:
space:
mode:
authorslava ganyaev <slava.ganyaev@gmail.com>2017-04-13 13:26:16 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-04-13 09:56:41 -0700
commitddfae80edbeec4174a7ff375b74a90db9a90f6a7 (patch)
tree5b8788e3ab72ec456e78eefcd332bd0015d89524 /src/test/resources/com/puppycrawl
parente4d321b7fc88ca9c1785cca9b79be35d88510d32 (diff)
downloadcheckstyle-ddfae80edbeec4174a7ff375b74a90db9a90f6a7.tar.gz
Issue #4165: Split and Organize Checkstyle inputs by Test for IllegalCatchCheckTest
Diffstat (limited to 'src/test/resources/com/puppycrawl')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch.java)2
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch2.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch2.java)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch.java
index 5b78dab13..d9d17233d 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.checks.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding.illegalcatch;
public class InputIllegalCatch {
public void foo() {
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch2.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch2.java
index 1ae5bbd72..5393a58c1 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputIllegalCatch2.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalcatch/InputIllegalCatch2.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.checks.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding.illegalcatch;
public class InputIllegalCatch2 {
public void foo() throws OneMoreException {