Skip to content

loadbalancer-experimental: remove the generic load balancer factory m… #1656

loadbalancer-experimental: remove the generic load balancer factory m…

loadbalancer-experimental: remove the generic load balancer factory m… #1656

GitHub Actions / Checkstyle Report JDK 21 failed Mar 8, 2024 in 0s

Checkstyle report

5 violation(s) found

Annotations

Check failure on line 104 in servicetalk-http-api/src/main/java/io/servicetalk/http/api/HttpServerBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report JDK 21

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck

Javadoc has empty description section.

Check failure on line 104 in servicetalk-http-api/src/main/java/io/servicetalk/http/api/HttpServerBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report JDK 21

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocContentLocationCheck

Javadoc content should start from the next line after /**.

Check failure on line 106 in servicetalk-http-api/src/main/java/io/servicetalk/http/api/HttpServerBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report JDK 21

com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck

At-clause should have a non-empty description.

Check failure on line 107 in servicetalk-http-api/src/main/java/io/servicetalk/http/api/HttpServerBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report JDK 21

com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck

At-clause should have a non-empty description.

Check failure on line 109 in servicetalk-http-api/src/main/java/io/servicetalk/http/api/HttpServerBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report JDK 21

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck

@return tag should be present and have description.