apache / causeway-app-simpleapp
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
properties
ini
gitattributes
editorconfig
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.

main1227 LOC (47%) 30 files
test578 LOC (22%) 13 files
generated0 LOC (0%) 0 files
build and deployment462 LOC (17%) 5 files
other306 LOC (11%) 7 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 ".*".
  • 30 files match defined criteria (1,227 LOC, 100.0% vs. main code):
    • 19 *.java files (789 LOC)
    • 4 *.xml files (301 LOC)
    • 2 *.html files (76 LOC)
    • 2 *.css files (32 LOC)
    • 2 *.sql files (27 LOC)
    • 1 *.js files (2 LOC)
  • " *.java" is biggest, containing 64.3% of LOC.
  • " *.js" is smallest, containing 0.16% of LOC.


*.java789 LOC (64%) 19 files
*.xml301 LOC (24%) 4 files
*.html76 LOC (6%) 2 files
*.css32 LOC (2%) 2 files
*.sql27 LOC (2%) 2 files
*.js2 LOC (<1%) 1 file
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 ".*[-]tests/.*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 13 files match defined criteria (578 LOC, 47.1% vs. main code):
    • 9 *.java files (385 LOC)
    • 4 *.xml files (193 LOC)
  • " *.java" is biggest, containing 66.61% of LOC.
  • " *.xml" is smallest, containing 33.39% of LOC.


*.java385 LOC (66%) 9 files
*.xml193 LOC (33%) 4 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/[.]gitattributes".
  • 5 files match defined criteria (462 LOC, 37.7% vs. main code):
    • 3 *.xml files (450 LOC)
    • 2 *.sh files (12 LOC)
  • " *.xml" is biggest, containing 97.4% of LOC.
  • " *.sh" is smallest, containing 2.6% of LOC.


*.xml450 LOC (97%) 3 files
*.sh12 LOC (2%) 2 files
Other Code
properties
ini
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]ini".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 7 files match defined criteria (306 LOC, 24.9% vs. main code):
    • 1 *.adoc files (178 LOC)
    • 3 *.properties files (76 LOC)
    • 1 *.ini files (41 LOC)
    • 2 *.txt files (11 LOC)
  • " *.adoc" is biggest, containing 58.17% of LOC.
  • " *.txt" is smallest, containing 3.59% of LOC.


*.adoc178 LOC (58%) 1 file
*.properties76 LOC (24%) 3 files
*.ini41 LOC (13%) 1 file
*.txt11 LOC (3%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 19:56