3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #663 from dmurat/feature_fixMissingBlankLineBeforeAnnotatedFieldRule More... about 2 years ago
Merge pull request #661 from dmurat/feature_fixGStringExpressionWithStringRule More... about 2 years ago
Fix GStringExpressionWithinStringRule for annotation attribute referencing class More... about 2 years ago
Fix IndentationRuleTest More... about 2 years ago
Ignore line comments on annotation when finding first non annotation line More... about 2 years ago
Add test for annotation with line comment into MissingBlankLineBeforeAnnotatedFieldRuleTest More... about 2 years ago
#657: SpaceAfterMethodCallName: Add tests for multi-line constructor calls; cleanup More... about 2 years ago
#657: SpaceAfterMethodCallName: Fix wrong line number for multi-line method calls More... about 2 years ago
#656: Remove the deprecated UnnecessarySubstring rule More... about 2 years ago
Add tests for @SuppressWarnings on fields with no initial assignment. This was fixed with Groovy 3.0.9. More... about 2 years ago
#650: UnnecessaryPublicModifier: false positive with annotations More... about 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
#652: ClassStartsWithBlankLine: Fix NPE on annotated class with no following line at end of source file More... over 2 years ago
#651: MissingOverrideAnnotation: Ignore private superclass methods More... over 2 years ago
#650: Add test for public method with annotations. Revisit after upgrade to Groovy 3.x. More... over 2 years ago
Merge pull request #649 from davidkron/codenarc-comment-description More... over 2 years ago
Support for description inside CodeNarc comments More... over 2 years ago
Prepare for CodeNarc v2.2.0 More... over 2 years ago
#641: Add test case More... over 2 years ago
#627: SpaceAfterMethodCallName: Skip method calls with a single Lambda argument More... over 2 years ago
#645: SpaceAfterMethodCallName: Fix false positive if method parameters include parentheses More... over 2 years ago
#638: ClassStartsWithBlankLine: Fix false positive if interface/class declaration takes more than 1 line More... over 2 years ago
Fix #646: IllegalStringRule: Return actual line number containing (first) matching string in violation More... over 2 years ago
#644: Update rule doc re: @SuppressWarnings not available and // codenarc-disable NoTabCharacter available More... over 2 years ago
#644: NoTabCharacter: Return actual line number containing(first) tab character in violation More... over 2 years ago
#629: ClosureAsLastMethodParameter: Add ignoreCallsToMethodNames property More... over 2 years ago
#631: ClosureAsLastMethodParameter: Fix false positive when using Groovy 3 Lambda syntax More... over 2 years ago