mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Java: Break line and re-autoformat.
This commit is contained in:
@@ -46,7 +46,11 @@ predicate containerAccess(string package, string type, int p, string signature,
|
|||||||
signature = "lastIndexOf(java.lang.Object)" and
|
signature = "lastIndexOf(java.lang.Object)" and
|
||||||
i = 0
|
i = 0
|
||||||
or
|
or
|
||||||
package = "java.util" and type = "Map" and p = 0 and signature = "get(java.lang.Object)" and i = 0
|
package = "java.util" and
|
||||||
|
type = "Map" and
|
||||||
|
p = 0 and
|
||||||
|
signature = "get(java.lang.Object)" and
|
||||||
|
i = 0
|
||||||
or
|
or
|
||||||
package = "java.util" and
|
package = "java.util" and
|
||||||
type = "Map" and
|
type = "Map" and
|
||||||
|
|||||||
Reference in New Issue
Block a user