JetBrains / teamcity-hashicorp-vault-plugin
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
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.

main4025 LOC (64%) 55 files
test1733 LOC (27%) 16 files
generated0 LOC (0%) 0 files
build and deployment372 LOC (5%) 6 files
other96 LOC (1%) 3 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 ".*".
  • 55 files match defined criteria (4,025 LOC, 100.0% vs. main code):
    • 35 *.kt files (2,348 LOC)
    • 11 *.java files (994 LOC)
    • 3 *.jsp files (378 LOC)
    • 6 *.xml files (305 LOC)
  • " *.kt" is biggest, containing 58.34% of LOC.
  • " *.xml" is smallest, containing 7.58% of LOC.


*.kt2348 LOC (58%) 35 files
*.java994 LOC (24%) 11 files
*.jsp378 LOC (9%) 3 files
*.xml305 LOC (7%) 6 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/.*".
  • 16 files match defined criteria (1,733 LOC, 43.1% vs. main code):
    • 11 *.kt files (1,195 LOC)
    • 5 *.java files (538 LOC)
  • " *.kt" is biggest, containing 68.96% of LOC.
  • " *.java" is smallest, containing 31.04% of LOC.


*.kt1195 LOC (68%) 11 files
*.java538 LOC (31%) 5 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 ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 6 files match defined criteria (372 LOC, 9.2% vs. main code):
    • 5 *.gradle files (296 LOC)
    • 1 *.bat files (76 LOC)
  • " *.gradle" is biggest, containing 79.57% of LOC.
  • " *.bat" is smallest, containing 20.43% of LOC.


*.gradle296 LOC (79%) 5 files
*.bat76 LOC (20%) 1 file
Other Code
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 3 files match defined criteria (96 LOC, 2.4% vs. main code):
    • 1 *.json files (89 LOC)
    • 1 *.md files (6 LOC)
    • 1 *.properties files (1 LOC)
  • " *.json" is biggest, containing 92.71% of LOC.
  • " *.properties" is smallest, containing 1.04% of LOC.


*.json89 LOC (92%) 1 file
*.md6 LOC (6%) 1 file
*.properties1 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:53