Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8205157

jdeprscan reports "error: module not found: java.se.ee"

XMLWordPrintable

    • b01
    • 11

      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


            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: