adityagupta1089/Bike-Rental-App

View on GitHub
src/main/java/com/csl456/bikerentalapp/BikeRentalApplication.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public void run(BikeRentalAppConfiguration configuration,
            Environment environment) {
        LOGGER.info("Starting the Bike Rental App");
        SessionFactory factory = hibernateBundle.getSessionFactory();
Severity: Minor
Found in src/main/java/com/csl456/bikerentalapp/BikeRentalApplication.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status