I’m on the lookout for a tool that tells me how many and which of the classes (even methods) i’m ACTUALLY using from the .jar/.war/.zip/classes on my classpath/classloader. Tools like (genjar, pack, etc.) can generate the smallest possible .jar (derived on static analysis). I think the machinery in such a tool is the exact same [...]