pkg/infrastructure/ast/bs_java/bad_smell_listener.go

Summary

Maintainability
A
35 mins
Test Coverage

Function warpTargetFullType has 5 return statements (exceeds 4 allowed).
Open

func warpTargetFullType(targetType string) string {
    if strings.EqualFold(currentClz, targetType) {
        return currentPkg + "." + targetType
    }

Severity: Major
Found in pkg/infrastructure/ast/bs_java/bad_smell_listener.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status