SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.common/src/de/bund/bfr/knime/pmm/common/ui/TimeSeriesDialog.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createTableChartComponent has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private JComponent createTableChartComponent(List<TimeSeriesXml> timeSeries) {
        List<Double> timeList = new ArrayList<>();
        List<Double> logcList = new ArrayList<>();
        String timeUnit = Categories.getTimeCategory().getStandardUnit();
        String concentrationUnit = Categories.getConcentrationCategories()

There are no issues that match your filters.

Category
Status