Skip to content

Commit

Permalink
Update init patch with short name
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Oct 31, 2023
1 parent 7f169b7 commit 63f933e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions integration-tests/checkstyle-10.12.4-init.patch
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,19 @@ index 3b0cf86..74dbf73 100644
public class CheckUtilTest extends AbstractModuleTestSupport {

@Override
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierNestedClassInPublicInterfaceRedundantModifiers.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputShort.java
similarity index 95%
rename from src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierNestedClassInPublicInterfaceRedundantModifiers.java
rename to src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputShort.java
index 03a0cb9..0fcf92e 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierNestedClassInPublicInterfaceRedundantModifiers.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputShort.java
@@ -8,7 +8,7 @@ tokens = (default)METHOD_DEF, VARIABLE_DEF, ANNOTATION_FIELD_DEF, INTERFACE_DEF,

package com.puppycrawl.tools.checkstyle.checks.modifier.redundantmodifier;

-public interface InputRedundantModifierNestedClassInPublicInterfaceRedundantModifiers {
+public interface InputShort {
interface PublicInnerInterface {
interface PublicInnerInnerInterface {
class PublicInnerClassInNestedPublicInterfaces {

0 comments on commit 63f933e

Please sign in to comment.