SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.foodprocess.pcml/src/de/bund/bfr/knime/pcml/node/pcmltest/packaging/PCMLTestDataNodeModel.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method createDoc has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private PCMLDocument createDoc() {
        PCMLDocument pcmlDoc = PCMLUtil.create();
        PCML pcml = pcmlDoc.getPCML();
        ProcessChain pChain = pcml.addNewProcessChain();
        // create a new process node

There are no issues that match your filters.

Category
Status