Skip to content

Increase checkstyle severities#1907

Merged
rzo1 merged 8 commits into
mainfrom
increase-checkstyle-severities
May 19, 2026
Merged

Increase checkstyle severities#1907
rzo1 merged 8 commits into
mainfrom
increase-checkstyle-severities

Conversation

@sigee
Copy link
Copy Markdown
Member

@sigee sigee commented May 17, 2026

Fixed the following checkstyle issues and increase they severity to error:

  • InvalidJavadocPosition (4)
  • LambdaParameterName (1)
  • TypeName (1)
  • MethodName (4)
  • ParenPad (5)
  • ParameterName (6)
  • OneTopLevelClass (9)

The following checkstyle rules are still kept on warning severity, because there are multiple violations:

  • EmptyCatchBlock (11)
  • VariableDeclarationUsageDistance (28)
  • JavadocParagraph (17)
  • MissingJavadocMethod (252)
  • MissingJavadocType (90)
  • NonEmptyAtclauseDescription (18)
  • SummaryJavadoc (87)
  • TodoComment (15)
  • AbbreviationAsWordInName (250)
  • LocalVariableName (23)
  • MemberName (23)
  • LineLength (73)

@dpol1 dpol1 added this to the 3.6.0 milestone May 17, 2026
Copy link
Copy Markdown
Contributor

@dpol1 dpol1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, looks like a clean refactor

@rzo1 rzo1 merged commit fc1efb7 into main May 19, 2026
2 checks passed
@dpol1 dpol1 deleted the increase-checkstyle-severities branch May 19, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants