apache / maven-scm
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
gitattributes
txt
properties
cgi
pub
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.

main19894 LOC (65%) 343 files
test7059 LOC (23%) 152 files
generated0 LOC (0%) 0 files
build and deployment1819 LOC (5%) 25 files
other1688 LOC (5%) 12 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cgi
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 343 files match defined criteria (19,894 LOC, 100.0% vs. main code):
    • 313 *.java files (19,112 LOC)
    • 21 *.xml files (649 LOC)
    • 2 *.css files (60 LOC)
    • 6 *.groovy files (51 LOC)
    • 1 *.cgi files (22 LOC)
  • " *.java" is biggest, containing 96.07% of LOC.
  • " *.cgi" is smallest, containing 0.11% of LOC.


*.java19112 LOC (96%) 313 files
*.xml649 LOC (3%) 21 files
*.css60 LOC (<1%) 2 files
*.groovy51 LOC (<1%) 6 files
*.cgi22 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
pub
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 152 files match defined criteria (7,059 LOC, 35.5% vs. main code):
    • 121 *.java files (6,627 LOC)
    • 30 *.xml files (431 LOC)
    • 1 *.pub files (1 LOC)
  • " *.java" is biggest, containing 93.88% of LOC.
  • " *.pub" is smallest, containing 0.01% of LOC.


*.java6627 LOC (93%) 121 files
*.xml431 LOC (6%) 30 files
*.pub1 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]sh".
  • 25 files match defined criteria (1,819 LOC, 9.1% vs. main code):
    • 24 *.xml files (1,817 LOC)
    • 1 *.sh files (2 LOC)
  • " *.xml" is biggest, containing 99.89% of LOC.
  • " *.sh" is smallest, containing 0.11% of LOC.


*.xml1817 LOC (99%) 24 files
*.sh2 LOC (<1%) 1 file
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
  • 12 files match defined criteria (1,688 LOC, 8.5% vs. main code):
    • 9 *.txt files (1,565 LOC)
    • 1 *.md files (71 LOC)
    • 2 *.properties files (52 LOC)
  • " *.txt" is biggest, containing 92.71% of LOC.
  • " *.properties" is smallest, containing 3.08% of LOC.


*.txt1565 LOC (92%) 9 files
*.md71 LOC (4%) 1 file
*.properties52 LOC (3%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:15