ParcelCheck icon indicating copy to clipboard operation
ParcelCheck copied to clipboard

Simple test to see if all models in project correctly implement Parcelable

Results 3 ParcelCheck issues
Sort by recently updated
recently updated
newest added

Got issue with creating garbage objects when objects has nested containers. I have class which has List field with nested ArrayList elements. Got this stack trace when running my tests:...

If you look in the sample at the Person model, its tests should be failing due to the fact that it is missing fields in its parcel generation, and yet...

If we could find a way to fetch all class names within a package without needing the actual Dex file, we would be able to potentially run this as a...

help wanted