Inspecting .class files
Sometimes, it's hard to tell exactly what version of a class has made it onto a server. Maybe you've overridden a method in code, but your implementation never seems to be called. It could be that the actual class on the server is an old, cached version without your change.
http://www.ej-technologies.com/products/jclasslib/overview.html
jClassLib is a handy little util for opening up compiled .class files and seeing what's in them: fields, methods, the lot.
Written by davewatts
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Class
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#