apache / myfaces-extval
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
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.

main20471 LOC (53%) 371 files
test12368 LOC (32%) 249 files
generated0 LOC (0%) 0 files
build and deployment944 LOC (2%) 11 files
other4446 LOC (11%) 97 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 371 files match defined criteria (20,471 LOC, 100.0% vs. main code):
    • 362 *.java files (20,251 LOC)
    • 9 *.xml files (220 LOC)
  • " *.java" is biggest, containing 98.93% of LOC.
  • " *.xml" is smallest, containing 1.07% of LOC.


*.java20251 LOC (98%) 362 files
*.xml220 LOC (1%) 9 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 ".*[-]tests/.*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[-]test[-].*".
  • 249 files match defined criteria (12,368 LOC, 60.4% vs. main code):
    • 244 *.java files (12,149 LOC)
    • 5 *.xml files (219 LOC)
  • " *.java" is biggest, containing 98.23% of LOC.
  • " *.xml" is smallest, containing 1.77% of LOC.


*.java12149 LOC (98%) 244 files
*.xml219 LOC (1%) 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".
  • 11 files match defined criteria (944 LOC, 4.6% vs. main code). All matches are in *.xml files.


*.xml944 LOC (100%) 11 files
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[Dd]emos?/.*".
  • 97 files match defined criteria (4,446 LOC, 21.7% vs. main code):
    • 20 *.txt files (1,560 LOC)
    • 18 *.xml files (1,321 LOC)
    • 16 *.java files (628 LOC)
    • 22 *.properties files (489 LOC)
    • 10 *.xhtml files (252 LOC)
    • 9 *.jsp files (186 LOC)
    • 2 *.html files (10 LOC)
  • " *.txt" is biggest, containing 35.09% of LOC.
  • " *.html" is smallest, containing 0.22% of LOC.


*.txt1560 LOC (35%) 20 files
*.xml1321 LOC (29%) 18 files
*.java628 LOC (14%) 16 files
*.properties489 LOC (10%) 22 files
*.xhtml252 LOC (5%) 10 files
*.jsp186 LOC (4%) 9 files
*.html10 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 14:00