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

compiler can miss some references to @Deprecated classes

XMLWordPrintable

    • b55
    • generic
    • generic
    • Verified

      The compile can miss some references to deprecated classes that have been deprecated with the @Deprecated annotation.

      Test case:
      public class Test {
          Dep dep;
      }

      @Deprecated
      class Dep {
         
      }


      ###@###.### 2005-03-16 19:57:43 GMT

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: