Closed tekreme73 closed 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.
In addition, if Class2 has implemented operations of Class1 (abstract), then duplicated operations are generated.
[ADD] Automatic generation of abstract and interface methods [FIX] Error with "abstract" modifier detection