We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf8249 commit 9137ca6Copy full SHA for 9137ca6
pmd.xml
@@ -73,4 +73,5 @@
73
<rule ref="category/java/errorprone.xml/ClassCastExceptionWithToArray" />
74
<rule ref="category/java/errorprone.xml/CloneMethodMustBePublic" />
75
<rule ref="category/java/errorprone.xml/CloneMethodMustImplementCloneable" />
76
+ <rule ref="category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClassName" />
77
</ruleset>
scribejava-httpclient-okhttp/src/test/java/com/github/scribejava/httpclient/okhttp/MockCall.java
@@ -49,7 +49,7 @@ public boolean isExecuted() {
49
}
50
51
@Override
52
- public Call clone() {
+ public MockCall clone() {
53
throw new UnsupportedOperationException("Not supported yet.");
54
55
0 commit comments