JetBrains / intellij-ide-starter
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
properties
txt
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.

main164 LOC (7%) 5 files
test1022 LOC (46%) 18 files
generated0 LOC (0%) 0 files
build and deployment196 LOC (8%) 3 files
other837 LOC (37%) 27 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 ".*".
  • 5 files match defined criteria (164 LOC, 100.0% vs. main code):
    • 2 *.kt files (98 LOC)
    • 2 *.kts files (61 LOC)
    • 1 *.xml files (5 LOC)
  • " *.kt" is biggest, containing 59.76% of LOC.
  • " *.xml" is smallest, containing 3.05% of LOC.


*.kt98 LOC (59%) 2 files
*.kts61 LOC (37%) 2 files
*.xml5 LOC (3%) 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]ests/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 18 files match defined criteria (1,022 LOC, 623.2% vs. main code):
    • 15 *.kt files (894 LOC)
    • 1 *.bat files (71 LOC)
    • 2 *.gradle files (57 LOC)
  • " *.kt" is biggest, containing 87.48% of LOC.
  • " *.gradle" is smallest, containing 5.58% of LOC.


*.kt894 LOC (87%) 15 files
*.bat71 LOC (6%) 1 file
*.gradle57 LOC (5%) 2 files
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 (196 LOC, 119.5% vs. main code):
    • 2 *.bat files (136 LOC)
    • 1 *.gradle files (60 LOC)
  • " *.bat" is biggest, containing 69.39% of LOC.
  • " *.gradle" is smallest, containing 30.61% of LOC.


*.bat136 LOC (69%) 2 files
*.gradle60 LOC (30%) 1 file
Other Code
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 ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
  • 27 files match defined criteria (837 LOC, 510.4% vs. main code):
    • 17 *.kt files (701 LOC)
    • 5 *.md files (112 LOC)
    • 1 *.svg files (12 LOC)
    • 4 *.properties files (12 LOC)
  • " *.kt" is biggest, containing 83.75% of LOC.
  • " *.properties" is smallest, containing 1.43% of LOC.


*.kt701 LOC (83%) 17 files
*.md112 LOC (13%) 5 files
*.svg12 LOC (1%) 1 file
*.properties12 LOC (1%) 4 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:24