Sim IJskes - QCG wrote:
Hello,Is there a tool that we can use to verify API compatibility? So we can make sure we do not call methods that do not exist?Gr. SIm
I've been pondering bytecode analysis. We have just such a tool, have a look at in com.sun.jini.tool.classdependIt needs to be extended to include method signatures, currently it just finds dependant classes, although it does examine the signatures as part of the dependency analysis.
Cheers, Peter.
