bus/proxy.go

Summary

Maintainability
A
45 mins
Test Coverage
C
73%

Method proxy.Call2 has 7 return statements (exceeds 4 allowed).
Open

func (p proxy) Call2(method string, args Params, ret Response) error {
    methodID, sig, err := p.MetaObject().MethodID(method, args.Signature())
    if err != nil {
        return err
    }
Severity: Major
Found in bus/proxy.go - About 45 mins to fix

    exported function ObjectReference should have comment or be unexported
    Open

    func ObjectReference(p Proxy) object.ObjectReference {
    Severity: Minor
    Found in bus/proxy.go by golint

    There are no issues that match your filters.

    Category
    Status