epam / hibernate-ogm
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
txt
proto
gitattributes
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.

main49670 LOC (43%) 893 files
test49698 LOC (43%) 741 files
generated0 LOC (0%) 0 files
build and deployment3988 LOC (3%) 32 files
other11097 LOC (9%) 65 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 ".*".
  • 893 files match defined criteria (49,670 LOC, 100.0% vs. main code):
    • 863 *.java files (47,908 LOC)
    • 29 *.xml files (1,599 LOC)
    • 1 *.rb files (163 LOC)
  • " *.java" is biggest, containing 96.45% of LOC.
  • " *.rb" is smallest, containing 0.33% of LOC.


*.java47908 LOC (96%) 863 files
*.xml1599 LOC (3%) 29 files
*.rb163 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
proto
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 741 files match defined criteria (49,698 LOC, 100.1% vs. main code):
    • 717 *.java files (49,311 LOC)
    • 16 *.xml files (274 LOC)
    • 5 *.proto files (92 LOC)
    • 3 *.js files (21 LOC)
  • " *.java" is biggest, containing 99.22% of LOC.
  • " *.js" is smallest, containing 0.04% of LOC.


*.java49311 LOC (99%) 717 files
*.xml274 LOC (<1%) 16 files
*.proto92 LOC (<1%) 5 files
*.js21 LOC (<1%) 3 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 ".*/assembly[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]sh".
  • 32 files match defined criteria (3,988 LOC, 8.0% vs. main code):
    • 23 *.xml files (3,764 LOC)
    • 9 *.sh files (224 LOC)
  • " *.xml" is biggest, containing 94.38% of LOC.
  • " *.sh" is smallest, containing 5.62% of LOC.


*.xml3764 LOC (94%) 23 files
*.sh224 LOC (5%) 9 files
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[Dd]ocumentation/.*".
    • files with paths like ".*[.]md".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/asciidoc/.*".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/checkstyle[.]xml".
    • files with paths like ".*/checkstyle.*".
  • 65 files match defined criteria (11,097 LOC, 22.3% vs. main code):
    • 14 *.asciidoc files (8,139 LOC)
    • 4 *.txt files (1,660 LOC)
    • 12 *.xml files (630 LOC)
    • 4 *.md files (257 LOC)
    • 20 *.properties files (222 LOC)
    • 11 *.java files (189 LOC)
  • " *.asciidoc" is biggest, containing 73.34% of LOC.
  • " *.java" is smallest, containing 1.7% of LOC.


*.asciidoc8139 LOC (73%) 14 files
*.txt1660 LOC (14%) 4 files
*.xml630 LOC (5%) 12 files
*.md257 LOC (2%) 4 files
*.properties222 LOC (2%) 20 files
*.java189 LOC (1%) 11 files
Analyzers
Info about analyzers used for source code examinations.


2025-01-10 14:14