A DESCRIPTION OF THE PROBLEM :
Hi Team,
I ran jdeprscan on one of my simple class and it will give me error below.
error: module not found: java.se.ee
REGRESSION : Last worked in version 11
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
ran jdeprscan on test class given by me.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
it should give me dependency list.
ACTUAL -
it give me error
error: module not found: java.se.ee
---------- BEGIN SOURCE ----------
import java.rmi.RMISecurityManager;
public class Deprecations {
SecurityManager sm = new RMISecurityManager(); // deprecated in 8
Boolean b2 = new Boolean(true); // deprecated in 9
}
---------- END SOURCE ----------
FREQUENCY : always