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

REGRESSION: javac gives error on @deprecated parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 5.0
    • tools
    • generic
    • solaris_8

      javac 1.5.0b40 rejects a deprecated parameter, but previous versions allowed
      it. See 5004046 for the related spec issue

      class test {
          int m (/** @deprecated comment's */ int j) {
              return j + 1;
          }
      }

      test.java:6: modifier deprecated not allowed here
          int m (/** @deprecated comment's */ int j) {
                                                ^
      1 error

            gafter Neal Gafter (Inactive)
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: