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 45f3365 commit ca86925Copy full SHA for ca86925
java/ql/src/semmle/code/java/dataflow/FlowSteps.qll
@@ -40,7 +40,7 @@ abstract class ValuePreservingMethod extends Method {
40
/**
41
* A method that returns the exact value of its qualifier (e.g., `return this;`)
42
*
43
- * Extend this class and override `returnsValue` to add additional value-preserving steps through a
+ * Extend this class to add additional value-preserving steps from qualifier to return value through a
44
* method that should be added to the basic local flow step relation.
45
46
* These steps will be visible for all global data-flow purposes, as well as via
0 commit comments