mizo0203/lily-white-line-notify

View on GitHub
src/main/java/com/mizo0203/lilywhite/util/HttpUtil.java

Summary

Maintainability
A
1 hr
Test Coverage

Method post has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public static void post(
      URL url, Map<String, String> reqProp, @Nonnull String body, Callback callback) {
    LOG.info("post url:     " + url);
    LOG.info("post reqProp: " + reqProp);
    LOG.info("post body:    " + body);
Severity: Minor
Found in src/main/java/com/mizo0203/lilywhite/util/HttpUtil.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status