hackedteam/core-blackberry

View on GitHub
RCSBlackBerry/src/blackberry/module/ModuleCallList.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method callLogAdded has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void callLogAdded(String number, String name, Date date,
            int duration, boolean outgoing, boolean missed) {
        //#ifdef DEBUG
        debug.info("number: " + number + " date: " + date + " duration: " //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                + duration + " outgoing: " + outgoing + " missed: " + missed); //$NON-NLS-1$ //$NON-NLS-2$
Severity: Minor
Found in RCSBlackBerry/src/blackberry/module/ModuleCallList.java - About 1 hr to fix

    Method callLogAdded has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public void callLogAdded(String number, String name, Date date,
                int duration, boolean outgoing, boolean missed) {
    Severity: Minor
    Found in RCSBlackBerry/src/blackberry/module/ModuleCallList.java - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status