Violation: Rule=UnusedPrivateMethod P=2 Loc=.(ResolveTestFixture.groovy:532) Msg=[The method moduleNode is not used within ResolveTestFixture.groovy] Src=[private NodeBuilder moduleNode(String moduleVersionId) {]
CodeNarc is similar to popular static analysis tools such as PMD or Checkstyle. Unlike those tools which analyze Java code, CodeNarc analyzes Groovy code.
PS:
Assuming PMD does also find groovy ideally, even tho id did not find the groovy stuff, yes. @adangel
Cannot load ruleset category/groovy/bestpractices.xml/UnusedLocalVariableCodeNarc is similar to popular static analysis tools such as PMD or Checkstyle. Unlike those tools which analyze Java code, CodeNarc analyzes Groovy code.
UnusedMethod&Finallygradle/gradle#34881