TestRoots/watchdog

View on GitHub
intellij/src/nl/tudelft/watchdog/intellij/ui/wizards/ProjectRegistrationInputPanel.java

Summary

Maintainability
A
3 hrs
Test Coverage

Method createSlider has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void createSlider(JPanel parent) {
        JPanel questionPanel = UIUtils.createFlowJPanelLeft(parent);

        UIUtils.createLabel(questionPanel,
            SLIDER_QUESTION);

    Method registerAction has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        @Override
        boolean registerAction() {
            if (!sliderTouched) {
                // Show warning and add background color to slider to make it stand out
                JOptionPane.showMessageDialog(new JFrame(), SLIDER_WARNING, "Warning",

      There are no issues that match your filters.

      Category
      Status