JetBrains / package-search-gradle-plugins
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
hcl
txt
http
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.

main3330 LOC (68%) 52 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment83 LOC (1%) 3 files
other1455 LOC (29%) 33 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 ".*".
  • 52 files match defined criteria (3,330 LOC, 100.0% vs. main code):
    • 47 *.kt files (3,074 LOC)
    • 4 *.kts files (205 LOC)
    • 1 *.toml files (51 LOC)
  • " *.kt" is biggest, containing 92.31% of LOC.
  • " *.toml" is smallest, containing 1.53% of LOC.


*.kt3074 LOC (92%) 47 files
*.kts205 LOC (6%) 4 files
*.toml51 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 ".*[.]bat".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (83 LOC, 2.5% vs. main code):
    • 2 *.bat files (82 LOC)
    • 1 *.sh files (1 LOC)
  • " *.bat" is biggest, containing 98.8% of LOC.
  • " *.sh" is smallest, containing 1.2% of LOC.


*.bat82 LOC (98%) 2 files
*.sh1 LOC (1%) 1 file
Other Code
properties
http
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 ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
  • 33 files match defined criteria (1,455 LOC, 43.7% vs. main code):
    • 6 *.json files (685 LOC)
    • 7 *.kts files (245 LOC)
    • 5 *.tf files (199 LOC)
    • 3 *.md files (150 LOC)
    • 5 *.kt files (119 LOC)
    • 2 *.xml files (35 LOC)
    • 1 *.properties files (12 LOC)
    • 1 *.http files (7 LOC)
    • 3 *.txt files (3 LOC)
  • " *.json" is biggest, containing 47.08% of LOC.
  • " *.txt" is smallest, containing 0.21% of LOC.


*.json685 LOC (47%) 6 files
*.kts245 LOC (16%) 7 files
*.tf199 LOC (13%) 5 files
*.md150 LOC (10%) 3 files
*.kt119 LOC (8%) 5 files
*.xml35 LOC (2%) 2 files
*.properties12 LOC (<1%) 1 file
*.http7 LOC (<1%) 1 file
*.txt3 LOC (<1%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:20