JetBrains / ideavim
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
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.

main71698 LOC (35%) 1,043 files
test117185 LOC (58%) 609 files
generated1501 LOC (<1%) 1 file
build and deployment73 LOC (<1%) 1 file
other10659 LOC (5%) 58 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 ".*".
  • 1043 files match defined criteria (71,698 LOC, 100.0% vs. main code):
    • 1,000 *.kt files (66,315 LOC)
    • 12 *.java files (2,030 LOC)
    • 3 *.g4 files (1,652 LOC)
    • 15 *.ts files (1,118 LOC)
    • 6 *.kts files (504 LOC)
    • 5 *.xml files (41 LOC)
    • 2 *.html files (38 LOC)
  • " *.kt" is biggest, containing 92.49% of LOC.
  • " *.html" is smallest, containing 0.05% of LOC.


*.kt66315 LOC (92%) 1,000 files
*.java2030 LOC (2%) 12 files
*.g41652 LOC (2%) 3 files
*.ts1118 LOC (1%) 15 files
*.kts504 LOC (<1%) 6 files
*.xml41 LOC (<1%) 5 files
*.html38 LOC (<1%) 2 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/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*[-]tests/.*".
    • files with paths like ".*_tests[.].*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
  • 609 files match defined criteria (117,185 LOC, 163.4% vs. main code):
    • 599 *.kt files (116,658 LOC)
    • 7 *.kts files (325 LOC)
    • 1 *.ts files (159 LOC)
    • 2 *.java files (43 LOC)
  • " *.kt" is biggest, containing 99.55% of LOC.
  • " *.java" is smallest, containing 0.04% of LOC.


*.kt116658 LOC (99%) 599 files
*.kts325 LOC (<1%) 7 files
*.ts159 LOC (<1%) 1 file
*.java43 LOC (<1%) 2 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 1 file matches defined criteria (1,501 LOC, 2.1% vs. main code). All matches are in *.json files.


*.json1501 LOC (100%) 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*/package[-]lock[.]json".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*[.]bat".
  • 1 file matches defined criteria (73 LOC, 0.1% vs. main code). All matches are in *.bat files.


*.bat73 LOC (100%) 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 ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
  • 58 files match defined criteria (10,659 LOC, 14.9% vs. main code):
    • 24 *.md files (4,403 LOC)
    • 11 *.json files (4,080 LOC)
    • 6 *.txt files (866 LOC)
    • 3 *.kt files (835 LOC)
    • 4 *.properties files (312 LOC)
    • 10 *.svg files (163 LOC)
  • " *.md" is biggest, containing 41.31% of LOC.
  • " *.svg" is smallest, containing 1.53% of LOC.


*.md4403 LOC (41%) 24 files
*.json4080 LOC (38%) 11 files
*.txt866 LOC (8%) 6 files
*.kt835 LOC (7%) 3 files
*.properties312 LOC (2%) 4 files
*.svg163 LOC (1%) 10 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:35