ilscipio/scipio-erp

View on GitHub
applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java

Summary

Maintainability
A
2 hrs
Test Coverage

Avoid deeply nested control flow statements.
Open

                            if (TelephoneType.PREF.equals(phoneType) || TelephoneType.WORK.equals(phoneType)) {
                                workPhone = true;
                                break;
                            }
Severity: Major
Found in applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                if (EmailType.PREF.equals(emailType) || EmailType.WORK.equals(emailType)) {
                                    workEmail = true;
                                    break;
                                }
    Severity: Major
    Found in applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java - About 45 mins to fix

      Avoid too many return statements within this method.
      Open

              return result;
      Severity: Major
      Found in applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status