-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#3101Labels
customer: googleVarious Google teamsVarious Google teamsp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
Pigeon version 7.1.0 generates raw ArrayList types, causing rawtypes warnings to be raised.
Example warning (upgraded to error in g3 codebase):
warning: [rawtypes] found raw type: ArrayList
ArrayList wrapped = new ArrayList<>();
^
missing type arguments for generic class ArrayList<E>
where E is a type-variable:
E extends Object declared in class ArrayList
error: warnings found and -Werror specified
Metadata
Metadata
Assignees
Labels
customer: googleVarious Google teamsVarious Google teamsp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.