gerrit/java/com/google/gerrit/server/restapi/change
Patrick Hiesel f843d8674e Mark DeletePrivate input as @Nullable
The documentation says that an input is not required. The code checks
for null values correctly, but the injection methods lack @Nullable
which makes Guice fail to create the object when null is passed to
the factory method.

Annotate the input object as @Nullable to fix this.

Change-Id: I0d424e45d6039fd4ad8386b6811b9134cd600dfd
2019-02-08 17:38:01 +09:00
..
Abandon.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
AllowedFormats.java
ApplyFix.java
ChangeEdits.java Merge branch 'stable-2.15' into stable-2.16 2019-01-18 21:47:17 +09:00
ChangeIncludedIn.java
ChangeMessages.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
ChangesCollection.java Move ChangeFinder into change subpackage 2018-10-04 08:05:34 +09:00
Check.java Use com.google.inject instead of javax.inject 2018-11-20 13:54:23 +09:00
CherryPick.java If a cherry-pick results in conflicts post the conflicting files as change message 2018-10-10 13:11:19 +02:00
CherryPickChange.java On cherry-pick don't post message on source change 2018-10-21 03:06:28 +00:00
CherryPickCommit.java On cherry-pick don't post message on source change 2018-10-21 03:06:28 +00:00
CommentJson.java Add API for deleting draft comments of a user 2018-09-14 10:06:56 -07:00
Comments.java
CreateChange.java Move ChangeFinder into change subpackage 2018-10-04 08:05:34 +09:00
CreateDraftComment.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
CreateMergePatchSet.java Move ChangeFinder into change subpackage 2018-10-04 08:05:34 +09:00
DeleteAssignee.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DeleteChange.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DeleteChangeEdit.java Add a common interface for all REST views on collections 2018-07-19 09:39:14 +02:00
DeleteChangeMessage.java Prefer requireNonNull from Java API over Guava's checkNotNull 2018-10-16 18:34:13 +09:00
DeleteChangeOp.java Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
DeleteComment.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DeleteDraftComment.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DeletePrivate.java Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00
DeletePrivateByPost.java
DeleteReviewer.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DeleteReviewerByEmailOp.java Split off mail data processing out of server package 2018-07-10 17:29:46 +02:00
DeleteReviewerOp.java Clean up callers of ProjectState#getLabelTypes by removing 'user' as arg 2018-07-09 14:51:18 +00:00
DeleteVote.java Prefer requireNonNull from Java API over Guava's checkNotNull 2018-10-16 18:34:13 +09:00
DownloadContent.java
DraftComments.java
Files.java Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
Fixes.java
GetArchive.java
GetAssignee.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
GetBlame.java
GetChange.java
GetChangeMessage.java
GetComment.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
GetCommit.java Fix nits in {Revision,Change}Json 2018-10-11 09:53:52 +02:00
GetContent.java
GetDescription.java
GetDetail.java
GetDiff.java Add Localizable class to fix CmdLineException deprecation warnings 2018-08-02 11:13:17 +02:00
GetDraftComment.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
GetHashtags.java
GetMergeList.java Fix nits in {Revision,Change}Json 2018-10-11 09:53:52 +02:00
GetPastAssignees.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
GetPatch.java
GetPureRevert.java PureRevert: make Java API call the endpoint rather than its implementation 2018-07-05 16:28:26 +02:00
GetRelated.java Merge branch 'stable-2.15' into stable-2.16 2019-01-15 14:15:02 +09:00
GetReview.java
GetReviewer.java Move ReviewerAdder and its dependencies out of restapi package 2018-10-10 14:06:03 -07:00
GetRevisionActions.java
GetRobotComment.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
GetTopic.java
Ignore.java
Index.java
ListChangeComments.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
ListChangeDrafts.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
ListChangeMessages.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
ListChangeRobotComments.java Move logic to check 'Modify Account' for secondary emails into InternalAccountDirectory 2018-07-11 10:44:35 +02:00
ListReviewers.java Merge branch 'stable-2.15' into stable-2.16 2019-01-10 22:26:27 +09:00
ListRevisionComments.java
ListRevisionDrafts.java Avoid Collections#sort 2018-09-05 09:53:01 -07:00
ListRevisionReviewers.java Move ReviewerAdder and its dependencies out of restapi package 2018-10-10 14:06:03 -07:00
ListRobotComments.java Avoid Collections#sort 2018-09-05 09:53:01 -07:00
MarkAsReviewed.java
MarkAsUnreviewed.java
Mergeable.java
Module.java Move ReviewerAdder and its dependencies out of restapi package 2018-10-10 14:06:03 -07:00
Move.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PostHashtags.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PostPrivate.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PostReview.java Prefer requireNonNull from Java API over Guava's checkNotNull 2018-10-16 18:34:13 +09:00
PostReviewers.java Support arbitrary reviewer strings in push options 2018-10-15 08:13:39 -07:00
PreviewSubmit.java
PublishChangeEdit.java Replace REST collections for rebase/publish of change edits with REST views 2018-07-23 09:28:54 +02:00
PutAssignee.java Support arbitrary reviewer strings in push options 2018-10-15 08:13:39 -07:00
PutDescription.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PutDraftComment.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PutMessage.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
PutTopic.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
QueryChanges.java Add missing @Override annotation on setDynamicBean 2018-11-08 09:35:18 +09:00
Rebase.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
RebaseChangeEdit.java Replace REST collections for rebase/publish of change edits with REST views 2018-07-23 09:28:54 +02:00
Rebuild.java
RelatedChangesSorter.java Prefer requireNonNull from Java API over Guava's checkNotNull 2018-10-16 18:34:13 +09:00
Restore.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
Revert.java Reuse ReviewerAdder from ChangeInserter 2018-10-10 15:18:27 -07:00
Reviewed.java Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
ReviewerRecommender.java Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
Reviewers.java Split off mail data processing out of server package 2018-07-10 17:29:46 +02:00
ReviewersUtil.java Move ReviewerAdder and its dependencies out of restapi package 2018-10-10 14:06:03 -07:00
RevisionReviewers.java Split off mail data processing out of server package 2018-07-10 17:29:46 +02:00
Revisions.java
RobotComments.java
SetPrivateOp.java Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00
SetReadyForReview.java PostReview: Fix permission check for setting wip/ready 2018-10-02 11:45:50 +02:00
SetWorkInProgress.java PostReview: Fix permission check for setting wip/ready 2018-10-02 11:45:50 +02:00
Submit.java Move most methods from AccountsCollection to AccountResolver 2018-10-10 14:06:01 -07:00
SubmittedTogether.java ChangeJson: Move out ApprovalInfo creation and remove method 2018-10-12 12:55:26 +00:00
SuggestChangeReviewers.java SuggestChangeReviewer: use #absentUser for tested user accounts 2018-07-26 14:49:49 +02:00
SuggestReviewers.java Move ReviewerAdder and its dependencies out of restapi package 2018-10-10 14:06:03 -07:00
TestSubmitRule.java Make TestSubmitRule compliant with docs 2018-10-16 13:32:20 +02:00
TestSubmitType.java
Unignore.java
Votes.java Clean up callers of ProjectState#getLabelTypes by removing 'user' as arg 2018-07-09 14:51:18 +00:00