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

$$Parcelable classes prevent using javac -Xlint:all -Werror #335

Open
TWiStErRob opened this issue Mar 13, 2018 · 1 comment
Open

$$Parcelable classes prevent using javac -Xlint:all -Werror #335

TWiStErRob opened this issue Mar 13, 2018 · 1 comment

Comments

@TWiStErRob
Copy link

  missing type arguments for generic class List<E>
  where E is a type-variable:
    E extends Object declared in interface List
build\generated\source\apt\debug\...\Domain$$Parcelable.java:115: warning: [rawtypes] found raw type: List
            java.util.List list$$2 = list$$3;
                     ^
  missing type arguments for generic class List<E>
  where E is a type-variable:
    E extends Object declared in interface List
build\generated\source\apt\debug\...\Domain$$Parcelable.java:99: warning: [rawtypes] found raw type: List
            List list$$0 = list$$1;
            ^

Can we add a similar suppression as #93 for rawtypes? Though the problem is probably in transfuse (#100)?

@johncarl81
Copy link
Owner

Sure, PR?

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

No branches or pull requests

2 participants