apache / groovy-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
properties
gitattributes
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.

main6850 LOC (16%) 84 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment389 LOC (<1%) 7 files
other35083 LOC (82%) 123 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 ".*".
  • 84 files match defined criteria (6,850 LOC, 100.0% vs. main code):
    • 73 *.groovy files (4,686 LOC)
    • 6 *.css files (2,026 LOC)
    • 3 *.html files (108 LOC)
    • 2 *.js files (30 LOC)
  • " *.groovy" is biggest, containing 68.41% of LOC.
  • " *.js" is smallest, containing 0.44% of LOC.


*.groovy4686 LOC (68%) 73 files
*.css2026 LOC (29%) 6 files
*.html108 LOC (1%) 3 files
*.js30 LOC (<1%) 2 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 ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]bat".
  • 7 files match defined criteria (389 LOC, 5.7% vs. main code):
    • 6 *.gradle files (316 LOC)
    • 1 *.bat files (73 LOC)
  • " *.gradle" is biggest, containing 81.23% of LOC.
  • " *.bat" is smallest, containing 18.77% of LOC.


*.gradle316 LOC (81%) 6 files
*.bat73 LOC (18%) 1 file
Other Code
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/vendor/.*".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 123 files match defined criteria (35,083 LOC, 512.2% vs. main code):
    • 121 *.adoc files (32,397 LOC)
    • 1 *.svg files (2,671 LOC)
    • 1 *.properties files (15 LOC)
  • " *.adoc" is biggest, containing 92.34% of LOC.
  • " *.properties" is smallest, containing 0.04% of LOC.


*.adoc32397 LOC (92%) 121 files
*.svg2671 LOC (7%) 1 file
*.properties15 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 19:45