mizo0203/mizo-detector

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

Summary

Maintainability
A
1 hr
Test Coverage

Method post has 32 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/detector/util/HttpUtil.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status