How to find dead code during runtime in Java?
I’m looking for a tool that can find methods that never get invoked during runtime in a Java spring boot application. The only thing I could find is https://github.com/crispab/codekvast which seems to be a dead project.