You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2010/01/10 20:26:21 UTC

DO NOT REPLY [Bug 41660] Fields in Annotations and AnnotationEntry are inaccessible to subclasses

https://issues.apache.org/bugzilla/show_bug.cgi?id=41660

Torsten Curdt <tc...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #9 from Torsten Curdt <tc...@apache.org> 2010-01-10 11:26:17 UTC ---
    public int getTypeIndex() {
        return type_index;
    }

    public ConstantPool getConstantPool() {
        return constant_pool;
    }

    public boolean isRuntimeVisible() {
        return isRuntimeVisible;
    }

Expose the variables now. In Annotations they are already available and you can
even set the annotation table. Should fix your problems. Please re-open if
that's not enough.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org