yurake/k8s-3tier-webapp

View on GitHub
application/randompublish-quarkus/src/main/java/webapp/tier/service/RandomService.java

Summary

Maintainability
A
0 mins
Test Coverage

Method deliverrandom has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public String deliverrandom(int id) {
        String response;
        switch (id) {
        case 0:
            response = stringBuild("Call: ActiveMQ Publish", activemqresource.publish());

There are no issues that match your filters.

Category
Status