gradle-lint-plugin icon indicating copy to clipboard operation
gradle-lint-plugin copied to clipboard

Fix false positive unused-dependency warning by scanning Annotations with arrays

Open dbolger opened this issue 1 year ago • 0 comments

This fixes #120, returns the instance of DependencyClassVisitor when ASM detects an array. As a result, visit is called against each element of the array, subsequently calling readType to determine the type and then readObjectName to determine which package the class originates from.

dbolger avatar Apr 17 '24 20:04 dbolger