Hello Matej Novotny, the Pullrequest 1801 solved my first Car-Example, but if the generic type contains inheritance, the problem still occurs. I added a class vehicle and changed the the class repairer to <T extends Vehicle>. See the attachment GenericInheritance.zip for the whole example. |