You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save attached files and compile source (javac C.java). Run the following
command twice:
insert-annotations C.class C.jaif
Examining the class file with javap (javap -v C.class) reveals that two
identical RuntimeInvisibleTypeAnnotations attributes have been added to the
annotated method. If the annotation is already present, it should not be added
again. Otherwise, if the attribute already exists, insert-annotations should
add to the existing attribute instead of creating a new one.
Original issue reported on code.google.com by [email protected] on 8 May 2015 at 12:22
Original issue reported on code.google.com by
[email protected]
on 8 May 2015 at 12:22Attachments:
The text was updated successfully, but these errors were encountered: