deeplearning4j/deeplearning4j

View on GitHub
deeplearning4j/deeplearning4j-ui-parent/deeplearning4j-ui-model/src/main/java/org/deeplearning4j/ui/model/stats/sbe/UpdateFieldsPresentDecoder.java

Summary

Maintainability
D
2 days
Test Coverage

Method appendTo has a Cognitive Complexity of 66 (exceeds 5 allowed). Consider refactoring.
Open

    public StringBuilder appendTo(final StringBuilder builder) {
        builder.append('{');
        boolean atLeastOne = false;
        if (score()) {
            if (atLeastOne) {

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method appendTo has 158 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public StringBuilder appendTo(final StringBuilder builder) {
        builder.append('{');
        boolean atLeastOne = false;
        if (score()) {
            if (atLeastOne) {

    UpdateFieldsPresentDecoder has 26 methods (exceeds 20 allowed). Consider refactoring.
    Open

    @javax.annotation.Generated(value = {"org.deeplearning4j.ui.stats.sbe.UpdateFieldsPresentDecoder"})
    @SuppressWarnings("all")
    public class UpdateFieldsPresentDecoder {
        public static final int ENCODED_LENGTH = 4;
        private DirectBuffer buffer;

      There are no issues that match your filters.

      Category
      Status