Missing Dependency + Misinterpretation of Array Dependency

Issue #150 resolved
Former user created an issue

In OPAL / OPAL / de / src / main / scala / org / opalj / de / DependencyExtractor.scala private def process(declaringMethod: VirtualMethod, code: Code)

The handling for the "newarray" instruction is missing. Additionally, the handling for the instruction "anewarray" forwards the "componentType" of the array and not the "ArrayType" itself.

Comments (2)

  1. Log in to comment