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

Compiler allows Inherited meta-attribute on local variable declaration.

XMLWordPrintable

    • b40
    • generic, sparc
    • generic, solaris_2.1

      The meta-attribute Inherited which is defined, is allowed only on attributes level. But with the current compiler, allows us to annotate local variable in a java class. The following is the code and compiled class.
      import java.util.Vector;
      import java.lang.annotation.Retention;
      import java.lang.annotation.Inherited;

      /**
       *
       * This class annotates and filed element with an attribute which is
       * intended to declarare on attribute level.
       * This class will not compile.
       *
       */
      public class Field {
       
       @Inherited public Vector vec;
      }
      vishalb:/home/vv145429/tiger/src/metadata/test3 25 % javac -source 1.5 Field.java
      vishalb:/home/vv145429/tiger/src/metadata/test3 26 %

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: