A java implementation of the hotspot analysis done in the book "Your code as a crime scene". I really like the simplicity of this analysis. The book uses the author's tool "Code Maat", python and an ...
at soot.Scene.loadClassAndSupport(Scene.java:846) at soot.Scene.loadNecessaryClasses(Scene.java:1601) at soot.Main.run(Main.java:250) at soot.Main.main(Main.java:147) Ouuups... something went wrong!
The Scene interface is a set of methods used to extract Java 3D scene graph information from a file loader utility. The interface is used to give loaders of various file formats a common public ...