This repository was archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix for Parcelable[] ClassCastException #1294
Merged
yDelouis
merged 2 commits into
androidannotations:develop
from
WonderCsabo:1208_getParcelableArray
Apr 5, 2015
Merged
Fix for Parcelable[] ClassCastException #1294
yDelouis
merged 2 commits into
androidannotations:develop
from
WonderCsabo:1208_getParcelableArray
Apr 5, 2015
Conversation
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
c94ba98 to
f0feb19
Compare
f0feb19 to
b89aba7
Compare
Member
Author
|
@yDelouis please review this PR. |
b89aba7 to
9cc165e
Compare
Contributor
|
Could you take into account my comment and add a test ? |
Member
Author
|
9cc165e modifies the already existing test so it will behave like the Android code. |
Contributor
|
Ok, but I didn't see any test where a |
Member
Author
Contributor
|
Sorry, I looked too quickly. |
9cc165e to
6eedd56
Compare
6eedd56 to
d8ea235
Compare
Member
Author
d8ea235 to
c5cb93a
Compare
yDelouis
added a commit
that referenced
this pull request
Apr 5, 2015
Fix for Parcelable[] ClassCastException
Contributor
|
Good work. Thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1208.