apache / maven-wagon
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
gitattributes
pub
cgi
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.

main12155 LOC (64%) 139 files
test5106 LOC (27%) 91 files
generated0 LOC (0%) 0 files
build and deployment1432 LOC (7%) 19 files
other99 LOC (<1%) 8 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cgi
pub
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 139 files match defined criteria (12,155 LOC, 100.0% vs. main code):
    • 114 *.java files (11,567 LOC)
    • 22 *.xml files (564 LOC)
    • 1 *.cgi files (22 LOC)
    • 2 *.pub files (2 LOC)
  • " *.java" is biggest, containing 95.16% of LOC.
  • " *.pub" is smallest, containing 0.02% of LOC.


*.java11567 LOC (95%) 114 files
*.xml564 LOC (4%) 22 files
*.cgi22 LOC (<1%) 1 file
*.pub2 LOC (<1%) 2 files
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 ".*/[Tt]est/.*".
  • 91 files match defined criteria (5,106 LOC, 42.0% vs. main code):
    • 69 *.java files (4,392 LOC)
    • 9 *.html files (493 LOC)
    • 13 *.xml files (221 LOC)
  • " *.java" is biggest, containing 86.02% of LOC.
  • " *.xml" is smallest, containing 4.33% of LOC.


*.java4392 LOC (86%) 69 files
*.html493 LOC (9%) 9 files
*.xml221 LOC (4%) 13 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 ".*/[.]gitattributes".
    • files with paths like ".*[.]sh".
  • 19 files match defined criteria (1,432 LOC, 11.8% vs. main code):
    • 18 *.xml files (1,430 LOC)
    • 1 *.sh files (2 LOC)
  • " *.xml" is biggest, containing 99.86% of LOC.
  • " *.sh" is smallest, containing 0.14% of LOC.


*.xml1430 LOC (99%) 18 files
*.sh2 LOC (<1%) 1 file
Other Code
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 ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]md".
  • 8 files match defined criteria (99 LOC, 0.8% vs. main code):
    • 1 *.md files (85 LOC)
    • 7 *.txt files (14 LOC)
  • " *.md" is biggest, containing 85.86% of LOC.
  • " *.txt" is smallest, containing 14.14% of LOC.


*.md85 LOC (85%) 1 file
*.txt14 LOC (14%) 7 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:15