Sessions
YOW! Sydney 2023

Thursday Dec 7
15:50 –
16:40
Blue Room

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



This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




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