apache / axis-site
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
xslt
cgi
xsd
htaccess
txt
xsl
wsdl
project
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.

main453658 LOC (26%) 2,723 files
test860 LOC (<1%) 2 files
generated1273126 LOC (73%) 7,214 files
build and deployment1 LOC (<1%) 1 file
other5841 LOC (<1%) 51 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xslt
xsd
wsdl
xsl
cgi
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 2723 files match defined criteria (453,658 LOC, 100.0% vs. main code):
    • 2,543 *.html files (440,027 LOC)
    • 124 *.css files (10,530 LOC)
    • 21 *.js files (1,880 LOC)
    • 12 *.xslt files (420 LOC)
    • 5 *.xsd files (411 LOC)
    • 2 *.wsdl files (142 LOC)
    • 2 *.xsl files (138 LOC)
    • 8 *.xml files (56 LOC)
    • 6 *.cgi files (54 LOC)
  • " *.html" is biggest, containing 97% of LOC.
  • " *.cgi" is smallest, containing 0.01% of LOC.


*.html440027 LOC (96%) 2,543 files
*.css10530 LOC (2%) 124 files
*.js1880 LOC (<1%) 21 files
*.xslt420 LOC (<1%) 12 files
*.xsd411 LOC (<1%) 5 files
*.wsdl142 LOC (<1%) 2 files
*.xsl138 LOC (<1%) 2 files
*.xml56 LOC (<1%) 8 files
*.cgi54 LOC (<1%) 6 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]ests/.*".
    • files with paths like ".*[-]test[-].*".
  • 2 files match defined criteria (860 LOC, 0.2% vs. main code). All matches are in *.html files.


*.html860 LOC (100%) 2 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.](html|html|xhtml)" AND any line of content like "[ ]*[<]meta name[=]"generator" .*".
    • files with any line of content like "\<\!\-\-[ ]*Generated by .*".
    • files with paths like ".*[.](html|html|xhtml)" AND any line of content like ".*Generated by Doxygen.*".
  • 7214 files match defined criteria (1,273,126 LOC, 280.6% vs. main code). All matches are in *.html files.


*.html1273126 LOC (100%) 7,214 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 ".*[.]sh".
  • 1 file matches defined criteria (1 LOC, 0.0% vs. main code). All matches are in *.sh files.


*.sh1 LOC (100%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 51 files match defined criteria (5,841 LOC, 1.3% vs. main code):
    • 33 *.html files (4,918 LOC)
    • 14 *.xml files (827 LOC)
    • 2 *.md files (90 LOC)
    • 2 *.txt files (6 LOC)
  • " *.html" is biggest, containing 84.2% of LOC.
  • " *.txt" is smallest, containing 0.1% of LOC.


*.html4918 LOC (84%) 33 files
*.xml827 LOC (14%) 14 files
*.md90 LOC (1%) 2 files
*.txt6 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:11