[Codenarc-user] [ANN] Announcing CodeNarc 0.18.1
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2013-02-18 01:57:36
|
The CodeNarc Team is proud to announce the release of version 0.18.1. CodeNarc <http://codenarc.sourceforge.net/> is a static analysis tool for Groovy source code. Version 0.18.1 is a bug-fix release. Bug Fixes . Fix #3596256: SpaceAroundOperator: False positive if source line contains unicode chars. Also affects (known limitation): SpaceAfterClosingBrace, SpaceBeforeOpeningBrace, SpaceBeforeClosingBrace - Known limitation: will not catch violations on same line following unicode char literal. . Fix #3598154: SpaceAroundOperator: bad/duplicate violation for ?: after closure. Ignore standalone elvis expression statements (known limitation). . Fix #3598717: BracesForClass failing on annotation types. (Known limitation: ignore for @interface). Thanks to Marcin Gryszko. . Fix #3598732: BracesForMethod fixed for methods with closure parameters. Thanks to Marcin Gryszko. . Fix #3596323: BracesForClass ignored for enums and Groovy 1.7. Thanks to Marcin Gryszko. . Fix for CodeNarc GitHub issue #10: No such property: maxMethodComplexity for class: org.codenarc.rule.size.AbcMetricRule. . Fix #3604095: AssignCollectionSort ignore calls that pass in mutate=false; add checks for two-arg calls. . Fix #3603257: UnusedVariable reported for variable used in (more than one) for loop. Visit the CodeNarc Home Page <http://codenarc.sourceforge.net/> |