Closed DirkMahler closed 4 years ago
Currently the concept java:VirtualInvokes only covers potential invocations on sub-classes overriding a method. Actually virtual invocations involve more cases, e.g. an invocation of a method in a sub-class that's inherited from a super-class. This should then cover problems like https://stackoverflow.com/questions/60847307/how-to-detect-resolve-super-method-invocations-with-jqassistant/60926165#60926165.
java:VirtualInvokes
Currently the concept
java:VirtualInvokes
only covers potential invocations on sub-classes overriding a method. Actually virtual invocations involve more cases, e.g. an invocation of a method in a sub-class that's inherited from a super-class. This should then cover problems like https://stackoverflow.com/questions/60847307/how-to-detect-resolve-super-method-invocations-with-jqassistant/60926165#60926165.