Alexandre Carbenay
Results
1
issues of
Alexandre Carbenay
I have a `com.example.child.ChildInterface` extending a `com.example.root.RootInterface`. `RootInterface` provides a `someRootMethod()` and `ChildInterface` adds an extra `someChildMethod()`. Now let's say I have 2 usages of the `ChildInterface`: * `com.example.usage1.RootMethodUsage` only...
enhancement
help wanted