apache / incubator-xtable
Source Code Overview

Analysis scope, overview of main, test, generated, deployment, build, and other code.

Source Code Analysis Scope
Files includes and excluded from analyses
mdx
properties
txt
Overview of Analyzed Files
Basic stats on analyzed files
Intro
For analysis purposes we separate files in scope into several categories: main, test, generated, deployment and build, and other.

  • The main category contains all manually created source code files that are being used in the production.
  • Files in the main category are used as input for other analyses: logical decomposition, concerns, duplication, file size, unit size, and conditional complexity.
  • Test source code files are used only for testing of the product. These files are normally not deployed to production.
  • Build and deployment source code files are used to configure or support build and deployment process.
  • Generated source code files are automatically generated files that have not been manually changed after generation.
  • While a source code folder may contain a number of files, we are primarily interested in the source code files that are being written and maintained by developers.
  • Files containing binaries, documentation, or third-party libraries, for instance, are excluded from analysis. The exception are third-party libraries that have been changed by developers.

main15959 LOC (37%) 198 files
test22209 LOC (52%) 96 files
generated0 LOC (0%) 0 files
build and deployment2252 LOC (5%) 17 files
other2133 LOC (5%) 56 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 198 files match defined criteria (15,959 LOC, 100.0% vs. main code):
    • 169 *.java files (12,503 LOC)
    • 8 *.css files (2,428 LOC)
    • 15 *.js files (463 LOC)
    • 2 *.html files (268 LOC)
    • 2 *.yaml files (224 LOC)
    • 2 *.xml files (73 LOC)
  • " *.java" is biggest, containing 78.34% of LOC.
  • " *.xml" is smallest, containing 0.46% of LOC.


*.java12503 LOC (78%) 169 files
*.css2428 LOC (15%) 8 files
*.js463 LOC (2%) 15 files
*.html268 LOC (1%) 2 files
*.yaml224 LOC (1%) 2 files
*.xml73 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 96 files match defined criteria (22,209 LOC, 139.2% vs. main code):
    • 92 *.java files (21,931 LOC)
    • 1 *.avsc files (197 LOC)
    • 2 *.yaml files (64 LOC)
    • 1 *.xml files (17 LOC)
  • " *.java" is biggest, containing 98.75% of LOC.
  • " *.xml" is smallest, containing 0.08% of LOC.


*.java21931 LOC (98%) 92 files
*.avsc197 LOC (<1%) 1 file
*.yaml64 LOC (<1%) 2 files
*.xml17 LOC (<1%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/docker[-]compose[.]yaml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/package[.]json".
  • 17 files match defined criteria (2,252 LOC, 14.1% vs. main code):
    • 9 *.xml files (1,941 LOC)
    • 8 *.sh files (311 LOC)
  • " *.xml" is biggest, containing 86.19% of LOC.
  • " *.sh" is smallest, containing 13.81% of LOC.


*.xml1941 LOC (86%) 9 files
*.sh311 LOC (13%) 8 files
Other Code
mdx
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[Dd]emos?/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]mdx".
  • 56 files match defined criteria (2,133 LOC, 13.4% vs. main code):
    • 12 *.md files (1,100 LOC)
    • 21 *.mdx files (317 LOC)
    • 4 *.svg files (297 LOC)
    • 12 *.properties files (250 LOC)
    • 4 *.json files (98 LOC)
    • 1 *.yaml files (44 LOC)
    • 1 *.txt files (17 LOC)
    • 1 *.sh files (10 LOC)
  • " *.md" is biggest, containing 51.57% of LOC.
  • " *.sh" is smallest, containing 0.47% of LOC.


*.md1100 LOC (51%) 12 files
*.mdx317 LOC (14%) 21 files
*.svg297 LOC (13%) 4 files
*.properties250 LOC (11%) 12 files
*.json98 LOC (4%) 4 files
*.yaml44 LOC (2%) 1 file
*.txt17 LOC (<1%) 1 file
*.sh10 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:50