➜ src javac Test.java
public class Test {
public class C1{}
checkstyle git:(pull-14844) ✗ git diff -u | |
diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ConstructorsDeclarationGroupingCheck.java b/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ConstructorsDeclarationGroupingCheck.java | |
index 843f7a998..7a984d4ac 100644 | |
--- a/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ConstructorsDeclarationGroupingCheck.java | |
+++ b/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ConstructorsDeclarationGroupingCheck.java | |
@@ -19,6 +19,11 @@ | |
package com.puppycrawl.tools.checkstyle.checks.coding; | |
+import java.util.ArrayList; |
➜ src javac Test.java
public class Test {
public class C1{}
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
"https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
<module name = "Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
"https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
<module name = "Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
<module name="Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
"https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
<module name = "Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
<module name="Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |
2022-11-27T14:55:25.2038123Z Requested labels: ubuntu-latest | |
2022-11-27T14:55:25.2038171Z Job defined at: checkstyle/checkstyle/.github/workflows/releasenotes-gen.yml@refs/heads/master | |
2022-11-27T14:55:25.2038195Z Waiting for a runner to pick up this job... | |
2022-11-27T15:06:03.7957375Z Job is waiting for a hosted runner to come online. | |
2022-11-27T15:06:07.3222852Z Job is about to start running on the hosted runner: GitHub Actions 11 (hosted) | |
2022-11-27T15:06:09.5190622Z Current runner version: '2.299.1' | |
2022-11-27T15:06:09.5214637Z ##[group]Operating System | |
2022-11-27T15:06:09.5215150Z Ubuntu | |
2022-11-27T15:06:09.5215421Z 20.04.5 | |
2022-11-27T15:06:09.5215634Z LTS |
# List of GIT repositories to clone / pull for checking with Checkstyle | |
# File format: REPO_NAME|[local|git|hg]|URL|[COMMIT_ID]|[EXCLUDE FOLDERS] | |
# Please note that bash comments works in this file | |
# Few projects that delivers set of unusual Java constructions that shall be correctly handled by AST visitor | |
checkstyle|git|https://github.com/checkstyle/checkstyle.git|master| | |
sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master|| | |
checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master|| | |
guava|git|https://github.com/google/guava|v28.2|| |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
<module name = "Checker"> | |
<property name="charset" value="UTF-8"/> | |
<!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
<property name="severity" value="warning"/> |