Skip to content

Commit

Permalink
Silence qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed May 23, 2023
1 parent 49e957e commit 9f1cfa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/spoon/support/adaption/TypeAdaptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ private Optional<CtExecutable<?>> getDeclaringMethodOrConstructor(CtTypeReferenc
return Optional.of((CtExecutable<?>) parent);
}

@SuppressWarnings("AssignmentToMethodParameter")
private DeclarationNode buildHierarchyFrom(CtTypeReference<?> startReference, CtType<?> startType,
CtTypeReference<?> end) {
CtType<?> endType = findDeclaringType(end);
Expand Down

0 comments on commit 9f1cfa7

Please sign in to comment.