mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user