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.
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 callingreadType
to determine the type and thenreadObjectName
to determine which package the class originates from.