apache / tomcat-taglibs-standard
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
properties
xsl
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.

main20709 LOC (77%) 358 files
test2854 LOC (10%) 43 files
generated0 LOC (0%) 0 files
build and deployment948 LOC (3%) 9 files
other2182 LOC (8%) 34 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 ".*".
  • 358 files match defined criteria (20,709 LOC, 100.0% vs. main code):
    • 253 *.java files (17,058 LOC)
    • 83 *.jsp files (2,683 LOC)
    • 12 *.html files (840 LOC)
    • 8 *.xml files (108 LOC)
    • 1 *.css files (12 LOC)
    • 1 *.xsl files (8 LOC)
  • " *.java" is biggest, containing 82.37% of LOC.
  • " *.xsl" is smallest, containing 0.04% of LOC.


*.java17058 LOC (82%) 253 files
*.jsp2683 LOC (12%) 83 files
*.html840 LOC (4%) 12 files
*.xml108 LOC (<1%) 8 files
*.css12 LOC (<1%) 1 file
*.xsl8 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/.*".
  • 43 files match defined criteria (2,854 LOC, 13.8% vs. main code):
    • 42 *.java files (2,845 LOC)
    • 1 *.xml files (9 LOC)
  • " *.java" is biggest, containing 99.68% of LOC.
  • " *.xml" is smallest, containing 0.32% of LOC.


*.java2845 LOC (99%) 42 files
*.xml9 LOC (<1%) 1 file
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 ".*/assembly/src[.]xml".
  • 9 files match defined criteria (948 LOC, 4.6% vs. main code). All matches are in *.xml files.


*.xml948 LOC (100%) 9 files
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/checkstyle[.]xml".
    • files with paths like ".*/checkstyle.*".
  • 34 files match defined criteria (2,182 LOC, 10.5% vs. main code):
    • 22 *.java files (837 LOC)
    • 4 *.properties files (661 LOC)
    • 7 *.txt files (657 LOC)
    • 1 *.xml files (27 LOC)
  • " *.java" is biggest, containing 38.36% of LOC.
  • " *.xml" is smallest, containing 1.24% of LOC.


*.java837 LOC (38%) 22 files
*.properties661 LOC (30%) 4 files
*.txt657 LOC (30%) 7 files
*.xml27 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-11 01:44