3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#664: Remove obsolete reference to Groovy 1.x More... about 2 years ago
#667: TrailingComma: Fix StringIndexOutOfBoundsException More... about 2 years ago
#666: Upgrade to JUnit 5.8 More... about 2 years ago
#666: Upgrade to JUnit 5.8. Upgrade test framework and all tests to use JUnit 5. More... about 2 years ago
#664: Remove Groovy 2.x-specific test validation logic More... about 2 years ago
#664: Remove Groovy 2.x-specific handling for constructor call columnNumber More... about 2 years ago
#665: Upgrade to SLF4J 1.7.35 More... about 2 years ago
#665: Upgrade to GMetrics 2.0.0 More... about 2 years ago
#664: Document limitations of the UseCollectMany rule More... about 2 years ago
#664: Remove hacks and workarounds required for Groovy 1.x and 2.x More... about 2 years ago
#664: Remove hacks and workarounds required for Groovy 1.x and 2.x More... about 2 years ago
#664: AstUtil: Simplify getAnnotation() More... about 2 years ago
#654: build.gradle: Upgrade sourceCompatibility and targetCompatibility to 1.8 More... about 2 years ago
#664: AstUtil: In findFirstNonAnnotationLine(), check for “class” within the line if it is a ClassNode More... about 2 years ago
#664: AstUtil: Simplify findFirstNonAnnotationLine() lastAnnotation to just get last annotation More... about 2 years ago
Merge pull request #663 from dmurat/feature_fixMissingBlankLineBeforeAnnotatedFieldRule More... over 2 years ago
Merge pull request #661 from dmurat/feature_fixGStringExpressionWithStringRule More... over 2 years ago
Fix GStringExpressionWithinStringRule for annotation attribute referencing class More... over 2 years ago
Fix IndentationRuleTest More... over 2 years ago
Ignore line comments on annotation when finding first non annotation line More... over 2 years ago
Add test for annotation with line comment into MissingBlankLineBeforeAnnotatedFieldRuleTest More... over 2 years ago
#657: SpaceAfterMethodCallName: Add tests for multi-line constructor calls; cleanup More... over 2 years ago
#657: SpaceAfterMethodCallName: Fix wrong line number for multi-line method calls More... over 2 years ago
#656: Remove the deprecated UnnecessarySubstring rule More... over 2 years ago
Add tests for @SuppressWarnings on fields with no initial assignment. This was fixed with Groovy 3.0.9. More... over 2 years ago
#650: UnnecessaryPublicModifier: false positive with annotations More... over 2 years ago
#654: Clean out references to isGroovyVersion2() More... over 2 years ago
#654: Clean out references to isNotGroovyVersion2() More... over 2 years ago
#654: Upgrade to Groovy 3.0.9 More... over 2 years ago
#653: UseCollectNested: Fix false positive when inner collect() call returns a different type More... over 2 years ago