Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotation element values to type attribution model #4746

Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
334b9e2
preserve annotation values when parsing compiled classes
Dec 3, 2024
8998388
use Collectors.toList() instead for compatiability and consistency
Dec 4, 2024
f9737d5
Remove extra semi-colons
zexblue01 Dec 4, 2024
fcd9bcb
Store actual annotation values
knutwannheden Dec 5, 2024
228585e
Map some more annotation attribute value types
knutwannheden Dec 5, 2024
0749964
Include source retention annotations for Java 1.8 and Java 11
knutwannheden Dec 5, 2024
14a0776
Include source retention annotations for Java 1.8 and Java 11
knutwannheden Dec 5, 2024
a117884
Various refactorings
knutwannheden Dec 10, 2024
19bd9ce
Merge remote-tracking branch 'refs/remotes/origin/main' into eason-pr…
knutwannheden Dec 10, 2024
bdb85c5
Polish
knutwannheden Dec 10, 2024
865540c
Polish
knutwannheden Dec 10, 2024
99ad9cd
Fix failing tests
knutwannheden Dec 10, 2024
d86eeaa
Polish
knutwannheden Dec 10, 2024
1c90a62
Change return type of `JavaType.Annotation.ElementValue#getElement()`
knutwannheden Dec 11, 2024
a490f18
Merge branch 'main' into eason-preserve_annotation_values
timtebeek Jan 6, 2025
af6e18c
Merge branch 'main' into eason-preserve_annotation_values
timtebeek Jan 22, 2025
8b39237
Restore `selectType instanceof Type.ErrorType` check
timtebeek Jan 22, 2025
574223d
Remove unused imports and apply formatter
timtebeek Jan 22, 2025
c399296
Merge branch 'main' into eason-preserve_annotation_values
timtebeek Jan 22, 2025
474aae3
Fix Jackson serialization support
knutwannheden Jan 23, 2025
cf83f5e
Add `JavaTypeVisitor#visitAnnotation()`
knutwannheden Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into eason-preserve_annotation_values
timtebeek authored Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a490f182f32977027397ed6a9654266f6f8bc2c0

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.