silentbalanceyh/vertx-zero

View on GitHub
vertx-gaia/vertx-up/src/main/java/io/vertx/up/commune/ActiveRecord.java

Summary

Maintainability
A
2 hrs
Test Coverage

ActiveRecord has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

public abstract class ActiveRecord implements HRecord {
    /*
     * The core data structure to store data in json format
     */
    private final transient JsonObject data = new JsonObject();

    There are no issues that match your filters.

    Category
    Status