SiLeBAT/FSK-Lab

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method initDialog has 51 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