apache / seatunnel-website
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
txt
npmrc
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.

main1796 LOC (<1%) 26 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment149 LOC (<1%) 3 files
other394496 LOC (99%) 3,425 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 ".*".
  • 26 files match defined criteria (1,796 LOC, 100.0% vs. main code):
    • 8 *.less files (888 LOC)
    • 13 *.js files (572 LOC)
    • 2 *.jsx files (257 LOC)
    • 1 *.tsx files (29 LOC)
    • 1 *.rdf files (28 LOC)
    • 1 *.css files (22 LOC)
  • " *.less" is biggest, containing 49.44% of LOC.
  • " *.css" is smallest, containing 1.22% of LOC.


*.less888 LOC (49%) 8 files
*.js572 LOC (31%) 13 files
*.jsx257 LOC (14%) 2 files
*.tsx29 LOC (1%) 1 file
*.rdf28 LOC (1%) 1 file
*.css22 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 ".*[.]sh".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (149 LOC, 8.3% vs. main code). All matches are in *.sh files.


*.sh149 LOC (100%) 3 files
Other Code
mdx
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]npmrc".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]mdx".
  • 3425 files match defined criteria (394,496 LOC, 21965.3% vs. main code):
    • 3,237 *.md files (368,616 LOC)
    • 113 *.mdx files (18,020 LOC)
    • 37 *.json files (3,961 LOC)
    • 12 *.txt files (3,546 LOC)
    • 26 *.svg files (353 LOC)
  • " *.md" is biggest, containing 93.44% of LOC.
  • " *.svg" is smallest, containing 0.09% of LOC.


*.md368616 LOC (93%) 3,237 files
*.mdx18020 LOC (4%) 113 files
*.json3961 LOC (1%) 37 files
*.txt3546 LOC (<1%) 12 files
*.svg353 LOC (<1%) 26 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:39