Skip to content

Commit

Permalink
Remove tags not matching any actual parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and KengoTODA committed Jun 3, 2020
1 parent 0817ee8 commit d813e67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ public ReferenceType getParameterAt(int index) {
/**
* Create a GenericObjectType that represents a Wildcard with extensions
*
* @param variable
* the type variable e.g. <code>T</code>
*/
GenericObjectType(@Nonnull String wildcard, @CheckForNull ReferenceType extension) {
super(Type.OBJECT.getClassName());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ public static Collection<AnnotationValue> resolveTypeQualifiers(Collection<Annot
* AnnotationValue representing the use of an annotation
* @param result
* LinkedList containing resolved type qualifier AnnotationValues
* @param onStack
* stack of annotations being processed; used to detect cycles in
* type qualifier nicknames
*/
private static void resolveTypeQualifierDefaults(AnnotationValue value, ElementType defaultFor,
LinkedList<AnnotationValue> result) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ private final class AnnotationArrayVisitor extends AnnotationVisitor {

/**
* @param name
* @param result
*/
private AnnotationArrayVisitor(String name) {
super(FindBugsASM.ASM_VERSION);
Expand Down

0 comments on commit d813e67

Please sign in to comment.