Open GoogleCodeExporter opened 8 years ago
I tried with GIN 2.1.2 and GWT 2.7.0 and the problem still exists.
I wrote a simple unittest that exposes the problem.
It looks like the name of the method influences the orde in which the methods
are injected.
So if my base class has something like injectZ and the derived class has
injectA then injectA is done before injectZ. Which can cause issues if you
method injection depends on the base class to be fully injected.
I attached my example unittest to show the problem.
Original comment by david.nouls
on 30 Jan 2015 at 9:37
Attachments:
Original issue reported on code.google.com by
david.nouls
on 24 Sep 2014 at 2:21