TestRoots/watchdog

View on GitHub
eclipse/plugin/src/nl/tudelft/watchdog/eclipse/ui/preferences/PreferencePage.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    protected Control createContents(Composite parent) {
        Color colorRed = new Color(getShell().getDisplay(), 255, 0, 0);
        UIUtils.createLabel(
                "Changes in the settings become active after a restart of Eclipse.",

    There are no issues that match your filters.

    Category
    Status