workcraft/workcraft

View on GitHub
workcraft/WorkcraftCore/src/org/workcraft/gui/tabs/DockingUtils.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createDockable has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static DockableWindow createDockable(JComponent component, String title,
            Dockable neighbour, int options, String region, float split, String persistentID) {
Severity: Major
Found in workcraft/WorkcraftCore/src/org/workcraft/gui/tabs/DockingUtils.java - About 50 mins to fix

    Method createUtilityDockable has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static DockableWindow createUtilityDockable(JComponent component,
                String title, Dockable neighbour, String region, float split) {
    Severity: Minor
    Found in workcraft/WorkcraftCore/src/org/workcraft/gui/tabs/DockingUtils.java - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status