JetBrains / debugger-memory-agent
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
cmd
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.

main2966 LOC (55%) 46 files
test1991 LOC (37%) 84 files
generated0 LOC (0%) 0 files
build and deployment140 LOC (2%) 3 files
other210 LOC (3%) 5 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cmd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 46 files match defined criteria (2,966 LOC, 100.0% vs. main code):
    • 21 *.cpp files (2,258 LOC)
    • 22 *.h files (587 LOC)
    • 1 *.hpp files (96 LOC)
    • 1 *.cmake files (15 LOC)
    • 1 *.cmd files (10 LOC)
  • " *.cpp" is biggest, containing 76.13% of LOC.
  • " *.cmd" is smallest, containing 0.34% of LOC.


*.cpp2258 LOC (76%) 21 files
*.h587 LOC (19%) 22 files
*.hpp96 LOC (3%) 1 file
*.cmake15 LOC (<1%) 1 file
*.cmd10 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 ".*/test_.*".
  • 84 files match defined criteria (1,991 LOC, 67.1% vs. main code):
    • 83 *.java files (1,780 LOC)
    • 1 *.py files (211 LOC)
  • " *.java" is biggest, containing 89.4% of LOC.
  • " *.py" is smallest, containing 10.6% of LOC.


*.java1780 LOC (89%) 83 files
*.py211 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 ".*[.]bat".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (140 LOC, 4.7% vs. main code):
    • 2 *.gradle files (72 LOC)
    • 1 *.bat files (68 LOC)
  • " *.gradle" is biggest, containing 51.43% of LOC.
  • " *.bat" is smallest, containing 48.57% of LOC.


*.gradle72 LOC (51%) 2 files
*.bat68 LOC (48%) 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 ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 5 files match defined criteria (210 LOC, 7.1% vs. main code):
    • 3 *.md files (167 LOC)
    • 1 *.txt files (41 LOC)
    • 1 *.properties files (2 LOC)
  • " *.md" is biggest, containing 79.52% of LOC.
  • " *.properties" is smallest, containing 0.95% of LOC.


*.md167 LOC (79%) 3 files
*.txt41 LOC (19%) 1 file
*.properties2 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:58