Skip to content

Commit 9ac9252

Browse files
committed
Adding a todo
1 parent 011ed3f commit 9ac9252

File tree

1 file changed

+2
-0
lines changed
  • java/ql/lib/experimental/Quantum

1 file changed

+2
-0
lines changed

java/ql/lib/experimental/Quantum/JCA.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ module JCAModel {
346346
// the actual mode directly
347347
Expr getModeArg() { result = this.getArgument(0) }
348348

349+
// TODO: need a getModeOrigin
350+
349351
Expr getKey() {
350352
result = this.getArgument(1) and this.getMethod().getParameterType(1).hasName("Key")
351353
}

0 commit comments

Comments
 (0)