apache / cxf-xjc-utils
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
xsd
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.

main2420 LOC (51%) 28 files
test382 LOC (8%) 9 files
generated0 LOC (0%) 0 files
build and deployment1220 LOC (25%) 14 files
other712 LOC (15%) 12 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 ".*".
  • 28 files match defined criteria (2,420 LOC, 100.0% vs. main code):
    • 26 *.java files (2,386 LOC)
    • 2 *.xml files (34 LOC)
  • " *.java" is biggest, containing 98.6% of LOC.
  • " *.xml" is smallest, containing 1.4% of LOC.


*.java2386 LOC (98%) 26 files
*.xml34 LOC (1%) 2 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[.].*".
  • 9 files match defined criteria (382 LOC, 15.8% vs. main code):
    • 8 *.java files (366 LOC)
    • 1 *.xml files (16 LOC)
  • " *.java" is biggest, containing 95.81% of LOC.
  • " *.xml" is smallest, containing 4.19% of LOC.


*.java366 LOC (95%) 8 files
*.xml16 LOC (4%) 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".
  • 14 files match defined criteria (1,220 LOC, 50.4% vs. main code). All matches are in *.xml files.


*.xml1220 LOC (100%) 14 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 ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 12 files match defined criteria (712 LOC, 29.4% vs. main code):
    • 8 *.xsd files (632 LOC)
    • 4 *.properties files (80 LOC)
  • " *.xsd" is biggest, containing 88.76% of LOC.
  • " *.properties" is smallest, containing 11.24% of LOC.


*.xsd632 LOC (88%) 8 files
*.properties80 LOC (11%) 4 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:39