mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Abbreviate array test
This commit is contained in:
committed by
Ian Lynagh
parent
f1a3c9ca20
commit
c571657fb1
@@ -509,7 +509,7 @@ class X {
|
||||
}
|
||||
*/
|
||||
|
||||
((s.isArray() || s.isNullableArray()) && s.arguments.isNotEmpty()) || s.isPrimitiveArray() -> {
|
||||
s.isBoxedArray || s.isPrimitiveArray() -> {
|
||||
// TODO: fix this, this is only a dummy implementation to let the tests pass
|
||||
// TODO: Figure out what signatures should be returned
|
||||
// TODO: The Java extractor describes the dimensionality of array types; here we always report 1 dimension
|
||||
|
||||
Reference in New Issue
Block a user