I have the following generalization in one of my packages
public class EmployeeDAO extends GenericDAO <Employee, Integer>
The My Eclipse UML seems to recognize the GenericDAO as generalization for EmployeeDAO on the properties tab but does not capture it in the UML diagram (i.e. the generalization arrow is not displayed in the diagram itself) . When i remove the <Employee, Integer> i.e. the generics bit it seems to capture the generalization.
Do you know if its a bug in the MyEclipse UML reverse engineering tool.
Thanks
Abhishekh