3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#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... almost 3 years ago
#627: SpaceAfterMethodCallName: Skip method calls with a single Lambda argument More... almost 3 years ago
#645: SpaceAfterMethodCallName: Fix false positive if method parameters include parentheses More... almost 3 years ago
#638: ClassStartsWithBlankLine: Fix false positive if interface/class declaration takes more than 1 line More... almost 3 years ago
Fix #646: IllegalStringRule: Return actual line number containing (first) matching string in violation More... almost 3 years ago
#644: Update rule doc re: @SuppressWarnings not available and // codenarc-disable NoTabCharacter available More... almost 3 years ago
#644: NoTabCharacter: Return actual line number containing(first) tab character in violation More... almost 3 years ago
#629: ClosureAsLastMethodParameter: Add ignoreCallsToMethodNames property More... almost 3 years ago
#631: ClosureAsLastMethodParameter: Fix false positive when using Groovy 3 Lambda syntax More... almost 3 years ago
#643: AbstractAstVisitor: Add isGeneratedCode(ASTNode) and isNotGeneratedCode(ASTNode) More... almost 3 years ago
#639: SerializableClassMustDefineSerialVersionUID: Ignore interfaces More... almost 3 years ago
#642: UnusedPrivateMethod: Added known limitation of false positive in method used as @MethodSource More... almost 3 years ago
#624: JUnitPublicNonTestMethod: Fix false positive for @ParameterizedTest More... almost 3 years ago
#626: Indentation: Fix ArrayIndexOutOfBoundsException: -2 for generated method calls More... almost 3 years ago
Fix duplicate property name in test for Groovy 3.x compatibility More... almost 3 years ago
#623: ExplicitCallToDivMethod: Ignore `dev()` method calls if argument is a Map, Closure or String More... almost 3 years ago
Fix #618: ReturnsNullInsteadOfEmptyCollection - False positive in nested closure More... almost 3 years ago
#612: Add test for scenario with method annotation line containing opening parenthesis; seems to work fine More... almost 3 years ago
Merge pull request #640 from goober/fix/documentation More... almost 3 years ago
Fix parameter table for PackageName Rule documentation More... almost 3 years ago
Update CHANGELOG with recent contributions More... almost 3 years ago
Merge pull request #635 from dmurat/issue611Enhancement More... almost 3 years ago
Take into account line comments More... almost 3 years ago
Renaming rule property More... almost 3 years ago