[Issue 6408] Error importing sourcecode: IllegalArgumentException: Both items must be different generalizable elements
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6408 ------- Additional comments from [email protected] Wed Feb 22 11:13:54 -0800 2012 ------- i, Same wrong: ********************* package p1; public class c1 extends org.webdroid.catnip.filter.c1 { protected String s1; } ********************* but if : ********************* package p1; public class c1 extends org.webdroid.catnip.filter.c2 { protected String s1; } ********************* it's work. Don't know if I can solve but I try. Regards ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2925538 To unsubscribe from this list, e-mail: [[email protected]]. Please do not reply to this mail. Instead, add your comments in the issue.