simplelocalize/simplelocalize-cli

View on GitHub
src/main/java/io/simplelocalize/cli/command/AutoTranslationCommand.java

Summary

Maintainability
A
1 hr
Test Coverage

Method invoke has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public void invoke() throws IOException, InterruptedException
  {
    int runningJobsCount = getRunningJobsCount();
    while (runningJobsCount > 0)
    {

    There are no issues that match your filters.

    Category
    Status