I\'m now focusing on a project requiring insight of Java byte code.
With the help of bcel, I can now complete most of the work. One point that I\'m now not clear is
You could decompile it and load the code as a project in the IDE of you choice. Normally you can easily jump to overridden methods from the inheriting class.