Sessions
YOW! Brisbane 2023

Tuesday Dec 5
13:25 –
14:15
Green Room

Java, Code Coverage and Their Best Friend — Bytecode: Scandals, Intrigues, Investigations



Do you know what is inside of your class files? Are you ready to bet?

Let's have fun by diving into bytecode pattern matching and explore how compilers and their different versions, from the old ones up to the most recent, transform your source code. Our dive will be based on details of the implementation of the most popular open-source code coverage tool for Java – JaCoCo, which finds in bytecode and filters out various compiler generated artifacts, which otherwise require unnecessary and sometimes impossible tricks to have full code coverage.

Java