SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/js/modelplotter/ModelPlotterNodeDialogPane.java

Summary

Maintainability
A
1 hr
Test Coverage

Method initDialog has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private Component initDialog() {
        JPanel panel = new JPanel(new GridBagLayout());
        GridBagConstraints c = new GridBagConstraints();
        c.insets = new Insets(5, 5, 5, 5);
        c.gridx = 0;

There are no issues that match your filters.

Category
Status