-
Notifications
You must be signed in to change notification settings - Fork 744
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
GuardedByUtils: return empty set instead of null #1110
Closed
Closed
Conversation
This file contains 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
simon04
pushed a commit
to JOSM/josm
that referenced
this pull request
Sep 5, 2018
See google/error-prone#1110 See google/error-prone#1106 (comment) git-svn-id: https://josm.openstreetmap.de/svn/trunk@14225 0c6e7542-c601-0410-84e7-c038aed88b3b
floscher
pushed a commit
to floscher/josm
that referenced
this pull request
Sep 5, 2018
See google/error-prone#1110 See google/error-prone#1106 (comment) git-svn-id: https://josm.openstreetmap.de/svn/trunk@14225 0c6e7542-c601-0410-84e7-c038aed88b3b
This was referenced Sep 5, 2018
Closed
Can you add a unit test? It is it covered by existing tests when running in JDK 12? |
johsin18
pushed a commit
to johsin18/josm
that referenced
this pull request
Mar 1, 2020
…hes for Java 13 compatibility (https://github.com/don-vip/error-prone/commits/jdk13): - google/error-prone#1107 - google/error-prone#1110 - google/error-prone#1111 - google/error-prone#1398 - google/error-prone#1439 git-svn-id: https://josm.openstreetmap.de/svn/trunk@15963 0c6e7542-c601-0410-84e7-c038aed88b3b
simon04
pushed a commit
to JOSM/josm
that referenced
this pull request
Mar 25, 2020
…hes for Java 13 compatibility (https://github.com/don-vip/error-prone/commits/jdk13): - google/error-prone#1107 - google/error-prone#1110 - google/error-prone#1111 - google/error-prone#1398 - google/error-prone#1439 git-svn-id: https://josm.openstreetmap.de/svn/trunk@15963 0c6e7542-c601-0410-84e7-c038aed88b3b
TimvdLippe
added a commit
to TimvdLippe/error-prone
that referenced
this pull request
Apr 15, 2020
This allows us to check that ErrorProne works on Java 12. It is part of issue google#1106 to make ErrorProne work on newer versions of Java. It will allow us to verify that google#1110 indeed fixes the problem with Java 12.
I have tests passing on JDK 12 and am still not observing the problem this solves, do you have a repro? |
kluever
pushed a commit
that referenced
this pull request
May 17, 2020
Fixes #1110 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=311825676
Merged
kluever
pushed a commit
that referenced
this pull request
May 17, 2020
Fixes #1110 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=311825676
floscher
pushed a commit
to floscher/josm
that referenced
this pull request
Oct 28, 2020
…hes for Java 13 compatibility (https://github.com/don-vip/error-prone/commits/jdk13): - google/error-prone#1107 - google/error-prone#1110 - google/error-prone#1111 - google/error-prone#1398 - google/error-prone#1439 git-svn-id: https://josm.openstreetmap.de/svn/trunk@15963 0c6e7542-c601-0410-84e7-c038aed88b3b
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.
See #1106 (comment)
This fixes an NPE seen with JDK12 (when #1107 is merged):