[MDSAL-183] wrong number of arguments in BindingReflections.resolveRpcInputClass() method Created: 06/Jul/16 Updated: 09/Mar/18 Resolved: 09/Dec/16 |
|
| Status: | Resolved |
| Project: | mdsal |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Peter Nosal | Assignee: | Martin Ciglan |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 6163 |
| Description |
|
If org.opendaylight.yangtools.yang.binding.util.RpcMethodInvoker method from() is called, it seems to be imposible to get correct RpcMethodInvoker because of resolveRpcInputClass() check. While RpcMethodInvoker counting with one argument for non input type and two arguments for input type, resolveRpcInputClass() counting with zero for non input and one for input type |
| Comments |
| Comment by Martin Ciglan [ 27/Oct/16 ] |
|
patch: |
| Comment by Robert Varga [ 09/Dec/16 ] |