Found this extremely useful vim plugin for inspecting *.class files
with javap when opening them with vim:

https://github.com/udalov/javap-vim

Particularly useful when opening them inside a JAR:

1. vim 
~/.m2/repository/org/apache/accumulo/accumulo-core/2.0.0-SNAPSHOT/accumulo-core-2.0.0-SNAPSHOT.jar
2. navigate to .class file and press ENTER

So cool!

Reply via email to