pkg/infrastructure/ast/ast_java/ast_java_target_handler.go

Summary

Maintainability
A
40 mins
Test Coverage

Function WarpTargetFullType has 6 return statements (exceeds 4 allowed).
Open

func WarpTargetFullType(targetType string) (string, string) {
    callType := ""
    if strings.EqualFold(currentClz, targetType) {
        callType = "self"
        return currentPkg + "." + targetType, callType
Severity: Major
Found in pkg/infrastructure/ast/ast_java/ast_java_target_handler.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status