JetBrains / pty4j
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
cmd
editorconfig
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.

main5434 LOC (73%) 65 files
test1804 LOC (24%) 24 files
generated0 LOC (0%) 0 files
build and deployment71 LOC (<1%) 1 file
other78 LOC (1%) 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 ".*".
  • 65 files match defined criteria (5,434 LOC, 100.0% vs. main code):
    • 43 *.java files (4,164 LOC)
    • 6 *.c files (558 LOC)
    • 10 *.kt files (422 LOC)
    • 2 *.kts files (172 LOC)
    • 1 *.cpp files (89 LOC)
    • 2 *.cmd files (19 LOC)
    • 1 *.h files (10 LOC)
  • " *.java" is biggest, containing 76.63% of LOC.
  • " *.h" is smallest, containing 0.18% of LOC.


*.java4164 LOC (76%) 43 files
*.c558 LOC (10%) 6 files
*.kt422 LOC (7%) 10 files
*.kts172 LOC (3%) 2 files
*.cpp89 LOC (1%) 1 file
*.cmd19 LOC (<1%) 2 files
*.h10 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 (1,804 LOC, 33.2% vs. main code):
    • 11 *.java files (1,456 LOC)
    • 6 *.kt files (271 LOC)
    • 2 *.js files (43 LOC)
    • 1 *.cpp files (16 LOC)
    • 3 *.ps1 files (12 LOC)
    • 1 *.bat files (6 LOC)
  • " *.java" is biggest, containing 80.71% of LOC.
  • " *.bat" is smallest, containing 0.33% of LOC.


*.java1456 LOC (80%) 11 files
*.kt271 LOC (15%) 6 files
*.js43 LOC (2%) 2 files
*.cpp16 LOC (<1%) 1 file
*.ps112 LOC (<1%) 3 files
*.bat6 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]bat".
  • 1 file matches defined criteria (71 LOC, 1.3% vs. main code). All matches are in *.bat files.


*.bat71 LOC (100%) 1 file
Other Code
txt
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
  • 5 files match defined criteria (78 LOC, 1.4% vs. main code):
    • 1 *.md files (45 LOC)
    • 4 *.txt files (33 LOC)
  • " *.md" is biggest, containing 57.69% of LOC.
  • " *.txt" is smallest, containing 42.31% of LOC.


*.md45 LOC (57%) 1 file
*.txt33 LOC (42%) 4 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:37