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 a37b98c commit eed357dCopy full SHA for eed357d
java/ql/src/semmle/code/java/dataflow/FlowSteps.qll
@@ -50,7 +50,7 @@ abstract class FluentMethod extends ValuePreservingCallable {
50
override predicate returnsValue(int arg) { arg = -1 }
51
}
52
53
-private class StandardLibraryValuePreservingCallable extends ValuePreservingCallable {
+private class StandardLibraryValuePreservingMethod extends ValuePreservingMethod {
54
int returnsArgNo;
55
56
StandardLibraryValuePreservingCallable() {
0 commit comments