JetBrains / jsign
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
spc
vbs
wsf
wxs
properties
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.

main5141 LOC (50%) 79 files
test3847 LOC (37%) 55 files
generated0 LOC (0%) 0 files
build and deployment970 LOC (9%) 10 files
other283 LOC (2%) 4 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 ".*".
  • 79 files match defined criteria (5,141 LOC, 100.0% vs. main code):
    • 77 *.java files (5,112 LOC)
    • 2 *.xml files (29 LOC)
  • " *.java" is biggest, containing 99.44% of LOC.
  • " *.xml" is smallest, containing 0.56% of LOC.


*.java5112 LOC (99%) 77 files
*.xml29 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
spc
wxs
wsf
vbs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*[-]test[-].*".
  • 55 files match defined criteria (3,847 LOC, 74.8% vs. main code):
    • 44 *.java files (3,527 LOC)
    • 2 *.xml files (162 LOC)
    • 2 *.spc files (86 LOC)
    • 1 *.sh files (48 LOC)
    • 1 *.wxs files (10 LOC)
    • 1 *.ps1xml files (8 LOC)
    • 1 *.wsf files (3 LOC)
    • 1 *.vbs files (1 LOC)
    • 1 *.js files (1 LOC)
    • 1 *.ps1 files (1 LOC)
  • " *.java" is biggest, containing 91.68% of LOC.
  • " *.ps1" is smallest, containing 0.03% of LOC.


*.java3527 LOC (91%) 44 files
*.xml162 LOC (4%) 2 files
*.spc86 LOC (2%) 2 files
*.sh48 LOC (1%) 1 file
*.wxs10 LOC (<1%) 1 file
*.ps1xml8 LOC (<1%) 1 file
*.wsf3 LOC (<1%) 1 file
*.vbs1 LOC (<1%) 1 file
*.js1 LOC (<1%) 1 file
*.ps11 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 ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 10 files match defined criteria (970 LOC, 18.9% vs. main code):
    • 7 *.xml files (917 LOC)
    • 2 *.gradle files (52 LOC)
    • 1 *.sh files (1 LOC)
  • " *.xml" is biggest, containing 94.54% of LOC.
  • " *.sh" is smallest, containing 0.1% of LOC.


*.xml917 LOC (94%) 7 files
*.gradle52 LOC (5%) 2 files
*.sh1 LOC (<1%) 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 ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
  • 4 files match defined criteria (283 LOC, 5.5% vs. main code):
    • 2 *.txt files (179 LOC)
    • 1 *.md files (103 LOC)
    • 1 *.properties files (1 LOC)
  • " *.txt" is biggest, containing 63.25% of LOC.
  • " *.properties" is smallest, containing 0.35% of LOC.


*.txt179 LOC (63%) 2 files
*.md103 LOC (36%) 1 file
*.properties1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:20