Marc R. Hoffmann
Marc R. Hoffmann
@Godin I would like to draw some diagrams for my better understanding. Sorry for some stupid questions: * The SMAP describes the source of the inlined code, right? * This...
@Godin I created a description of our current coverage model: https://github.com/jacoco/jacoco/wiki/CoverageDataModel I will create another document describing the additional requirements for inlining.
@Godin @leveretka Out of curiosity: How do debuggers deal with inline functions?
@Godin Thanks for your detailed explanation. I try to write some details here: https://github.com/jacoco/jacoco/wiki/CoverageDateModelForInlining So SMAP maps line numbers which in turn are probably mapped to instructions with the regular...
@Godin @leveretka Thanks for moving forward here! Unfortunately my day job did not allow me to spend enough time here to fully understand the approach. To not block this I...
@Godin Thanks for the explanation! While digging into the implementation details I obviously totally missed the objective in the headline 🙈. So please move forward with this!
As discussed at BaselOne: * We should add the new capabilities to the API * This only makes sense for methods. Therefore a new `IMethodLine extends ILine` type should be...
Implementation Remark: Inner classes are just separate class files. Currently JaCoCo analyzer processes classes one by one, therefore filters have no context information like annotation on a related class files.
@nicktombeur Thanks for this contribution. especially for collecting all the data.
@glllions Is there a full Java stacktrace available?