JetBrains / jitwatch4i
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
flex
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.

main31250 LOC (65%) 292 files
test0 LOC (0%) 0 files
generated13722 LOC (28%) 110 files
build and deployment68 LOC (<1%) 1 file
other2665 LOC (5%) 51 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
flex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 292 files match defined criteria (31,250 LOC, 100.0% vs. main code):
    • 284 *.java files (30,574 LOC)
    • 1 *.flex files (306 LOC)
    • 2 *.css files (219 LOC)
    • 4 *.kts files (113 LOC)
    • 1 *.xml files (38 LOC)
  • " *.java" is biggest, containing 97.84% of LOC.
  • " *.xml" is smallest, containing 0.12% of LOC.


*.java30574 LOC (97%) 284 files
*.flex306 LOC (<1%) 1 file
*.css219 LOC (<1%) 2 files
*.kts113 LOC (<1%) 4 files
*.xml38 LOC (<1%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]java" AND any line of content like ".*[/][/] This is a generated file[.] Not intended for manual editing[.].*".
    • files with any line of content like "//[ ]*Generated by .*".
  • 110 files match defined criteria (13,722 LOC, 43.9% vs. main code). All matches are in *.java files.


*.java13722 LOC (100%) 110 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 ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 1 file matches defined criteria (68 LOC, 0.2% vs. main code). All matches are in *.bat files.


*.bat68 LOC (100%) 1 file
Other Code
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Dd]emos?/.*".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/checkstyle.*".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 51 files match defined criteria (2,665 LOC, 8.5% vs. main code):
    • 32 *.java files (1,735 LOC)
    • 8 *.properties files (694 LOC)
    • 2 *.md files (103 LOC)
    • 3 *.svg files (52 LOC)
    • 3 *.scala files (39 LOC)
    • 1 *.js files (19 LOC)
    • 1 *.kt files (14 LOC)
    • 1 *.groovy files (9 LOC)
  • " *.java" is biggest, containing 65.1% of LOC.
  • " *.groovy" is smallest, containing 0.34% of LOC.


*.java1735 LOC (65%) 32 files
*.properties694 LOC (26%) 8 files
*.md103 LOC (3%) 2 files
*.svg52 LOC (1%) 3 files
*.scala39 LOC (1%) 3 files
*.js19 LOC (<1%) 1 file
*.kt14 LOC (<1%) 1 file
*.groovy9 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:35