SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.fsklab.r/src/de/bund/bfr/knime/fsklab/r/client/IRController.java

Summary

Maintainability
B
4 hrs
Test Coverage

IRController has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface IRController extends AutoCloseable {

  /**
   * Marker class for exceptions during R configuration or execution.
   * 

Method monitoredAssign has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  void monitoredAssign(String symbol, BufferedDataTable value, ExecutionMonitor exec, int batchSize,
      String type, boolean sendRowNames)

Method importDataFromPorts has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  void importDataFromPorts(PortObject[] inData, ExecutionMonitor exec, final int batchSize,
      final String rType, final boolean sendRowNames) throws RException, CanceledExecutionException;

There are no issues that match your filters.

Category
Status