-
Notifications
You must be signed in to change notification settings - Fork 716
SONARJAVA-5961 Upgrade sonar-java-jdt to 1.8.0.1483 #5388
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
a551c94 to
585fc88
Compare
dorian-burihabwa-sonarsource
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.
Great job on the upgrade, can we check whether the nullablity annotation makes sense here?
| Token token5 = tokens.get(5); | ||
| assertThat(token5.toString(source)).isEqualTo("/// markdown comment 1\n /// markdown comment 2"); | ||
| assertThat(token5.isComment()).isFalse(); // JDT issue https://github.com/eclipse-jdt/eclipse.jdt.core/issues/3914 | ||
| assertThat(token5.isComment()).isTrue(); |
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.
🥳
| return true; | ||
| } | ||
| Type contextConsumerType; | ||
| @Nullable Type contextConsumerType = null; |
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.
Nullability assignment and annotation seem a little redundant. Do we need the annotation?
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.
Removed the annotation.
cdec918 to
bbd66bd
Compare
|




No description provided.