File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/experimental/quantum Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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() |
You can’t perform that action at this time.
0 commit comments