apache / maven-gpg-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.

main1566 LOC (46%) 30 files
test775 LOC (23%) 13 files
generated0 LOC (0%) 0 files
build and deployment697 LOC (20%) 7 files
other325 LOC (9%) 14 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 ".*".
  • 30 files match defined criteria (1,566 LOC, 100.0% vs. main code):
    • 10 *.java files (1,276 LOC)
    • 16 *.groovy files (183 LOC)
    • 3 *.xml files (85 LOC)
    • 1 *.cgi files (22 LOC)
  • " *.java" is biggest, containing 81.48% of LOC.
  • " *.cgi" is smallest, containing 1.4% of LOC.


*.java1276 LOC (81%) 10 files
*.groovy183 LOC (11%) 16 files
*.xml85 LOC (5%) 3 files
*.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 ".*/[Tt]est/.*".
  • 13 files match defined criteria (775 LOC, 49.5% vs. main code):
    • 7 *.xml files (526 LOC)
    • 6 *.java files (249 LOC)
  • " *.xml" is biggest, containing 67.87% of LOC.
  • " *.java" is smallest, containing 32.13% of LOC.


*.xml526 LOC (67%) 7 files
*.java249 LOC (32%) 6 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".
  • 7 files match defined criteria (697 LOC, 44.5% vs. main code). All matches are in *.xml files.


*.xml697 LOC (100%) 7 files
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 ".*[.]txt".
    • files with paths like ".*[.]properties".
  • 14 files match defined criteria (325 LOC, 20.8% vs. main code):
    • 12 *.properties files (236 LOC)
    • 1 *.md files (85 LOC)
    • 1 *.txt files (4 LOC)
  • " *.properties" is biggest, containing 72.62% of LOC.
  • " *.txt" is smallest, containing 1.23% of LOC.


*.properties236 LOC (72%) 12 files
*.md85 LOC (26%) 1 file
*.txt4 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 21:07