apache / ignite-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
txt
htaccess
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.

main1508033 LOC (24%) 7,486 files
test0 LOC (0%) 0 files
generated4654993 LOC (74%) 20,735 files
build and deployment127 LOC (<1%) 2 files
other82932 LOC (1%) 215 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 ".*".
  • 7486 files match defined criteria (1,508,033 LOC, 100.0% vs. main code):
    • 2,977 *.html files (1,186,696 LOC)
    • 4,107 *.js files (179,854 LOC)
    • 302 *.css files (124,043 LOC)
    • 83 *.pug files (11,830 LOC)
    • 1 *.xml files (2,517 LOC)
    • 1 *.yaml files (1,652 LOC)
    • 15 *.scss files (1,441 LOC)
  • " *.html" is biggest, containing 78.69% of LOC.
  • " *.scss" is smallest, containing 0.1% of LOC.


*.html1186696 LOC (78%) 2,977 files
*.js179854 LOC (11%) 4,107 files
*.css124043 LOC (8%) 302 files
*.pug11830 LOC (<1%) 83 files
*.xml2517 LOC (<1%) 1 file
*.yaml1652 LOC (<1%) 1 file
*.scss1441 LOC (<1%) 15 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.](html|html|xhtml)" AND any line of content like "[ ]*[<]meta name[=]"generator" .*".
    • files with any line of content like "\<\!\-\-[ ]*Generated by .*".
  • 20735 files match defined criteria (4,654,993 LOC, 308.7% vs. main code). All matches are in *.html files.


*.html4654993 LOC (100%) 20,735 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".
  • 2 files match defined criteria (127 LOC, 0.0% vs. main code). All matches are in *.sh files.


*.sh127 LOC (100%) 2 files
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*/vendor/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/[.]htaccess".
  • 215 files match defined criteria (82,932 LOC, 5.5% vs. main code):
    • 46 *.json files (80,132 LOC)
    • 164 *.svg files (2,682 LOC)
    • 2 *.txt files (45 LOC)
    • 2 *.md files (39 LOC)
    • 1 *.adoc files (34 LOC)
  • " *.json" is biggest, containing 96.62% of LOC.
  • " *.adoc" is smallest, containing 0.04% of LOC.


*.json80132 LOC (96%) 46 files
*.svg2682 LOC (3%) 164 files
*.txt45 LOC (<1%) 2 files
*.md39 LOC (<1%) 2 files
*.adoc34 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:25