gojekfarm/beast

View on GitHub
src/main/java/com/gojek/beast/launch/Main.java

Summary

Maintainability
A
1 hr
Test Coverage

Method main has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void main(String[] args) throws IOException, InterruptedException {
        AppConfig appConfig = ConfigFactory.create(AppConfig.class, System.getenv());
        ProtoMappingConfig protoMappingConfig = ConfigFactory.create(ProtoMappingConfig.class, System.getenv());
        BackOffConfig backOffConfig = ConfigFactory.create(BackOffConfig.class, System.getenv());
        StencilConfig stencilConfig = ConfigFactory.create(StencilConfig.class, System.getenv());
Severity: Minor
Found in src/main/java/com/gojek/beast/launch/Main.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status