From 09fe6091c2501c93d6db311d8630ce65842a26fd Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Thu, 23 Jan 2025 11:33:45 +0000 Subject: [PATCH] Amend extractor information expectation --- .../java/buildless-erroneous/ExtractorInformation.expected | 3 +-- .../multi-release-jar-java11/ExtractorInformation.expected | 3 +-- .../multi-release-jar-java17/ExtractorInformation.expected | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/java/ql/integration-tests/java/buildless-erroneous/ExtractorInformation.expected b/java/ql/integration-tests/java/buildless-erroneous/ExtractorInformation.expected index 08c21ba9900b..0a45568a5365 100644 --- a/java/ql/integration-tests/java/buildless-erroneous/ExtractorInformation.expected +++ b/java/ql/integration-tests/java/buildless-erroneous/ExtractorInformation.expected @@ -5,10 +5,9 @@ | Number of diagnostics from CodeQL Java extractor with severity 6 | 2 | | Number of expressions with known type | 1 | | Number of expressions with unknown type | 6 | -| Number of files | 607 | +| Number of files | 606 | | Number of files with extension class | 604 | | Number of files with extension java | 1 | -| Number of files with extension properties | 1 | | Number of lines of code | 7 | | Number of lines of code with extension java | 7 | | Percentage of calls with call target | 20 | diff --git a/java/ql/integration-tests/java/multi-release-jar-java11/ExtractorInformation.expected b/java/ql/integration-tests/java/multi-release-jar-java11/ExtractorInformation.expected index 6d33b9029351..69db216dec79 100644 --- a/java/ql/integration-tests/java/multi-release-jar-java11/ExtractorInformation.expected +++ b/java/ql/integration-tests/java/multi-release-jar-java11/ExtractorInformation.expected @@ -3,11 +3,10 @@ | Number of calls with missing call target | 0 | | Number of expressions with known type | 1 | | Number of expressions with unknown type | 0 | -| Number of files | 543 | +| Number of files | 542 | | Number of files with extension class | 538 | | Number of files with extension jar | 1 | | Number of files with extension java | 2 | -| Number of files with extension properties | 1 | | Number of lines of code | 7 | | Number of lines of code with extension java | 7 | | Percentage of calls with call target | 100 | diff --git a/java/ql/integration-tests/java/multi-release-jar-java17/ExtractorInformation.expected b/java/ql/integration-tests/java/multi-release-jar-java17/ExtractorInformation.expected index d6bdf6dd7b54..0d76628ad868 100644 --- a/java/ql/integration-tests/java/multi-release-jar-java17/ExtractorInformation.expected +++ b/java/ql/integration-tests/java/multi-release-jar-java17/ExtractorInformation.expected @@ -3,11 +3,10 @@ | Number of calls with missing call target | 0 | | Number of expressions with known type | 1 | | Number of expressions with unknown type | 0 | -| Number of files | 610 | +| Number of files | 609 | | Number of files with extension class | 605 | | Number of files with extension jar | 1 | | Number of files with extension java | 2 | -| Number of files with extension properties | 1 | | Number of lines of code | 7 | | Number of lines of code with extension java | 7 | | Percentage of calls with call target | 100 |