JetBrains / intellij-platform-gradle-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
properties
gitattributes
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.

main15782 LOC (51%) 265 files
test13479 LOC (43%) 48 files
generated0 LOC (0%) 0 files
build and deployment72 LOC (<1%) 1 file
other1529 LOC (4%) 36 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 ".*".
  • 265 files match defined criteria (15,782 LOC, 100.0% vs. main code):
    • 172 *.kt files (13,932 LOC)
    • 59 *.kts files (1,474 LOC)
    • 13 *.java files (178 LOC)
    • 20 *.xml files (166 LOC)
    • 1 *.toml files (32 LOC)
  • " *.kt" is biggest, containing 88.28% of LOC.
  • " *.toml" is smallest, containing 0.2% of LOC.


*.kt13932 LOC (88%) 172 files
*.kts1474 LOC (9%) 59 files
*.java178 LOC (1%) 13 files
*.xml166 LOC (1%) 20 files
*.toml32 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/.*".
  • 48 files match defined criteria (13,479 LOC, 85.4% vs. main code):
    • 4 *.xml files (8,464 LOC)
    • 39 *.kt files (4,962 LOC)
    • 5 *.java files (53 LOC)
  • " *.xml" is biggest, containing 62.79% of LOC.
  • " *.java" is smallest, containing 0.39% of LOC.


*.xml8464 LOC (62%) 4 files
*.kt4962 LOC (36%) 39 files
*.java53 LOC (<1%) 5 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 1 file matches defined criteria (72 LOC, 0.5% vs. main code). All matches are in *.bat files.


*.bat72 LOC (100%) 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 ".*[.]properties".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
  • 36 files match defined criteria (1,529 LOC, 9.7% vs. main code):
    • 6 *.md files (1,414 LOC)
    • 24 *.properties files (65 LOC)
    • 6 *.svg files (50 LOC)
  • " *.md" is biggest, containing 92.48% of LOC.
  • " *.svg" is smallest, containing 3.27% of LOC.


*.md1414 LOC (92%) 6 files
*.properties65 LOC (4%) 24 files
*.svg50 LOC (3%) 6 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:43