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

main693 LOC (16%) 24 files
test1135 LOC (27%) 16 files
generated0 LOC (0%) 0 files
build and deployment1173 LOC (28%) 29 files
other1179 LOC (28%) 56 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 ".*".
  • 24 files match defined criteria (693 LOC, 100.0% vs. main code):
    • 8 *.java files (416 LOC)
    • 12 *.groovy files (163 LOC)
    • 3 *.xml files (92 LOC)
    • 1 *.cgi files (22 LOC)
  • " *.java" is biggest, containing 60.03% of LOC.
  • " *.cgi" is smallest, containing 3.17% of LOC.


*.java416 LOC (60%) 8 files
*.groovy163 LOC (23%) 12 files
*.xml92 LOC (13%) 3 files
*.cgi22 LOC (3%) 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/.*".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*[-]test[-].*".
  • 16 files match defined criteria (1,135 LOC, 163.8% vs. main code):
    • 11 *.java files (996 LOC)
    • 5 *.xml files (139 LOC)
  • " *.java" is biggest, containing 87.75% of LOC.
  • " *.xml" is smallest, containing 12.25% of LOC.


*.java996 LOC (87%) 11 files
*.xml139 LOC (12%) 5 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".
  • 29 files match defined criteria (1,173 LOC, 169.3% vs. main code):
    • 28 *.xml files (1,171 LOC)
    • 1 *.sh files (2 LOC)
  • " *.xml" is biggest, containing 99.83% of LOC.
  • " *.sh" is smallest, containing 0.17% of LOC.


*.xml1171 LOC (99%) 28 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 ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
  • 56 files match defined criteria (1,179 LOC, 170.1% vs. main code):
    • 34 *.properties files (696 LOC)
    • 20 *.txt files (410 LOC)
    • 2 *.md files (73 LOC)
  • " *.properties" is biggest, containing 59.03% of LOC.
  • " *.md" is smallest, containing 6.19% of LOC.


*.properties696 LOC (59%) 34 files
*.txt410 LOC (34%) 20 files
*.md73 LOC (6%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 17:29