We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b1e5d commit e6358edCopy full SHA for e6358ed
1 file changed
.config/pmd/java/ruleset.xml
@@ -1066,7 +1066,7 @@ public static String good(CompletableFuture<String> complFuture) throws Exceptio
1066
//MethodDeclaration//MethodCall[
1067
pmd-java:matchesSig('org.apache.hc.client5.http.impl.classic.HttpClientBuilder#create()')
1068
or pmd-java:matchesSig('org.apache.hc.client5.http.impl.classic.HttpClients#custom()')
1069
- or pmd-java:matchesSig('org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder#build()'
+ or pmd-java:matchesSig('org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder#build()')
1070
]
1071
[ancestor::MethodDeclaration//ClassType[pmd-java:typeIs('org.springframework.http.HttpEntity')
1072
or pmd-java:typeIs('org.springframework.http.ResponseEntity')]
0 commit comments