Closed almondtools closed 7 years ago
It is unclear whether this problem can be solved canonically, so logging a warning could be sufficient. Should be analyzed.
A solution to this problem is mentioned here.
Overriden methods are virtually not existent, so recording has limited value. Consequently there should be a message that recording has been skipped.
Yet unfortunately this message cannot be emitted after static analysis. There must be some guard which rules out the recording of methods that are overriden in the current call context.
Having two classes
A extends B
public void method()
(the one in A overrides)method
in B is recordedmethod
in A delivers other resultswill not be reliable.