JetBrains / intellij-deps-dbus-java
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
txt
tex
properties
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.

main11272 LOC (59%) 121 files
test6227 LOC (33%) 73 files
generated0 LOC (0%) 0 files
build and deployment598 LOC (3%) 15 files
other722 LOC (3%) 8 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
tex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 121 files match defined criteria (11,272 LOC, 100.0% vs. main code):
    • 117 *.java files (10,161 LOC)
    • 1 *.tex files (1,051 LOC)
    • 3 *.xml files (60 LOC)
  • " *.java" is biggest, containing 90.14% of LOC.
  • " *.xml" is smallest, containing 0.53% of LOC.


*.java10161 LOC (90%) 117 files
*.tex1051 LOC (9%) 1 file
*.xml60 LOC (<1%) 3 files
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/.*".
  • 73 files match defined criteria (6,227 LOC, 55.2% vs. main code):
    • 66 *.java files (4,630 LOC)
    • 7 *.xml files (1,597 LOC)
  • " *.java" is biggest, containing 74.35% of LOC.
  • " *.xml" is smallest, containing 25.65% of LOC.


*.java4630 LOC (74%) 66 files
*.xml1597 LOC (25%) 7 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 ".*[.]bat".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 15 files match defined criteria (598 LOC, 5.3% vs. main code):
    • 4 *.xml files (508 LOC)
    • 6 *.bat files (55 LOC)
    • 5 *.sh files (35 LOC)
  • " *.xml" is biggest, containing 84.95% of LOC.
  • " *.sh" is smallest, containing 5.85% of LOC.


*.xml508 LOC (84%) 4 files
*.bat55 LOC (9%) 6 files
*.sh35 LOC (5%) 5 files
Other Code
txt
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
  • 8 files match defined criteria (722 LOC, 6.4% vs. main code):
    • 1 *.txt files (446 LOC)
    • 6 *.md files (275 LOC)
    • 1 *.properties files (1 LOC)
  • " *.txt" is biggest, containing 61.77% of LOC.
  • " *.properties" is smallest, containing 0.14% of LOC.


*.txt446 LOC (61%) 1 file
*.md275 LOC (38%) 6 files
*.properties1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:11