Closed GoogleCodeExporter closed 9 years ago
I had some time before lunch and not much to do. The
ImplicitProviderBinding#writeCreatorMethods is working with binary names
instead of
source names. Maybe http://pastie.org/631466 will be easier to read than a diff
file.
If you use nested nested types like com.foo.Foo.Bar.Baz.
ClassType#getBinaryClassName
should return com.foo.Foo$Bar$Baz but instead only the last '.' is changed to
'$'.
replaceLast works in some cases but not all.
Original comment by alen_vre...@yahoo.com
on 26 Sep 2009 at 11:40
Patch submitted fro review: http://codereview.appspot.com/125052
Original comment by aragos
on 27 Sep 2009 at 4:42
Fix submitted in r115.
Original comment by aragos
on 1 Oct 2009 at 3:49
Original issue reported on code.google.com by
dp.byand...@gmail.com
on 25 Sep 2009 at 8:41