hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/java/check/Checker.java

Summary

Maintainability
A
2 hrs
Test Coverage

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

  public static void main(String... _args) {
    PrintStream _oldOut = System.out;
    List<AssertResult> executionResults_ = new ArrayList<AssertResult>();

    try {
Severity: Major
Found in services/app/apps/runner/dockers/java/check/Checker.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status