-
Notifications
You must be signed in to change notification settings - Fork 27
Introduce @NullMarked aliasing
#1304
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
base: master
Are you sure you want to change the base?
Conversation
wmdietl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a draft, but some quick comments.
| } | ||
|
|
||
| /** | ||
| * This method is almost similar to {@link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to find a solution without this duplication.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With code refactoring in #1331, we can get rid of this code duplication.
EDIT: tested at aosen-xiong#13.
.../src/main/java/org/checkerframework/checker/nullness/NullnessNoInitAnnotatedTypeFactory.java
Show resolved
Hide resolved
Co-authored-by: Werner Dietl <wdietl@gmail.com>
Fixes #1299.
First merge #1331.