Re: Remove RuntimeVisibleParameterAnnotations from BCEL code

2014-09-12 Thread Mark Thomas
On 12/09/2014 18:26, Konstantin Kolinko wrote: > Hi! > > Looking at ParameterAnnotationEntry class, its "annotation_table" > field is never read. > > As such, that class provides no information > and the following 3 classes can be removed: > * ParameterAnnotationEntry > * ParameterAnnotations > *

Remove RuntimeVisibleParameterAnnotations from BCEL code

2014-09-12 Thread Konstantin Kolinko
Hi! Looking at ParameterAnnotationEntry class, its "annotation_table" field is never read. As such, that class provides no information and the following 3 classes can be removed: * ParameterAnnotationEntry * ParameterAnnotations * RuntimeVisibleParameterAnnotations >From documentation, "RuntimeV