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

FieldDeclaration.getConstantValue() doesn't return anything

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • tools
    • apt
    • b43
    • generic
    • generic

      Using code snippet below in an ANnotationProcessor, null is always returned.

      static class testClassVisitor extends SimpleDeclarationVisitor {
        public void visitFieldDeclaration(FieldDeclaration d) {
          if (d.getConstantValue() != null)
      System.out.println(d.getSimpleName()+ " = " + d.getConstantValue().toString() );
        }
      }
      ###@###.### 2004-03-04

            sseligmasunw Scott Seligman (Inactive)
            ssides Steve Sides
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: