I have the following abstract generic data holder in my project (simplified):
public abstract static class Value { E value; public void se
A known Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=440019
Fixed in Eclipse 4.5 M3.