gojekfarm/beast

View on GitHub
src/main/java/com/gojek/beast/config/AppConfig.java

Summary

Maintainability
A
2 hrs
Test Coverage

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

public interface AppConfig extends Config {
    @Key("CONSUMER_POLL_TIMEOUT_MS")
    @DefaultValue("9223372036854775807")
    Long getConsumerPollTimeoutMs();

Severity: Minor
Found in src/main/java/com/gojek/beast/config/AppConfig.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status