rwwarren/door-lock

View on GitHub
api/src/main/java/com/wrixton/doorlock/DoorlockApiApp.java

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void run(DoorlockApiAppConfiguration doorlockApiAppConfiguration, Environment environment) throws Exception {
        environment.jersey().register(new ApiListingResource());

        final DBIFactory factory = new DBIFactory();
Severity: Minor
Found in api/src/main/java/com/wrixton/doorlock/DoorlockApiApp.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status