Java: Move some neutrals into the model.yml file (they have previosly been ignored due to wrong file extension).

This commit is contained in:
Michael Nebel
2024-08-19 13:58:12 +02:00
parent db51604f46
commit d79aa294ec
2 changed files with 4 additions and 8 deletions

View File

@@ -53,4 +53,8 @@ extensions:
data:
- ["java.util.logging", "Handler", "getEncoding", "()", "summary", "manual"]
- ["java.util.logging", "Logger", "isLoggable", "(Level)", "summary", "manual"]
- ["java.util.logging", "LogRecord", "getResourceBundle", "()", "summary", "df-manual"]
# If needed, a pair of manual summary models using synthetics can be made for the two
# neutrals below.
- ["java.util.logging", "LogRecord", "getParameters", "()", "summary", "manual"]
- ["java.util.logging", "LogRecord", "setParameters", "", "summary", "df-manual"]

View File

@@ -1,8 +0,0 @@
extensions:
- addsTo:
pack: codeql/java-all
extensible: neutralModel
data:
# summary neutrals
- ["java.util.logging", "LogRecord", "getResourceBundle", "()", "summary", "df-manual"]
- ["java.util.logging", "LogRecord", "setParameters", "", "summary", "df-manual"]