@@ -370,11 +370,9 @@ extensions:
370
370
- ["java.util", "Collections", "emptyMap", "()", "manual"]
371
371
- ["java.util", "Collections", "emptySet", "()", "manual"]
372
372
- ["java.util", "Iterator", "hasNext", "()", "manual"]
373
- - ["java.util", "List", "clear", "()", "manual"]
374
373
- ["java.util", "List", "contains", "(Object)", "manual"]
375
374
- ["java.util", "List", "isEmpty", "()", "manual"]
376
375
- ["java.util", "List", "size", "()", "manual"]
377
- - ["java.util", "Map", "clear", "()", "manual"]
378
376
- ["java.util", "Map", "containsKey", "(Object)", "manual"]
379
377
- ["java.util", "Map", "isEmpty", "()", "manual"]
380
378
- ["java.util", "Map", "size", "()", "manual"]
@@ -389,6 +387,11 @@ extensions:
389
387
- ["java.util", "UUID", "randomUUID", "()", "manual"]
390
388
- ["java.util", "UUID", "toString", "()", "manual"]
391
389
390
+ # The below APIs are currently being stored as neutral models since `WithoutElement` has not yet been implemented for Java.
391
+ # When `WithoutElement` is implemented, these should be changed to summary models of the form `Argument[-1].WithoutElement -> Argument[-1]`.
392
+ - ["java.util", "List", "clear", "()", "manual"]
393
+ - ["java.util", "Map", "clear", "()", "manual"]
394
+
392
395
# The below APIs have numeric flow and are currently being stored as neutral models.
393
396
# These may be changed to summary models with kinds "value-numeric" and "taint-numeric" (or similar) in the future.
394
397
- ["java.util", "Date", "Date", "(long)", "manual"] # taint-numeric
0 commit comments