JetBrains / teamcity-s3-artifact-storage-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
txt
properties
editorconfig
npmrc
babelrc
eslintignore
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.

main15430 LOC (79%) 206 files
test3228 LOC (16%) 24 files
generated0 LOC (0%) 0 files
build and deployment326 LOC (1%) 9 files
other409 LOC (2%) 7 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 ".*".
  • 206 files match defined criteria (15,430 LOC, 100.0% vs. main code):
    • 145 *.java files (11,230 LOC)
    • 38 *.tsx files (2,392 LOC)
    • 3 *.jsp files (732 LOC)
    • 11 *.ts files (624 LOC)
    • 7 *.xml files (373 LOC)
    • 1 *.css files (69 LOC)
    • 1 *.js files (10 LOC)
  • " *.java" is biggest, containing 72.78% of LOC.
  • " *.js" is smallest, containing 0.06% of LOC.


*.java11230 LOC (72%) 145 files
*.tsx2392 LOC (15%) 38 files
*.jsp732 LOC (4%) 3 files
*.ts624 LOC (4%) 11 files
*.xml373 LOC (2%) 7 files
*.css69 LOC (<1%) 1 file
*.js10 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/.*".
  • 24 files match defined criteria (3,228 LOC, 20.9% vs. main code):
    • 17 *.java files (3,182 LOC)
    • 4 *.xml files (41 LOC)
    • 1 *.css files (3 LOC)
    • 1 *.htm files (1 LOC)
    • 1 *.html files (1 LOC)
  • " *.java" is biggest, containing 98.57% of LOC.
  • " *.html" is smallest, containing 0.03% of LOC.


*.java3182 LOC (98%) 17 files
*.xml41 LOC (1%) 4 files
*.css3 LOC (<1%) 1 file
*.htm1 LOC (<1%) 1 file
*.html1 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 ".*/package[.]json".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*[.]bat".
  • 9 files match defined criteria (326 LOC, 2.1% vs. main code):
    • 7 *.gradle files (245 LOC)
    • 1 *.bat files (61 LOC)
    • 1 *.js files (20 LOC)
  • " *.gradle" is biggest, containing 75.15% of LOC.
  • " *.js" is smallest, containing 6.13% of LOC.


*.gradle245 LOC (75%) 7 files
*.bat61 LOC (18%) 1 file
*.js20 LOC (6%) 1 file
Other Code
txt
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 ".*[.]editorconfig".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]eslintignore".
    • files with paths like ".*[.]npmrc".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 7 files match defined criteria (409 LOC, 2.7% vs. main code):
    • 3 *.json files (180 LOC)
    • 2 *.txt files (170 LOC)
    • 1 *.md files (58 LOC)
    • 1 *.properties files (1 LOC)
  • " *.json" is biggest, containing 44.01% of LOC.
  • " *.properties" is smallest, containing 0.24% of LOC.


*.json180 LOC (44%) 3 files
*.txt170 LOC (41%) 2 files
*.md58 LOC (14%) 1 file
*.properties1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:47