Remove TODO comment

I've checked Hamcrest versions 1.3, 2.0, 2.1 and 2.2
This commit is contained in:
Robin Neatherway
2019-11-06 17:47:02 +00:00
parent d3016e5b98
commit 7850d67a78

View File

@@ -30,7 +30,7 @@ private predicate assertionMethod(Method m, AssertKind kind) {
or
exists(RefType hamcrest |
m.getDeclaringType() = hamcrest and
hamcrest.hasQualifiedName("org.hamcrest", "MatcherAssert") // TODO: Check some older versions of hamcrest
hamcrest.hasQualifiedName("org.hamcrest", "MatcherAssert")
|
m.hasName("assertThat") and kind = AssertKindThat()
)