Saravana

Results 14 issues of Saravana

`fun getMethod() : Type = Unit` `bus.post(getMethod())` ``` @Subscribe fun subcribe(type: Type) { } ``` In the above case, Post to Subscribe connection would work. But Subscribe to Post connection...

enhancement

Different cases: 1. Post(subType) -> Subscribe(superType) 2. Post(getSuperType()) -> Subscribe(subType) {where getSuperType() returns superType, but the concrete implementation returned is subType} In the first case, we need to ensure both...

enhancement

Sort the usages based on ContainingClass and then by LineNumber.

enhancement

"Submit" button should not be enabled when there is no "commit message". I checked both the Eclipse plugin and the P4V Client, both does not let the user Submit without...

enhancement