melphi/algobox

View on GitHub
java/algobox/algobox-backtest/src/main/java/io/algobox/backtest/spark/optimisation/factory/ExperimentContextFactory.java

Summary

Maintainability
A
1 hr
Test Coverage

Method createParameterValues has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private static Set<String> createParameterValues(ParameterValues values) {
    checkNotNull(values.getParameterValuesType());
    switch (values.getParameterValuesType()) {
      case LIST:
        checkNotNull(values.getValues(), "Parameter has null values.");

    There are no issues that match your filters.

    Category
    Status