mirror of
https://github.com/github/codeql.git
synced 2026-05-10 17:29:26 +02:00
fix all ql/use-string-compare
This commit is contained in:
@@ -111,7 +111,7 @@ string asPartialModel(TargetApiSpecific api) {
|
||||
}
|
||||
|
||||
private predicate isPrimitiveTypeUsedForBulkData(J::Type t) {
|
||||
t.getName().regexpMatch("byte|char|Byte|Character")
|
||||
t.hasName(["byte", "char", "Byte", "Character"])
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user