JetBrains / intellij-streamdeck-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
http
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.

main4357 LOC (57%) 52 files
test66 LOC (<1%) 3 files
generated0 LOC (0%) 0 files
build and deployment102 LOC (1%) 3 files
other3045 LOC (40%) 54 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 ".*".
  • 52 files match defined criteria (4,357 LOC, 100.0% vs. main code):
    • 20 *.java files (3,362 LOC)
    • 20 *.ts files (490 LOC)
    • 6 *.kt files (284 LOC)
    • 2 *.kts files (87 LOC)
    • 2 *.html files (69 LOC)
    • 1 *.xml files (52 LOC)
    • 1 *.toml files (13 LOC)
  • " *.java" is biggest, containing 77.16% of LOC.
  • " *.toml" is smallest, containing 0.3% of LOC.


*.java3362 LOC (77%) 20 files
*.ts490 LOC (11%) 20 files
*.kt284 LOC (6%) 6 files
*.kts87 LOC (1%) 2 files
*.html69 LOC (1%) 2 files
*.xml52 LOC (1%) 1 file
*.toml13 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
http
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*/[Tt]est/.*".
  • 3 files match defined criteria (66 LOC, 1.5% vs. main code):
    • 1 *.http files (42 LOC)
    • 1 *.java files (17 LOC)
    • 1 *.ts files (7 LOC)
  • " *.http" is biggest, containing 63.64% of LOC.
  • " *.ts" is smallest, containing 10.61% of LOC.


*.http42 LOC (63%) 1 file
*.java17 LOC (25%) 1 file
*.ts7 LOC (10%) 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 ".*/build[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]bat".
  • 3 files match defined criteria (102 LOC, 2.3% vs. main code):
    • 1 *.bat files (68 LOC)
    • 2 *.sh files (34 LOC)
  • " *.bat" is biggest, containing 66.67% of LOC.
  • " *.sh" is smallest, containing 33.33% of LOC.


*.bat68 LOC (66%) 1 file
*.sh34 LOC (33%) 2 files
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 ".*/checkstyle.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]properties".
  • 54 files match defined criteria (3,045 LOC, 69.9% vs. main code):
    • 6 *.md files (1,739 LOC)
    • 42 *.svg files (849 LOC)
    • 4 *.json files (263 LOC)
    • 1 *.txt files (162 LOC)
    • 1 *.properties files (32 LOC)
  • " *.md" is biggest, containing 57.11% of LOC.
  • " *.properties" is smallest, containing 1.05% of LOC.


*.md1739 LOC (57%) 6 files
*.svg849 LOC (27%) 42 files
*.json263 LOC (8%) 4 files
*.txt162 LOC (5%) 1 file
*.properties32 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:30