fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Generated Ginjector can have duplicated private methods #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
out/testrun/hosted/gen/com/google/gwt/inject/client/field/FruitGinjectorImpl.jav
a
demonstrates this. For example, it has two methods with this signature:

private native void
com$google$gwt$inject$client$field$Pear_color_fieldInjection_(com.google.gwt.inj
ect.client.field.Pear
injectee, java.lang.String value) 

The reason is that injectMembers and regular creation end up duplicating
the member injection helper methods.

Original issue reported on code.google.com by bstoler+code@google.com on 29 May 2009 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by bstoler+code@google.com on 29 May 2009 at 1:42

GoogleCodeExporter commented 9 years ago
Patch submitted for review: http://codereview.appspot.com/67130

Original comment by bstoler+code@google.com on 31 May 2009 at 1:15

GoogleCodeExporter commented 9 years ago
Fix submitted in r106.

Original comment by bstoler+code@google.com on 31 May 2009 at 10:15