JetBrains / intellij-deps-jgit
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
prefs
properties
patch
project
classpath
pub
asc
launch
txt
gitattributes
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.

main152409 LOC (54%) 1,274 files
test114087 LOC (41%) 574 files
generated0 LOC (0%) 0 files
build and deployment4719 LOC (1%) 35 files
other6532 LOC (2%) 184 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
pub
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 1274 files match defined criteria (152,409 LOC, 100.0% vs. main code):
    • 1,204 *.java files (148,252 LOC)
    • 31 *.html files (2,801 LOC)
    • 15 *.xml files (1,136 LOC)
    • 2 *.rb files (100 LOC)
    • 2 *.bzl files (81 LOC)
    • 1 *.py files (20 LOC)
    • 19 *.pub files (19 LOC)
  • " *.java" is biggest, containing 97.27% of LOC.
  • " *.pub" is smallest, containing 0.01% of LOC.


*.java148252 LOC (97%) 1,204 files
*.html2801 LOC (1%) 31 files
*.xml1136 LOC (<1%) 15 files
*.rb100 LOC (<1%) 2 files
*.bzl81 LOC (<1%) 2 files
*.py20 LOC (<1%) 1 file
*.pub19 LOC (<1%) 19 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
asc
launch
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.][Tt]est/.*".
    • files with paths like ".*/[Tt]est/.*".
  • 574 files match defined criteria (114,087 LOC, 74.9% vs. main code):
    • 535 *.java files (112,315 LOC)
    • 10 *.xml files (820 LOC)
    • 15 *.asc files (347 LOC)
    • 4 *.html files (309 LOC)
    • 9 *.launch files (215 LOC)
    • 1 *.bzl files (81 LOC)
  • " *.java" is biggest, containing 98.45% of LOC.
  • " *.bzl" is smallest, containing 0.07% of LOC.


*.java112315 LOC (98%) 535 files
*.xml820 LOC (<1%) 10 files
*.asc347 LOC (<1%) 15 files
*.html309 LOC (<1%) 4 files
*.launch215 LOC (<1%) 9 files
*.bzl81 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]sh".
  • 35 files match defined criteria (4,719 LOC, 3.1% vs. main code):
    • 31 *.xml files (4,506 LOC)
    • 4 *.sh files (213 LOC)
  • " *.xml" is biggest, containing 95.49% of LOC.
  • " *.sh" is smallest, containing 4.51% of LOC.


*.xml4506 LOC (95%) 31 files
*.sh213 LOC (4%) 4 files
Other Code
properties
patch
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 ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]patch".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[Dd]ocumentation/.*".
  • 184 files match defined criteria (6,532 LOC, 4.3% vs. main code):
    • 93 *.properties files (3,564 LOC)
    • 73 *.patch files (1,569 LOC)
    • 9 *.md files (1,219 LOC)
    • 7 *.txt files (136 LOC)
    • 2 *.json files (44 LOC)
  • " *.properties" is biggest, containing 54.56% of LOC.
  • " *.json" is smallest, containing 0.67% of LOC.


*.properties3564 LOC (54%) 93 files
*.patch1569 LOC (24%) 73 files
*.md1219 LOC (18%) 9 files
*.txt136 LOC (2%) 7 files
*.json44 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:29