JetBrains / package-search-intellij-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
txt
http
gitmodules
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.

main10792 LOC (60%) 141 files
test4702 LOC (26%) 59 files
generated0 LOC (0%) 0 files
build and deployment83 LOC (<1%) 3 files
other2406 LOC (13%) 27 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
http
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 141 files match defined criteria (10,792 LOC, 100.0% vs. main code):
    • 116 *.kt files (9,775 LOC)
    • 14 *.kts files (475 LOC)
    • 3 *.java files (340 LOC)
    • 1 *.toml files (100 LOC)
    • 5 *.xml files (52 LOC)
    • 1 *.http files (27 LOC)
    • 1 *.html files (23 LOC)
  • " *.kt" is biggest, containing 90.58% of LOC.
  • " *.html" is smallest, containing 0.21% of LOC.


*.kt9775 LOC (90%) 116 files
*.kts475 LOC (4%) 14 files
*.java340 LOC (3%) 3 files
*.toml100 LOC (<1%) 1 file
*.xml52 LOC (<1%) 5 files
*.http27 LOC (<1%) 1 file
*.html23 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/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*[-]test[-].*".
  • 59 files match defined criteria (4,702 LOC, 43.6% vs. main code):
    • 9 *.java files (2,721 LOC)
    • 33 *.kt files (1,606 LOC)
    • 14 *.kts files (335 LOC)
    • 2 *.xml files (29 LOC)
    • 1 *.html files (11 LOC)
  • " *.java" is biggest, containing 57.87% of LOC.
  • " *.html" is smallest, containing 0.23% of LOC.


*.java2721 LOC (57%) 9 files
*.kt1606 LOC (34%) 33 files
*.kts335 LOC (7%) 14 files
*.xml29 LOC (<1%) 2 files
*.html11 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 ".*/[.]gitmodules".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (83 LOC, 0.8% 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
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 ".*[.]properties".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
  • 27 files match defined criteria (2,406 LOC, 22.3% vs. main code):
    • 5 *.json files (2,003 LOC)
    • 5 *.properties files (225 LOC)
    • 14 *.svg files (117 LOC)
    • 2 *.md files (37 LOC)
    • 1 *.txt files (24 LOC)
  • " *.json" is biggest, containing 83.25% of LOC.
  • " *.txt" is smallest, containing 1% of LOC.


*.json2003 LOC (83%) 5 files
*.properties225 LOC (9%) 5 files
*.svg117 LOC (4%) 14 files
*.md37 LOC (1%) 2 files
*.txt24 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:31