Skip to content

Commit

Permalink
Issue checkstyle#4165: Split and Organize Checkstyle inputs by Test f…
Browse files Browse the repository at this point in the history
…or checks in coding package: NestedForDepth
  • Loading branch information
Kietzmann authored and timurt committed May 6, 2017
1 parent c0fcd51 commit ff8de08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public class NestedForDepthCheckTest extends BaseCheckTestSupport {
@Override
protected String getPath(String filename) throws IOException {
return super.getPath("checks" + File.separator
+ "coding" + File.separator + filename);
+ "coding" + File.separator
+ "nestedfordepth" + File.separator
+ filename);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
////////////////////////////////////////////////////////////////////////////////
package com.puppycrawl.tools.checkstyle.checks.coding;
package com.puppycrawl.tools.checkstyle.checks.coding.nestedfordepth;

/**
* This Class contains no logic, but serves as test-input for the unit tests for the
Expand Down

0 comments on commit ff8de08

Please sign in to comment.