apache / grails-data-hibernate6
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
gsp
x
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.

main16031 LOC (39%) 102 files
test7509 LOC (18%) 116 files
generated0 LOC (0%) 0 files
build and deployment602 LOC (1%) 7 files
other16842 LOC (41%) 241 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 ".*".
  • 102 files match defined criteria (16,031 LOC, 100.0% vs. main code):
    • 63 *.java files (11,781 LOC)
    • 39 *.groovy files (4,250 LOC)
  • " *.java" is biggest, containing 73.49% of LOC.
  • " *.groovy" is smallest, containing 26.51% of LOC.


*.java11781 LOC (73%) 63 files
*.groovy4250 LOC (26%) 39 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 ".*/[Tt]est/.*".
  • 116 files match defined criteria (7,509 LOC, 46.8% vs. main code). All matches are in *.groovy files.


*.groovy7509 LOC (100%) 116 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".
  • 7 files match defined criteria (602 LOC, 3.8% vs. main code):
    • 6 *.gradle files (529 LOC)
    • 1 *.bat files (73 LOC)
  • " *.gradle" is biggest, containing 87.87% of LOC.
  • " *.bat" is smallest, containing 12.13% of LOC.


*.gradle529 LOC (87%) 6 files
*.bat73 LOC (12%) 1 file
Other Code
properties
gsp
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]adoc".
    • files with paths like ".*/asciidoc/.*".
    • files with paths like ".*[.]txt".
  • 241 files match defined criteria (16,842 LOC, 105.1% vs. main code):
    • 23 *.css files (6,020 LOC)
    • 6 *.js files (4,063 LOC)
    • 72 *.properties files (3,083 LOC)
    • 81 *.groovy files (1,811 LOC)
    • 38 *.gsp files (1,452 LOC)
    • 10 *.gradle files (253 LOC)
    • 8 *.xml files (112 LOC)
    • 2 *.svg files (46 LOC)
    • 1 *.md files (2 LOC)
  • " *.css" is biggest, containing 35.74% of LOC.
  • " *.md" is smallest, containing 0.01% of LOC.


*.css6020 LOC (35%) 23 files
*.js4063 LOC (24%) 6 files
*.properties3083 LOC (18%) 72 files
*.groovy1811 LOC (10%) 81 files
*.gsp1452 LOC (8%) 38 files
*.gradle253 LOC (1%) 10 files
*.xml112 LOC (<1%) 8 files
*.svg46 LOC (<1%) 2 files
*.md2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 21:06