mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Remove TODO comment
I've checked Hamcrest versions 1.3, 2.0, 2.1 and 2.2
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user