Java: Add most medium precision queries to the code-quality-extended suite.#20394
Merged
michaelnebel merged 4 commits intogithub:mainfrom Sep 17, 2025
Merged
Conversation
2c5fae1 to
0793259
Compare
medium precision queries to the code-quality-extended suite.medium precision queries to the code-quality-extended suite.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds most medium precision queries to the codeql-quality-extended suite for Java, excluding undocumented-* queries that would produce excessive results. The changes update query tags to include the quality tag and adjust related tags for consistency across queries being added to the extended suite.
- Updates tag structure for medium precision queries to include
qualitytag - Modifies various tag combinations to ensure consistency with extended suite requirements
- Updates expected test files to reflect the inclusion of these queries in the extended suite
Reviewed Changes
Copilot reviewed 67 out of 67 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Multiple .ql files |
Updated query metadata tags to include quality and adjust other tags for extended suite inclusion |
not_included_in_qls.expected |
Removed entries for queries now included in the extended suite |
java-code-quality-extended.qls.expected |
Added entries for the new medium precision queries included in the extended suite |
medium precision queries to the code-quality-extended suite.medium precision queries to the code-quality-extended suite.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR we add most
mediumprecision queries to thecodeql-quality-extendedsuite, with the exception ofjava/undocumented-*queries as they produce a massive amount of results (missing documentation queries have also been excluded for other languages).DCA looks good.