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

Compilation of master fails #942

Closed
gaul opened this issue Feb 19, 2018 · 1 comment
Closed

Compilation of master fails #942

gaul opened this issue Feb 19, 2018 · 1 comment

Comments

@gaul
Copy link
Contributor

gaul commented Feb 19, 2018

Running mvn test-compile with d2780cc yields:

[ERROR] COMPILATION ERROR :
[ERROR] /home/gaul/work/error-prone/annotation/src/test/java/com/google/errorprone/BugPatternValidatorTest.java:[21,1] cannot find symbol
  symbol:   static expectThrows
  location: class
[ERROR] /home/gaul/work/error-prone/annotation/src/test/java/com/google/errorprone/BugPatternValidatorTest.java:[200,9] cannot find symbol
  symbol:   method expectThrows(java.lang.Class<com.google.errorprone.ValidationException>,()->BugPat[...]tion))
  location: class com.google.errorprone.BugPatternValidatorTest
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:testCompile (default-testCompile) on project error_prone_annotation: Compilation failure: Compilation failure:
[ERROR] /home/gaul/work/error-prone/annotation/src/test/java/com/google/errorprone/BugPatternValidatorTest.java:[21,1] cannot find symbol
[ERROR]   symbol:   static expectThrows
[ERROR]   location: class
[ERROR] /home/gaul/work/error-prone/annotation/src/test/java/com/google/errorprone/BugPatternValidatorTest.java:[200,9] cannot find symbol
[ERROR]   symbol:   method expectThrows(java.lang.Class<com.google.errorprone.ValidationException>,()->BugPat[...]tion))
[ERROR]   location: class com.google.errorprone.BugPatternValidatorTest
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :error_prone_annotation
@cushon
Copy link
Collaborator

cushon commented Feb 19, 2018

ronshapiro pushed a commit that referenced this issue Feb 20, 2018
context:
junit-team/junit4@627b85a

Fixes #942

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=186266107
Stephan202 pushed a commit to PicnicSupermarket/error-prone that referenced this issue Feb 21, 2018
context:
junit-team/junit4@627b85a

Fixes google#942

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=186266107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants