staruml / staruml-java

Java extension for StarUML
MIT License
223 stars 90 forks source link

Automatic generation of abstract and interface methods #4

Closed tekreme73 closed 9 years ago

tekreme73 commented 9 years ago

[ADD] Automatic generation of abstract and interface methods [FIX] Error with "abstract" modifier detection

niklauslee commented 9 years ago

Thanks for nice contribution!

It would be better if it supports more than one inheritance chains. For example, Class2 extends Class1, and Class1 implements Interface1. Class2 doesn't generate Interface1's operation.

niklauslee commented 9 years ago

In addition, if Class2 has implemented operations of Class1 (abstract), then duplicated operations are generated.