apache / geronimo-xbean
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
xsd
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.

main26111 LOC (63%) 310 files
test13259 LOC (32%) 361 files
generated0 LOC (0%) 0 files
build and deployment1428 LOC (3%) 13 files
other558 LOC (1%) 10 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 ".*".
  • 310 files match defined criteria (26,111 LOC, 100.0% vs. main code):
    • 301 *.java files (26,033 LOC)
    • 9 *.xml files (78 LOC)
  • " *.java" is biggest, containing 99.7% of LOC.
  • " *.xml" is smallest, containing 0.3% of LOC.


*.java26033 LOC (99%) 301 files
*.xml78 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 ".*/[Tt]est/.*".
    • files with paths like ".*[-]test[-].*".
  • 361 files match defined criteria (13,259 LOC, 50.8% vs. main code):
    • 266 *.java files (11,887 LOC)
    • 95 *.xml files (1,372 LOC)
  • " *.java" is biggest, containing 89.65% of LOC.
  • " *.xml" is smallest, containing 10.35% of LOC.


*.java11887 LOC (89%) 266 files
*.xml1372 LOC (10%) 95 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".
  • 13 files match defined criteria (1,428 LOC, 5.5% vs. main code). All matches are in *.xml files.


*.xml1428 LOC (100%) 13 files
Other Code
xsd
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
  • 10 files match defined criteria (558 LOC, 2.1% vs. main code):
    • 2 *.xsd files (385 LOC)
    • 6 *.properties files (128 LOC)
    • 2 *.adoc files (45 LOC)
  • " *.xsd" is biggest, containing 69% of LOC.
  • " *.adoc" is smallest, containing 8.06% of LOC.


*.xsd385 LOC (68%) 2 files
*.properties128 LOC (22%) 6 files
*.adoc45 LOC (8%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:21