Community
Participate
Working Groups
Currently generics aren't supported in Code Recommenders. This leads to some trouble if generic APIs are used. Also, JavaElementResolver cannot deal with generics appropriately and thus often returns null/not found where actually a method should be found.
We now handle variables with TypeParameters such as in <T extends Button> -> T t= ...; t.$ --> proposals for Button
Support for generics was added for 1.0. create a new bugs if something is not working as expected.