epam / sdmxsource
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.

main81793 LOC (37%) 1,340 files
test130742 LOC (59%) 195 files
generated0 LOC (0%) 0 files
build and deployment351 LOC (<1%) 13 files
other7608 LOC (3%) 64 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 ".*".
  • 1340 files match defined criteria (81,793 LOC, 100.0% vs. main code):
    • 1,273 *.java files (81,525 LOC)
    • 65 *.html files (156 LOC)
    • 2 *.xml files (112 LOC)
  • " *.java" is biggest, containing 99.67% of LOC.
  • " *.xml" is smallest, containing 0.14% of LOC.


*.java81525 LOC (99%) 1,273 files
*.html156 LOC (<1%) 65 files
*.xml112 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/.*".
  • 195 files match defined criteria (130,742 LOC, 159.8% vs. main code):
    • 113 *.xml files (125,397 LOC)
    • 82 *.java files (5,345 LOC)
  • " *.xml" is biggest, containing 95.91% of LOC.
  • " *.java" is smallest, containing 4.09% of LOC.


*.xml125397 LOC (95%) 113 files
*.java5345 LOC (4%) 82 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 ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]bat".
  • 13 files match defined criteria (351 LOC, 0.4% vs. main code):
    • 12 *.gradle files (283 LOC)
    • 1 *.bat files (68 LOC)
  • " *.gradle" is biggest, containing 80.63% of LOC.
  • " *.bat" is smallest, containing 19.37% of LOC.


*.gradle283 LOC (80%) 12 files
*.bat68 LOC (19%) 1 file
Other Code
xsd
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 64 files match defined criteria (7,608 LOC, 9.3% vs. main code):
    • 61 *.xsd files (7,485 LOC)
    • 1 *.json files (105 LOC)
    • 1 *.md files (12 LOC)
    • 1 *.properties files (6 LOC)
  • " *.xsd" is biggest, containing 98.38% of LOC.
  • " *.properties" is smallest, containing 0.08% of LOC.


*.xsd7485 LOC (98%) 61 files
*.json105 LOC (1%) 1 file
*.md12 LOC (<1%) 1 file
*.properties6 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-01-10 14:20