mcharmas/android-parcelable-intellij-plugin

Proper List support

dallasgutauckis opened this issue · 0 comments

Right now, List support assumes ArrayList. Would be nice to have custom List support for different types of lists. We'd have to do some things (such as checking to see if the field is initialized in declaration) to determine if we can use the field or if we should create a temporary local variable for assignment.