apache / commons-jelly
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
jelly
txt
properties
xsl
cgi
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.

main28110 LOC (61%) 601 files
test12089 LOC (26%) 315 files
generated0 LOC (0%) 0 files
build and deployment2196 LOC (4%) 40 files
other3660 LOC (7%) 49 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 ".*".
  • 601 files match defined criteria (28,110 LOC, 100.0% vs. main code):
    • 462 *.java files (24,017 LOC)
    • 137 *.xml files (4,072 LOC)
    • 1 *.cgi files (20 LOC)
    • 1 *.css files (1 LOC)
  • " *.java" is biggest, containing 85.44% of LOC.
  • " *.css" is smallest, containing 0% of LOC.


*.java24017 LOC (85%) 462 files
*.xml4072 LOC (14%) 137 files
*.cgi20 LOC (<1%) 1 file
*.css1 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
jelly
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/test_.*".
  • 315 files match defined criteria (12,089 LOC, 43.0% vs. main code):
    • 124 *.java files (5,629 LOC)
    • 161 *.jelly files (5,517 LOC)
    • 10 *.xsl files (552 LOC)
    • 19 *.xml files (372 LOC)
    • 1 *.html files (19 LOC)
  • " *.java" is biggest, containing 46.56% of LOC.
  • " *.html" is smallest, containing 0.16% of LOC.


*.java5629 LOC (46%) 124 files
*.jelly5517 LOC (45%) 161 files
*.xsl552 LOC (4%) 10 files
*.xml372 LOC (3%) 19 files
*.html19 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 ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/build[.]xml".
  • 40 files match defined criteria (2,196 LOC, 7.8% vs. main code). All matches are in *.xml files.


*.xml2196 LOC (100%) 40 files
Other Code
txt
properties
jelly
xsd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*/[Dd]emos?/.*".
    • files with paths like ".*/checkstyle.*".
  • 49 files match defined criteria (3,660 LOC, 13.0% vs. main code):
    • 18 *.txt files (2,262 LOC)
    • 9 *.java files (548 LOC)
    • 13 *.properties files (497 LOC)
    • 4 *.md files (211 LOC)
    • 3 *.jelly files (112 LOC)
    • 1 *.xsd files (29 LOC)
    • 1 *.xml files (1 LOC)
  • " *.txt" is biggest, containing 61.8% of LOC.
  • " *.xml" is smallest, containing 0.03% of LOC.


*.txt2262 LOC (61%) 18 files
*.java548 LOC (14%) 9 files
*.properties497 LOC (13%) 13 files
*.md211 LOC (5%) 4 files
*.jelly112 LOC (3%) 3 files
*.xsd29 LOC (<1%) 1 file
*.xml1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 14:50