apache / druid-website-src
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
txt
mdx
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.

main18424 LOC (50%) 107 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment22 LOC (<1%) 1 file
other18080 LOC (49%) 127 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 ".*".
  • 107 files match defined criteria (18,424 LOC, 100.0% vs. main code):
    • 18 *.css files (12,342 LOC)
    • 73 *.js files (5,713 LOC)
    • 13 *.html files (208 LOC)
    • 3 *.py files (161 LOC)
  • " *.css" is biggest, containing 66.99% of LOC.
  • " *.py" is smallest, containing 0.87% of LOC.


*.css12342 LOC (66%) 18 files
*.js5713 LOC (31%) 73 files
*.html208 LOC (1%) 13 files
*.py161 LOC (<1%) 3 files
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 ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
  • 1 file matches defined criteria (22 LOC, 0.1% vs. main code). All matches are in *.sh files.


*.sh22 LOC (100%) 1 file
Other Code
txt
mdx
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]mdx".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
  • 127 files match defined criteria (18,080 LOC, 98.1% vs. main code):
    • 10 *.svg files (11,639 LOC)
    • 102 *.txt files (5,400 LOC)
    • 2 *.json files (432 LOC)
    • 11 *.md files (400 LOC)
    • 2 *.mdx files (209 LOC)
  • " *.svg" is biggest, containing 64.38% of LOC.
  • " *.mdx" is smallest, containing 1.16% of LOC.


*.svg11639 LOC (64%) 10 files
*.txt5400 LOC (29%) 102 files
*.json432 LOC (2%) 2 files
*.md400 LOC (2%) 11 files
*.mdx209 LOC (1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 19:50