influxdata/influxdb-java

View on GitHub
src/main/java/org/influxdb/querybuilder/SelectionCoreImpl.java

Summary

Maintainability
A
2 hrs
Test Coverage

SelectionCoreImpl has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

class SelectionCoreImpl implements Selection, WithInto {

  protected List<Object> columns;
  protected boolean isDistinct;
  private String intoMeasurement;
Severity: Minor
Found in src/main/java/org/influxdb/querybuilder/SelectionCoreImpl.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status