influxdata/influxdb-java

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

public class SelectionSubQueryImpl<T extends WithSubquery> extends SubQuery<T>
    implements Selection, WithSubquery {

  private final SelectionCoreImpl selectionCore;

Severity: Minor
Found in src/main/java/org/influxdb/querybuilder/SelectionSubQueryImpl.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status