Created
January 29, 2014 09:05
-
-
Save nnutter/8684215 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project github-plugin: Compilation failure: Compilation failure: | |
| [ERROR] /home/vagrant/github/github-plugin/src/main/java/com/googlesrouce/gerrit/plugins/github/git/PullRequestCreateChange.java:[217,8] error: no suitable constructor found for Change(Key,com.google.gerrit.reviewdb.client.Change.Id,com.google.gerrit.reviewdb.client.Account.Id,NameKey) | |
| [ERROR] constructor Change.Change(Key,com.google.gerrit.reviewdb.client.Change.Id,com.google.gerrit.reviewdb.client.Account.Id,NameKey,Timestamp) is not applicable | |
| [ERROR] (actual and formal argument lists differ in length) | |
| [ERROR] constructor Change.Change() is not applicable | |
| [ERROR] (actual and formal argument lists differ in length) | |
| [ERROR] /home/vagrant/github/github-plugin/src/main/java/com/googlesrouce/gerrit/plugins/github/git/PullRequestCreateChange.java:[269,8] error: no suitable constructor found for ChangeMessage(Key,com.google.gerrit.reviewdb.client.Account.Id,<null>) | |
| [ERROR] constructor ChangeMessage.ChangeMessage(Key,com.google.gerrit.reviewdb.client.Account.Id,Timestamp,com.google.gerrit.reviewdb.client.PatchSet.Id) is not applicable | |
| [ERROR] (actual and formal argument lists differ in length) | |
| [ERROR] constructor ChangeMessage.ChangeMessage() is not applicable | |
| [ERROR] (actual and formal argument lists differ in length) | |
| [ERROR] /home/vagrant/github/github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/wizard/PullRequestListController.java:[152,59] error: method listPullRequests in class GHRepository cannot be applied to given types; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment