Skip to content

Commit a64a24d

Browse files
committed
Crypto: Comment in Language.qll
1 parent 79ccef3 commit a64a24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/lib/experimental/quantum/Language.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ private class GenericUnreferencedParameterSource extends Crypto::GenericUnrefere
5858
exists(Parameter p |
5959
this = p and
6060
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
6361
// or
62+
// // TODO: this is test code which causes regression in unit tests, but will
63+
// // find sources where ordinarily a source might be missing
6464
// // If all calls to a function occur in a test file, ignore those calls
6565
// // and consider the parameter to the function a potential source as well.
6666
// forall(Call testCall | testCall.getCallee() = p.getCallable() |

0 commit comments

Comments
 (0)