-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[pigeon] removed warnings from generated java code #171
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
Conversation
4cb85a5
to
be90b5a
Compare
be90b5a
to
47ceefb
Compare
47ceefb
to
14638ad
Compare
@@ -178,14 +171,13 @@ String _javaTypeForDartType(String datatype) { | |||
return _javaTypeForDartTypeMap[datatype]; | |||
} | |||
|
|||
String _mapGetter(Field field, List<Class> classes, String mapName) { | |||
String _mapCaster(Field field, List<Class> classes, String varName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uber nit: variableName
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Na you are right, doesn't even make sense. Fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Note to future archeologists: master turned red on this PR, the failure is unrelated to the changes in this PR, the fix is in #173. |
relevant issue: flutter/flutter#59116