Hi, I wish to use BCEL to analyse the bytecode of my project and generate a report of all static SQL statements. I suppose I need to inspect all execute* method of java.sql.Statement (assume all SQL are execute via Statement) Is there any open source tool that can do the job? (possibly an ANT task) Or do I need to build one with BCEL?
Thanks and regards, mingfai --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
