Update java/ql/src/semmle/code/java/dataflow/FlowSteps.qll

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Chris Smowton
2021-03-05 13:02:19 +00:00
committed by GitHub
parent 45f3365d06
commit ca86925a45

View File

@@ -40,7 +40,7 @@ abstract class ValuePreservingMethod extends Method {
/**
* A method that returns the exact value of its qualifier (e.g., `return this;`)
*
* 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
* method that should be added to the basic local flow step relation.
*
* These steps will be visible for all global data-flow purposes, as well as via