I poked around in the depdenedncy analyzer code to see if I could make
it "see" the following code:
Module 1:
public class Test2 {
public static final int AZAZ = 42;
}
Module 2:
import foo.Test2;
public class BarMain
{
public static void main(String[] args) {
System.out.println("AZ " + Test2.AZAZ);
}
}
Isn't this possible to detect or am I just a total n00b with asm ??
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]