Home
last modified time | relevance | path

Searched refs:accumulatedAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DParameterAnnotationEntry.java82 final List<ParameterAnnotationEntry> accumulatedAnnotations = new ArrayList<>(attrs.length); in createParameterAnnotationEntries() local
86 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getParameterAnnotationEntries()); in createParameterAnnotationEntries()
89 …return accumulatedAnnotations.toArray(new ParameterAnnotationEntry[accumulatedAnnotations.size()]); in createParameterAnnotationEntries()
DAnnotationEntry.java159 final List<AnnotationEntry> accumulatedAnnotations = new ArrayList<>(attrs.length); in createAnnotationEntries() local
163 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getAnnotationEntries()); in createAnnotationEntries()
166 return accumulatedAnnotations.toArray(new AnnotationEntry[accumulatedAnnotations.size()]); in createAnnotationEntries()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...