mizo0203/hoshiguma-line-bot

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status