TestRoots/watchdog

View on GitHub
eclipse/plugin/src/nl/tudelft/watchdog/eclipse/logic/ui/listeners/EditorListener.java

Summary

Maintainability
A
1 hr
Test Coverage

Method listenToEditorScrolling has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void listenToEditorScrolling() {
        styledText = (StyledText) editor.getAdapter(Control.class);
        if (styledText == null) {
            return;
        }

    There are no issues that match your filters.

    Category
    Status