Skip to content

Commit 7850d67

Browse files
committed
Remove TODO comment
I've checked Hamcrest versions 1.3, 2.0, 2.1 and 2.2
1 parent d3016e5 commit 7850d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/frameworks/Assertions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private predicate assertionMethod(Method m, AssertKind kind) {
3030
or
3131
exists(RefType hamcrest |
3232
m.getDeclaringType() = hamcrest and
33-
hamcrest.hasQualifiedName("org.hamcrest", "MatcherAssert") // TODO: Check some older versions of hamcrest
33+
hamcrest.hasQualifiedName("org.hamcrest", "MatcherAssert")
3434
|
3535
m.hasName("assertThat") and kind = AssertKindThat()
3636
)

0 commit comments

Comments
 (0)