apache / myfaces-trinidad-maven
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
xsl
xsd
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.

main38280 LOC (87%) 290 files
test3346 LOC (7%) 23 files
generated0 LOC (0%) 0 files
build and deployment616 LOC (1%) 8 files
other1396 LOC (3%) 15 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 290 files match defined criteria (38,280 LOC, 100.0% vs. main code):
    • 265 *.java files (33,925 LOC)
    • 4 *.xsl files (2,766 LOC)
    • 21 *.xml files (1,589 LOC)
  • " *.java" is biggest, containing 88.62% of LOC.
  • " *.xml" is smallest, containing 4.15% of LOC.


*.java33925 LOC (88%) 265 files
*.xsl2766 LOC (7%) 4 files
*.xml1589 LOC (4%) 21 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/.*".
  • 23 files match defined criteria (3,346 LOC, 8.7% vs. main code):
    • 12 *.java files (2,928 LOC)
    • 11 *.xml files (418 LOC)
  • " *.java" is biggest, containing 87.51% of LOC.
  • " *.xml" is smallest, containing 12.49% of LOC.


*.java2928 LOC (87%) 12 files
*.xml418 LOC (12%) 11 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".
  • 8 files match defined criteria (616 LOC, 1.6% vs. main code). All matches are in *.xml files.


*.xml616 LOC (100%) 8 files
Other Code
txt
xsd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*/[.]gitignore".
  • 15 files match defined criteria (1,396 LOC, 3.6% vs. main code):
    • 14 *.txt files (1,295 LOC)
    • 1 *.xsd files (101 LOC)
  • " *.txt" is biggest, containing 92.77% of LOC.
  • " *.xsd" is smallest, containing 7.23% of LOC.


*.txt1295 LOC (92%) 14 files
*.xsd101 LOC (7%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 20:12