Using ASM how can I know whether the compiled code in jar is using specific packages or classes rather than checking for a specific method in a class
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create visitors which record all the packages or classes which are used. (Or only check specific ones) There are examples of how to create visitors on the ObjectWeb ASM web site.
Do you have a specific question?