Andrius Kausinis

Results 1 issues of Andrius Kausinis

Seams method [javassist.bytecode.AnnotationsAttribute#addAnnotation](https://github.com/jboss-javassist/javassist/blob/master/src/main/javassist/bytecode/AnnotationsAttribute.java#L216) does not properly handle annotations having type [@Repeatable](https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Repeatable.html). It replaces already added annotation (exactly like JavaDoc states). Need to improve handling for [@Repeatable](https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Repeatable.html) type annotations, ones like...