simplelocalize/simplelocalize-cli

View on GitHub
src/main/java/io/simplelocalize/cli/client/SimpleLocalizeUriFactory.java

Summary

Maintainability
A
1 hr
Test Coverage

Method buildDownloadUri has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  URI buildDownloadUri(DownloadRequest downloadRequest)
  {
    String endpointUrl = baseUrl + "/cli/v2/download?downloadFormat=" + downloadRequest.format();
    String languageKey = downloadRequest.languageKey();
    boolean isRequestedTranslationsForSpecificLanguage = StringUtils.isNotEmpty(languageKey);

    There are no issues that match your filters.

    Category
    Status