-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Insights: checkstyle/checkstyle
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 11 people
-
Issue #16361: Update DefaultLoggerTest.java to verify with InlineConfigParser and logger
#17370 merged
Jul 24, 2025 -
Issue #17175: Validate that all properties are used in examples
#17410 merged
Jul 24, 2025 -
Issue #17258: Updated google-java-format.sh to validate difference in size is ~50 bytes
#17374 merged
Jul 23, 2025 -
minor: Refactor to avoid duplicate checker.configure() call
#17446 merged
Jul 23, 2025 -
dependency: bump org.junit:junit-bom from 5.13.3 to 5.13.4
#17447 merged
Jul 22, 2025 -
Issue #17366: FinalParameters should check interface methods and patt…
#17368 merged
Jul 22, 2025 -
Issue #13999: Resolve pitest suppression for JavadocTagInfo$14 and JavadocTagInfo$11
#17443 merged
Jul 22, 2025 -
Issue #17240: Added Trino to no error testing in CI
#17418 merged
Jul 21, 2025 -
Issue #17400: Enabled examples macro for Example 12 in importcontrol.xml.template
#17441 merged
Jul 21, 2025 -
Issue #17400: Enabled examples macro for Example 11 in importcontrol.xml.template
#17440 merged
Jul 21, 2025 -
Issue #17400: Enabled examples macro for Example 8 in importcontrol.xml.template
#17431 merged
Jul 21, 2025 -
Issue #17400: Enabled examples macro for Example 9 in importcontrol.xml.template
#17434 merged
Jul 20, 2025 -
Issue #14019: Kill mutation for getMissedHtmlTag
#16438 merged
Jul 20, 2025 -
Issue #17401: Added more macro examples to the suppressionfilter.xml.template
#17435 merged
Jul 20, 2025 -
Issue #17301: Add @Serial annotation to serialVersionUID fields
#17433 merged
Jul 20, 2025 -
Issue #17400: Enabled examples macro for Example 6, 7 in importcontrol.xml.template
#17423 merged
Jul 20, 2025 -
Issue #17362: Corrected the usage of HTML entities in javadoc
#17420 merged
Jul 20, 2025 -
Issue #17400: Enabled examples macro for Example 3, 4, 5 in importcontrol.xml.template
#17416 merged
Jul 20, 2025 -
supplemental: IT for 4.6.2 whitespace before '{' of empty blocks
#17419 merged
Jul 19, 2025 -
Issue #17371: Created new ModuleJavadocParsingUtil
#17377 merged
Jul 19, 2025 -
dependency: bump commons-io:commons-io from 2.19.0 to 2.20.0
#17421 merged
Jul 19, 2025 -
dependency: bump com.mebigfatguy.sb-contrib:sb-contrib from 7.6.11 to 7.6.12
#17415 merged
Jul 19, 2025 -
dependency: bump nl.jqno.equalsverifier:equalsverifier from 4.0.5 to 4.0.6
#17422 merged
Jul 19, 2025 -
Issue #17401: Enabled example macros for suppressionfilter.xml.template
#17413 merged
Jul 18, 2025 -
Issue #17400: Enabled examples macro for Example 1, 2, and 10 in importcontrol.xml.template
#17412 merged
Jul 18, 2025
9 Pull requests opened by 7 people
-
Issue #13209: Enabling Disabled CI Post Jdk17 Migration
#17432 opened
Jul 20, 2025 -
Issue #17302: Refactor instanceof checks to pattern variables
#17436 opened
Jul 20, 2025 -
Issue #17362: Corrected the usage of HTML entities in javadoc
#17442 opened
Jul 21, 2025 -
Issue #10834: Enforce whitespace before `{` of empty method-blocks
#17444 opened
Jul 22, 2025 -
Issue #16807 : Updating properties in Input files for module LeftCurlyCheck
#17445 opened
Jul 22, 2025 -
Issue #17402: Enabled examples macro for Example #1 in suppressionxpathfilter.xml.template
#17450 opened
Jul 24, 2025 -
Issue #14631: Updated JavadocTokenTypes.java to new format of AST print
#17452 opened
Jul 24, 2025 -
dependency: bump tech.picnic.error-prone-support:error-prone-contrib from 0.23.0 to 0.24.0
#17453 opened
Jul 24, 2025 -
dependency: bump com.google.errorprone:error_prone_core from 2.40.0 to 2.41.0
#17454 opened
Jul 24, 2025
11 Issues closed by 2 people
-
Validate that all properties are used in examples
#17175 closed
Jul 24, 2025 -
update google-java-format.sh to validate that all Input that are excluded have file InputFormatted
#17258 closed
Jul 23, 2025 -
FinalParameters - missing several tokens to check
#17366 closed
Jul 22, 2025 -
add trino to no-error testing in CI
#17240 closed
Jul 21, 2025 -
importcontrol.xml.template should use example macroses
#17400 closed
Jul 21, 2025 -
Google style has improper enforcement of horizontal whitespace
#8122 closed
Jul 20, 2025 -
suppressionfilter.xml.template should use example macroses
#17401 closed
Jul 20, 2025 -
Add @Serial annotation to serialVersionUID fields
#17301 closed
Jul 20, 2025 -
Move the same class members from macroses to new common utility class
#17371 closed
Jul 19, 2025 -
Statement lambda can be replaced with expression lambda: Create `AvoidBraces` by inverting `NeedBraces`
#16887 closed
Jul 19, 2025 -
Issue #16981: `Migrate to Java 21 - [noTrailingWhitespace] not aware of string block """`
#16984 closed
Jul 19, 2025
13 Issues opened by 4 people
-
false-negative: whitespace between type annotation and array declarator or ellipsis
#17451 opened
Jul 24, 2025 -
Add missing property examples to XDocs for Checkstyle Checks
#17449 opened
Jul 23, 2025 -
Minimize diff in google style inputs
#17448 opened
Jul 23, 2025 -
Inconsistent or Missing Whitespaces in 'Beginning Development' Page Code Blocks
#17439 opened
Jul 21, 2025 -
NoLineWrap: new property skipAnnotations to avoid violations on target if there are annotations
#17437 opened
Jul 20, 2025 -
Use jdk21 as minimial required
#17430 opened
Jul 20, 2025 -
Preparation for Migration of Checkstyle Codebase to Java 21
#17429 opened
Jul 20, 2025 -
jdk21: activate MissingNullCaseInSwitch for checkstyle project
#17428 opened
Jul 19, 2025 -
jdk21: activate WhenShouldBeUsed for checkstyle project
#17427 opened
Jul 19, 2025 -
jdk17: activate SealedShouldHavePermitsList for checkstyle project
#17426 opened
Jul 19, 2025 -
jdk21: activate UnusedCatchParameterShouldBeUnnamed for checkstyle project
#17425 opened
Jul 19, 2025 -
jdk21: activate UnusedLambdaParameterShouldBeUnnamed for checkstyle project
#17424 opened
Jul 19, 2025
23 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Issue #8205: No whitespace before ellipsis is allowed
#17308 commented on
Jul 24, 2025 • 16 new comments -
Issue #14291: Add TEXT_BLOCK_CONTENT token in IllegalTokenText in google config
#17414 commented on
Jul 24, 2025 • 11 new comments -
Issue #17158: fix invalid javadoc position for compact constructor
#17249 commented on
Jul 24, 2025 • 11 new comments -
supplemental: IT for whitespace inside array initializer
#17228 commented on
Jul 21, 2025 • 2 new comments -
Issue #17223: implementation of Indentation TextBlockGoogleStyleFormattingCheck
#17395 commented on
Jul 20, 2025 • 1 new comment -
Issue #17128: Add test for vertically aligned Indentation trailing comments
#17409 commented on
Jul 19, 2025 • 0 new comments -
Issue #17104: Using qodana for inspection
#17280 commented on
Jul 24, 2025 • 0 new comments -
Issue #17240: Add no-error-trino validation script and CI configuration
#17255 commented on
Jul 18, 2025 • 0 new comments -
Issue #17104: migrate IDEA inspection in CI to most recent version
#17235 commented on
Jul 20, 2025 • 0 new comments -
Issue #16836: New Check HexLiteralCase
#17233 commented on
Jul 20, 2025 • 0 new comments -
New check: Blank line after type definitions
#17393 commented on
Jul 24, 2025 • 0 new comments -
SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger
#16361 commented on
Jul 24, 2025 • 0 new comments -
Resolve Pitest Suppression in Pitest-Javadoc Profile
#13999 commented on
Jul 22, 2025 • 0 new comments -
Cover pitest survivals with tests
#14019 commented on
Jul 20, 2025 • 0 new comments -
Migrate project to JDK 17
#13209 commented on
Jul 20, 2025 • 0 new comments -
Use jdk17 as minimial required
#17321 commented on
Jul 20, 2025 • 0 new comments -
Upgrade all scripts to groovy 3.0.17 or 4.x
#17269 commented on
Jul 20, 2025 • 0 new comments -
Convert concatenated strings to text blocks
#17304 commented on
Jul 19, 42DD 2025 • 0 new comments -
Convert eligible classes to records
#17299 commented on
Jul 19, 2025 • 0 new comments -
WhitespaceAround should enforce whitespace around empty blocks
#10834 commented on
Jul 19, 2025 • 0 new comments -
Add Check Support for Java 17 Sealed Classes: New Check UnnecessaryPermitsClause
#14986 commented on
Jul 19, 2025 • 0 new comments -
test to check indentation trailing comments are vertically aligned
#17128 commented on
Jul 19, 2025 • 0 new comments -
Updating properties in Input files to mention all default properties,
#16807 commented on
Jul 19, 2025 • 0 new comments