Adjust AnalyzeClasses annotation to support individual classes as parameter - #1569
Merged
Merged
Conversation
TheManWhoStaresAtCode
force-pushed
the
1195_analyze_list_of_classes
branch
from
December 28, 2025 22:02
11e740b to
f6a08b9
Compare
StefanGraeber
left a comment
Contributor
There was a problem hiding this comment.
looks good, just some comment and naming updates I'd prefer
StefanGraeber
requested changes
Jul 24, 2026
StefanGraeber
left a comment
Contributor
There was a problem hiding this comment.
please rebase and cleanup the commits in the end. it's currently really hard to follow with merging old branches
the only blocking issue for me is now the overlapping testdata effectively skipping one assertion
TheManWhoStaresAtCode
force-pushed
the
1195_analyze_list_of_classes
branch
from
July 24, 2026 22:20
9a2e8b6 to
beb48c7
Compare
StefanGraeber
approved these changes
Jul 27, 2026
TheManWhoStaresAtCode
force-pushed
the
1195_analyze_list_of_classes
branch
from
July 27, 2026 21:00
beb48c7 to
b811bbb
Compare
StefanGraeber
approved these changes
Jul 28, 2026
TheManWhoStaresAtCode
force-pushed
the
1195_analyze_list_of_classes
branch
2 times, most recently
from
July 28, 2026 21:51
37fc07d to
e1813ca
Compare
…ameter * in case several AnalyzeClasses properties are defined the result is the union of all derived classes. Verify and document this behavior. Relates to #1195 Signed-off-by: Andreas Zöller <andreas.zoeller@tngtech.com>
StefanGraeber
force-pushed
the
1195_analyze_list_of_classes
branch
from
July 30, 2026 19:39
e1813ca to
d95f0ae
Compare
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.
As suggested in the ticket adjust the annotation to have a new classes property to select individual classes as an additional option.
Resolves #1195