havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

Source links to indirect costs in superclass are incorrect #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Look at an issues report or a source report where there's an indirect cost
from a superclass, like from a setter. Since the cost is implicit, there's
no line number where the thing is called - instead, the report shows the
line number where the implicit method is declared.

However, the link still points to the current class's source file, which
doesn't make sense - the link is broken. The line number and the file link
need to refer to the same file.

Original issue reported on code.google.com by aeagle22206 on 1 Jul 2009 at 1:01