aws / aws-advanced-jdbc-wrapper
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
gitattributes
editorconfig
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.

main35615 LOC (54%) 285 files
test23338 LOC (35%) 128 files
generated0 LOC (0%) 0 files
build and deployment71 LOC (<1%) 1 file
other5999 LOC (9%) 125 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 ".*".
  • 285 files match defined criteria (35,615 LOC, 100.0% vs. main code):
    • 278 *.java files (34,732 LOC)
    • 6 *.kts files (814 LOC)
    • 1 *.kt files (69 LOC)
  • " *.java" is biggest, containing 97.52% of LOC.
  • " *.kt" is smallest, containing 0.19% of LOC.


*.java34732 LOC (97%) 278 files
*.kts814 LOC (2%) 6 files
*.kt69 LOC (<1%) 1 file
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 ".*/[Tt]ests/.*".
  • 128 files match defined criteria (23,338 LOC, 65.5% vs. main code):
    • 120 *.java files (21,867 LOC)
    • 3 *.gradle files (831 LOC)
    • 1 *.html files (533 LOC)
    • 1 *.kts files (72 LOC)
    • 1 *.yaml files (33 LOC)
    • 1 *.sh files (1 LOC)
    • 1 *.sql files (1 LOC)
  • " *.java" is biggest, containing 93.7% of LOC.
  • " *.sql" is smallest, containing 0% of LOC.


*.java21867 LOC (93%) 120 files
*.gradle831 LOC (3%) 3 files
*.html533 LOC (2%) 1 file
*.kts72 LOC (<1%) 1 file
*.yaml33 LOC (<1%) 1 file
*.sh1 LOC (<1%) 1 file
*.sql1 LOC (<1%) 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 ".*[.]gradle".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]bat".
  • 1 file matches defined criteria (71 LOC, 0.2% vs. main code). All matches are in *.bat files.


*.bat71 LOC (100%) 1 file
Other Code
properties
txt
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 ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/config/checkstyle/.*".
    • files with paths like ".*/checkstyle.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]editorconfig".
  • 125 files match defined criteria (5,999 LOC, 16.8% vs. main code):
    • 64 *.java files (2,556 LOC)
    • 15 *.md files (1,647 LOC)
    • 5 *.xml files (897 LOC)
    • 23 *.properties files (725 LOC)
    • 11 *.kts files (134 LOC)
    • 1 *.gradle files (30 LOC)
    • 4 *.sql files (8 LOC)
    • 2 *.txt files (2 LOC)
  • " *.java" is biggest, containing 42.61% of LOC.
  • " *.txt" is smallest, containing 0.03% of LOC.


*.java2556 LOC (42%) 64 files
*.md1647 LOC (27%) 15 files
*.xml897 LOC (14%) 5 files
*.properties725 LOC (12%) 23 files
*.kts134 LOC (2%) 11 files
*.gradle30 LOC (<1%) 1 file
*.sql8 LOC (<1%) 4 files
*.txt2 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-04 00:45