-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Missing Error Prone dependency causes failures with some checks enabled #1008
Milestone
Comments
Still an issue at head. |
kchodorow
added
type: bug
P2
We'll consider working on this in future. (Assignee optional)
Native rules (Java / C++ / Python)
labels
Mar 3, 2016
ulfjack
added
P3
We're not considering working on this, but happy to review a PR. (No assignee)
and removed
P2
We'll consider working on this in future. (Assignee optional)
labels
Jun 16, 2016
07caf82 wasn't a complete fix, I missed this: http://mvnrepository.com/artifact/org.checkerframework/javacutil/1.8.10 |
cushon
added a commit
to cushon/bazel
that referenced
this issue
May 4, 2018
Fixes bazelbuild#5134, bazelbuild#1008 Change-Id: Ic34e26b17b2ebee75f36e9f56f8e5c2ec6205bc0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I try to build something that has a string equality error with
--javacopt="-Xep:StringEquality:ERROR"
turned on, I get an error containing the following:Looks like Bazel is missing a transitive dep of Error Prone. (This was run on Bazel 0.1.4 just in case it's been added since then)
The text was updated successfully, but these errors were encountered: