[ {
  "key" : "primary",
  "components" : [ {
    "name" : "simplestore",
    "filesCount" : 14,
    "linesOfCode" : 792,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.java",
      "value" : 14,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.java",
      "value" : 792,
      "description" : [ ]
    } ]
  }, {
    "name" : "ROOT",
    "filesCount" : 1,
    "linesOfCode" : 39,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.yml",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.yml",
      "value" : 39,
      "description" : [ ]
    } ]
  }, {
    "name" : "spotless",
    "filesCount" : 1,
    "linesOfCode" : 1,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.java",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.java",
      "value" : 1,
      "description" : [ ]
    } ]
  }, {
    "name" : "testing",
    "filesCount" : 2,
    "linesOfCode" : 93,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.java",
      "value" : 1,
      "description" : [ ]
    }, {
      "name" : "  *.xml",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.java",
      "value" : 90,
      "description" : [ ]
    }, {
      "name" : "  *.xml",
      "value" : 3,
      "description" : [ ]
    } ]
  }, {
    "name" : "protosimplestore",
    "filesCount" : 4,
    "linesOfCode" : 137,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.java",
      "value" : 3,
      "description" : [ ]
    }, {
      "name" : "  *.xml",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.java",
      "value" : 134,
      "description" : [ ]
    }, {
      "name" : "  *.xml",
      "value" : 3,
      "description" : [ ]
    } ]
  }, {
    "name" : "sample",
    "filesCount" : 13,
    "linesOfCode" : 439,
    "numberOfRegexLineMatches" : 0,
    "fileCountPerExtension" : [ {
      "name" : "  *.xml",
      "value" : 9,
      "description" : [ ]
    }, {
      "name" : "  *.java",
      "value" : 2,
      "description" : [ ]
    }, {
      "name" : "  *.kt",
      "value" : 1,
      "description" : [ ]
    }, {
      "name" : "  *.proto",
      "value" : 1,
      "description" : [ ]
    } ],
    "linesOfCodePerExtension" : [ {
      "name" : "  *.xml",
      "value" : 199,
      "description" : [ ]
    }, {
      "name" : "  *.java",
      "value" : 133,
      "description" : [ ]
    }, {
      "name" : "  *.kt",
      "value" : 100,
      "description" : [ ]
    }, {
      "name" : "  *.proto",
      "value" : 7,
      "description" : [ ]
    } ]
  } ],
  "componentDependencies" : [ {
    "fromComponent" : "testing",
    "locFrom" : 90,
    "valueFrom" : 0.0,
    "valueTo" : 0.0,
    "evidence" : [ {
      "pathFrom" : "testing/src/main/java/com/uber/simplestore/fakes/FakeSimpleStore.java",
      "evidence" : "import com.uber.simplestore.SimpleStore;"
    } ],
    "toComponent" : "simplestore",
    "count" : 1,
    "text" : null,
    "color" : "",
    "dependencyString" : "testing -> simplestore"
  }, {
    "fromComponent" : "protosimplestore",
    "locFrom" : 134,
    "valueFrom" : 0.0,
    "valueTo" : 0.0,
    "evidence" : [ {
      "pathFrom" : "protosimplestore/src/main/java/com/uber/simplestore/proto/impl/SimpleProtoStoreFactory.java",
      "evidence" : "import com.uber.simplestore.DirectoryProvider;"
    }, {
      "pathFrom" : "protosimplestore/src/main/java/com/uber/simplestore/proto/impl/SimpleProtoStoreImpl.java",
      "evidence" : "import com.uber.simplestore.NamespaceConfig;"
    }, {
      "pathFrom" : "protosimplestore/src/main/java/com/uber/simplestore/proto/SimpleProtoStore.java",
      "evidence" : "import com.uber.simplestore.SimpleStore;"
    } ],
    "toComponent" : "simplestore",
    "count" : 3,
    "text" : null,
    "color" : "",
    "dependencyString" : "protosimplestore -> simplestore"
  }, {
    "fromComponent" : "sample",
    "locFrom" : 121,
    "valueFrom" : 0.0,
    "valueTo" : 0.0,
    "evidence" : [ {
      "pathFrom" : "sample/src/main/java/com/uber/simplestore/sample/JavaActivity.java",
      "evidence" : "import com.uber.simplestore.DirectoryProvider;"
    } ],
    "toComponent" : "simplestore",
    "count" : 1,
    "text" : null,
    "color" : "",
    "dependencyString" : "sample -> simplestore"
  }, {
    "fromComponent" : "sample",
    "locFrom" : 121,
    "valueFrom" : 0.0,
    "valueTo" : 0.0,
    "evidence" : [ {
      "pathFrom" : "sample/src/main/java/com/uber/simplestore/sample/JavaActivity.java",
      "evidence" : "import com.uber.simplestore.proto.impl.SimpleProtoStoreFactory;"
    } ],
    "toComponent" : "protosimplestore",
    "count" : 1,
    "text" : null,
    "color" : "",
    "dependencyString" : "sample -> protosimplestore"
  } ],
  "componentDependenciesErrors" : [ ],
  "logicalDecomposition" : {
    "name" : "primary",
    "scope" : "main",
    "filters" : [ ],
    "componentsFolderDepth" : 1,
    "minComponentsCount" : 0,
    "components" : [ {
      "name" : "simplestore",
      "sourceFileFilters" : [ {
        "pathPattern" : "./simplestore/.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      } ],
      "files" : [ ]
    }, {
      "name" : "ROOT",
      "sourceFileFilters" : [ {
        "pathPattern" : "./.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      }, {
        "pathPattern" : "./simplestore/.*",
        "contentPattern" : "",
        "exception" : true,
        "note" : ""
      }, {
        "pathPattern" : "./spotless/.*",
        "contentPattern" : "",
        "exception" : true,
        "note" : ""
      }, {
        "pathPattern" : "./testing/.*",
        "contentPattern" : "",
        "exception" : true,
        "note" : ""
      }, {
        "pathPattern" : "./protosimplestore/.*",
        "contentPattern" : "",
        "exception" : true,
        "note" : ""
      }, {
        "pathPattern" : "./sample/.*",
        "contentPattern" : "",
        "exception" : true,
        "note" : ""
      } ],
      "files" : [ ]
    }, {
      "name" : "spotless",
      "sourceFileFilters" : [ {
        "pathPattern" : "./spotless/.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      } ],
      "files" : [ ]
    }, {
      "name" : "testing",
      "sourceFileFilters" : [ {
        "pathPattern" : "./testing/.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      } ],
      "files" : [ ]
    }, {
      "name" : "protosimplestore",
      "sourceFileFilters" : [ {
        "pathPattern" : "./protosimplestore/.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      } ],
      "files" : [ ]
    }, {
      "name" : "sample",
      "sourceFileFilters" : [ {
        "pathPattern" : "./sample/.*",
        "contentPattern" : "",
        "exception" : false,
        "note" : ""
      } ],
      "files" : [ ]
    } ],
    "metaComponents" : [ ],
    "groups" : [ ],
    "includeRemainingFiles" : true,
    "dependenciesFinder" : {
      "useBuiltInDependencyFinders" : true,
      "rules" : [ ],
      "metaRules" : [ ]
    },
    "renderingOptions" : {
      "orientation" : "TB",
      "maxNumberOfDependencies" : 100,
      "renderComponentsWithoutDependencies" : true,
      "renderIndirectDependencies" : false,
      "renderInternalIndirectDependencies" : false,
      "reverseDirection" : false
    },
    "includeExternalComponents" : true,
    "dependencyLinkThreshold" : 1,
    "duplicationLinkThreshold" : 50,
    "temporalLinkThreshold" : 1,
    "maxSearchDepthLines" : 200
  },
  "fileCountPerComponent" : [ {
    "name" : "simplestore",
    "value" : 14,
    "description" : [ ]
  }, {
    "name" : "ROOT",
    "value" : 1,
    "description" : [ ]
  }, {
    "name" : "spotless",
    "value" : 1,
    "description" : [ ]
  }, {
    "name" : "testing",
    "value" : 2,
    "description" : [ ]
  }, {
    "name" : "protosimplestore",
    "value" : 4,
    "description" : [ ]
  }, {
    "name" : "sample",
    "value" : 13,
    "description" : [ ]
  } ],
  "linesOfCodePerComponent" : [ {
    "name" : "simplestore",
    "value" : 792,
    "description" : [ ]
  }, {
    "name" : "ROOT",
    "value" : 39,
    "description" : [ ]
  }, {
    "name" : "spotless",
    "value" : 1,
    "description" : [ ]
  }, {
    "name" : "testing",
    "value" : 93,
    "description" : [ ]
  }, {
    "name" : "protosimplestore",
    "value" : 137,
    "description" : [ ]
  }, {
    "name" : "sample",
    "value" : 439,
    "description" : [ ]
  } ]
} ]