Closed GoogleCodeExporter closed 9 years ago
Original comment by gael.laz...@gmail.com
on 8 May 2012 at 12:59
Original comment by gael.laz...@gmail.com
on 8 May 2012 at 7:38
I've just deployed a new 0.39-SNAPSHOT with a fix for this issue, could you
please five it a try and post some feedback ? Thanks !
Original comment by gael.laz...@gmail.com
on 9 May 2012 at 6:01
no, the fix still doesn't work for this particular use case. The issue is the
line
in DeferredReplaceWithCreateHandler
List<ReplaceWithData> replaceWithList = ModuleData.get().getReplaceWithListMap().get(
classLiteral.getName());
Changing this to
List<ReplaceWithData> replaceWithList = ModuleData.get().getReplaceWithListMap().get(
classLiteral.getName().replace("$",".));
works but isn't exactly elegant!
Original comment by louis.em...@gmail.com
on 10 May 2012 at 3:31
Original issue reported on code.google.com by
louis.em...@gmail.com
on 8 May 2012 at 10:58