sanjuthomas/kafka-connect-orientdb

View on GitHub

Showing 1 of 1 total issue

Method write has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @SuppressWarnings("deprecation")
  public Mono<WriteResult> write(final Mono<List<WritableRecord>> writableRecords) {
    return writableRecords
      .doOnNext(records -> {
        document.activateOnCurrentThread();
Severity: Minor
Found in src/main/java/com/sanjuthomas/orientdb/writer/OrientDBWriter.java - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language