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

Implement copying #311

Merged
merged 1 commit into from
Dec 21, 2015
Merged

Implement copying #311

merged 1 commit into from
Dec 21, 2015

Conversation

grantland
Copy link
Contributor

  • ParseQuery
  • ParseACL
  • ParseGeoPoint
  • ParsePush

@facebook-github-bot
Copy link

By analyzing the blame information on this pull request, we identified @grantland to be a potential reviewer.

@facebook-github-bot
Copy link

@grantland updated the pull request.

1 similar comment
@facebook-github-bot
Copy link

@grantland updated the pull request.

@grantland grantland added this to the 1.12.0 milestone Dec 18, 2015
@facebook-github-bot
Copy link

@grantland updated the pull request.

* @param acl
* The acl to copy.
*/
public ParseACL(ParseACL acl) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a public API, do we need to add null checking here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It implicitly NPE on the next line, which I think is fine since Java APIs work similarly: https://android.googlesource.com/platform/libcore/+/refs/heads/master/luni/src/main/java/java/util/HashMap.java#194

@wangmengyan95
Copy link
Contributor

one question, others LGTM!

* ParseQuery
* ParseGeoPoint
* ParseACL
* ParsePush
grantland added a commit that referenced this pull request Dec 21, 2015
@grantland grantland merged commit 1e1f146 into master Dec 21, 2015
@grantland grantland deleted the grantland.copy branch December 21, 2015 20:28
@grantland grantland changed the title Add copying Implement copying Dec 21, 2015
@facebook-github-bot
Copy link

@grantland updated the pull request.

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

Successfully merging this pull request may close these issues.

3 participants