apache / maven-assembly-plugin
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
txt
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.

main9470 LOC (29%) 239 files
test12401 LOC (38%) 355 files
generated0 LOC (0%) 0 files
build and deployment9089 LOC (27%) 295 files
other1622 LOC (4%) 131 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 ".*".
  • 239 files match defined criteria (9,470 LOC, 100.0% vs. main code):
    • 85 *.java files (6,230 LOC)
    • 124 *.xml files (2,529 LOC)
    • 28 *.groovy files (387 LOC)
    • 1 *.html files (302 LOC)
    • 1 *.cgi files (22 LOC)
  • " *.java" is biggest, containing 65.79% of LOC.
  • " *.cgi" is smallest, containing 0.23% of LOC.


*.java6230 LOC (65%) 85 files
*.xml2529 LOC (26%) 124 files
*.groovy387 LOC (4%) 28 files
*.html302 LOC (3%) 1 file
*.cgi22 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/.*".
  • 355 files match defined criteria (12,401 LOC, 131.0% vs. main code):
    • 231 *.java files (9,485 LOC)
    • 124 *.xml files (2,916 LOC)
  • " *.java" is biggest, containing 76.49% of LOC.
  • " *.xml" is smallest, containing 23.51% of LOC.


*.java9485 LOC (76%) 231 files
*.xml2916 LOC (23%) 124 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/assembly[.]xml".
    • files with paths like ".*/assembly/src[.]xml".
  • 295 files match defined criteria (9,089 LOC, 96.0% vs. main code):
    • 294 *.xml files (9,087 LOC)
    • 1 *.sh files (2 LOC)
  • " *.xml" is biggest, containing 99.98% of LOC.
  • " *.sh" is smallest, containing 0.02% of LOC.


*.xml9087 LOC (99%) 294 files
*.sh2 LOC (<1%) 1 file
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • 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".
  • 131 files match defined criteria (1,622 LOC, 17.1% vs. main code):
    • 68 *.properties files (1,152 LOC)
    • 62 *.txt files (385 LOC)
    • 1 *.md files (85 LOC)
  • " *.properties" is biggest, containing 71.02% of LOC.
  • " *.md" is smallest, containing 5.24% of LOC.


*.properties1152 LOC (71%) 68 files
*.txt385 LOC (23%) 62 files
*.md85 LOC (5%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 21:06