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

(anno) some reflection methods for the JSR-175 not implemented

XMLWordPrintable

    • generic
    • generic



      Name: viR10068 Date: 01/21/2004


      Reflection API for the JSR-175 (A program annotation facility)
      describe next methods that are not implemented yet (jdk15-b32):
      java.lang.Class.getAnnotation()
      java.lang.Class.getAnnotations()
      java.lang.Class.getDeclaredAnnotations()
      java.lang.Class.isAnnotationPresent()
      java.lang.reflect.Field.getAnnotation()
      java.lang.reflect.Field.getAnnotations()
      java.lang.reflect.Field.getDeclaredAnnotations()
      java.lang.reflect.Field.isAnnotationPresent()
      java.lang.reflect.Constructor.getAnnotation()
      java.lang.reflect.Constructor.getAnnotations()
      java.lang.reflect.Constructor.getDeclaredAnnotations()
      java.lang.reflect.Constructor.getParameterAnnotations()
      java.lang.reflect.Constructor.isAnnotationPresent()
      java.lang.reflect.Method.getAnnotation()
      java.lang.reflect.Method.getAnnotations()
      java.lang.reflect.Method.getDeclaredAnnotations()
      java.lang.reflect.Method.getParameterAnnotations()
      java.lang.reflect.Method.isAnnotationPresent()

      The JCK team needs this bug to exclude new tests for these
      methods that should be integrated before end of Jan due to
      'new tests development freeze'.

      Affected tests are:
      api/java_lang/reflect/Constructor/index.html#getParamAnnot
      api/java_lang/reflect/Method/index.html#getParamAnnot
      api/java_lang/reflect/AccessibleObject/index.html#getAnnotation
      api/java_lang/reflect/AccessibleObject/index.html#getAnnotations
      api/java_lang/reflect/AccessibleObject/index.html#getDecAnnot
      api/java_lang/reflect/AccessibleObject/index.html#isAnnotPresent
      api/java_lang/Class/index.html#getAnnotation
      api/java_lang/Class/index.html#isAnnotPresent
      api/java_lang/Class/index.html#getAnnotations
      api/java_lang/Class/index.html#getDecAnnot

      ======================================================================

            jjb Josh Bloch
            vivsunw Viv Viv (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: