JetBrains / intellij-deps-ini4j
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
ini
txt
reg
htaccess
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.

main6714 LOC (44%) 64 files
test6068 LOC (40%) 62 files
generated0 LOC (0%) 0 files
build and deployment750 LOC (4%) 2 files
other1588 LOC (10%) 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 ".*".
  • 64 files match defined criteria (6,714 LOC, 100.0% vs. main code):
    • 47 *.java files (4,921 LOC)
    • 13 *.xml files (1,666 LOC)
    • 1 *.css files (74 LOC)
    • 3 *.html files (53 LOC)
  • " *.java" is biggest, containing 73.29% of LOC.
  • " *.html" is smallest, containing 0.79% of LOC.


*.java4921 LOC (73%) 47 files
*.xml1666 LOC (24%) 13 files
*.css74 LOC (1%) 1 file
*.html53 LOC (<1%) 3 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
reg
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 62 files match defined criteria (6,068 LOC, 90.4% vs. main code):
    • 60 *.java files (5,879 LOC)
    • 2 *.reg files (189 LOC)
  • " *.java" is biggest, containing 96.89% of LOC.
  • " *.reg" is smallest, containing 3.11% of LOC.


*.java5879 LOC (96%) 60 files
*.reg189 LOC (3%) 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/assembly/src[.]xml".
  • 2 files match defined criteria (750 LOC, 11.2% vs. main code). All matches are in *.xml files.


*.xml750 LOC (100%) 2 files
Other Code
ini
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 ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/checkstyle[.]xml".
    • files with paths like ".*/checkstyle.*".
    • files with paths like ".*/[.]htaccess".
    • files with paths like ".*/changes[.]xml".
    • files with paths like ".*/[Dd]emos?/.*".
    • files with paths like ".*[.]ini".
  • 36 files match defined criteria (1,588 LOC, 23.7% vs. main code):
    • 2 *.xml files (508 LOC)
    • 4 *.java files (365 LOC)
    • 15 *.ini files (353 LOC)
    • 14 *.txt files (350 LOC)
    • 1 *.md files (12 LOC)
  • " *.xml" is biggest, containing 31.99% of LOC.
  • " *.md" is smallest, containing 0.76% of LOC.


*.xml508 LOC (31%) 2 files
*.java365 LOC (22%) 4 files
*.ini353 LOC (22%) 15 files
*.txt350 LOC (22%) 14 files
*.md12 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:51