Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ccef3 commit a64a24dCopy full SHA for a64a24d
1 file changed
java/ql/lib/experimental/quantum/Language.qll
@@ -58,9 +58,9 @@ private class GenericUnreferencedParameterSource extends Crypto::GenericUnrefere
58
exists(Parameter p |
59
this = p and
60
not exists(p.getAnArgument())
61
- // TODO: this is test code which causes regression in unit tests, but will
62
- // find sources where ordinarily a source might be missing
63
// or
+ // // TODO: this is test code which causes regression in unit tests, but will
+ // // find sources where ordinarily a source might be missing
64
// // If all calls to a function occur in a test file, ignore those calls
65
// // and consider the parameter to the function a potential source as well.
66
// forall(Call testCall | testCall.getCallee() = p.getCallable() |
0 commit comments