mojo: Fix java generator
commit9f187aa3de7e2f5b7ab759594e7b3c4e3c4083de
authorqsr <qsr@chromium.org>
Mon, 29 Sep 2014 15:24:30 +0000 (29 08:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Sep 2014 15:24:41 +0000 (29 15:24 +0000)
treec6df192e19ca9ff87cc2fe191de2029f6d970de8
parentba3242408648f7752ab08f20e3f26ac7f5576759
mojo: Fix java generator

Fix issue with method with empty response.
Fix issue with local variable shadowing user parameters.

R=ppi@chromium.org

Review URL: https://codereview.chromium.org/607933002

Cr-Commit-Position: refs/heads/master@{#297176}
build/get_landmines.py
mojo/mojo_public_tests.gypi
mojo/public/interfaces/bindings/tests/BUILD.gn
mojo/public/interfaces/bindings/tests/no_module.mojom [new file with mode: 0644]
mojo/public/interfaces/bindings/tests/regression_tests.mojom [new file with mode: 0644]
mojo/public/java/bindings/src/org/chromium/mojo/bindings/Callbacks.java
mojo/public/tools/bindings/generators/java_templates/enum_definition.tmpl
mojo/public/tools/bindings/generators/java_templates/interface_definition.tmpl
mojo/public/tools/bindings/generators/mojom_java_generator.py
mojo/tools/generate_java_callback_interfaces.py