Open GoogleCodeExporter opened 9 years ago
In MyHandler.java you're casting TrxRequirement to EnvRequirement, but
TrxRequirement does not extend EnvRequirement - it is only annotated by it, so
I don't see how this cast could ever succeed. The method being called
(replaceId) then casts it back into TrxRequirement, so this temporary cast to
EnvRequirement appears to have no use.
Original comment by mccu...@gmail.com
on 28 Nov 2013 at 12:25
Original issue reported on code.google.com by
mikaelpe...@gmail.com
on 28 Nov 2013 at 10:54Attachments: