JetBrains / hawtio
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
editorconfig
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.

main15760 LOC (65%) 205 files
test1600 LOC (6%) 25 files
generated0 LOC (0%) 0 files
build and deployment2520 LOC (10%) 26 files
other4098 LOC (17%) 110 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 ".*".
  • 205 files match defined criteria (15,760 LOC, 100.0% vs. main code):
    • 172 *.java files (13,538 LOC)
    • 13 *.xml files (1,163 LOC)
    • 10 *.ts files (395 LOC)
    • 3 *.js files (385 LOC)
    • 6 *.html files (271 LOC)
    • 1 *.less files (8 LOC)
  • " *.java" is biggest, containing 85.9% of LOC.
  • " *.less" is smallest, containing 0.05% of LOC.


*.java13538 LOC (85%) 172 files
*.xml1163 LOC (7%) 13 files
*.ts395 LOC (2%) 10 files
*.js385 LOC (2%) 3 files
*.html271 LOC (1%) 6 files
*.less8 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/.*".
  • 25 files match defined criteria (1,600 LOC, 10.2% vs. main code):
    • 24 *.java files (1,589 LOC)
    • 1 *.html files (11 LOC)
  • " *.java" is biggest, containing 99.31% of LOC.
  • " *.html" is smallest, containing 0.69% of LOC.


*.java1589 LOC (99%) 24 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 ".*/pom[.]xml".
    • files with paths like ".*/assembly[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/package[.]json".
  • 26 files match defined criteria (2,520 LOC, 16.0% vs. main code). All matches are in *.xml files.


*.xml2520 LOC (100%) 26 files
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 110 files match defined criteria (4,098 LOC, 26.0% vs. main code):
    • 12 *.xml files (1,180 LOC)
    • 15 *.json files (905 LOC)
    • 18 *.md files (564 LOC)
    • 16 *.java files (480 LOC)
    • 7 *.js files (390 LOC)
    • 28 *.properties files (303 LOC)
    • 8 *.txt files (222 LOC)
    • 1 *.sh files (22 LOC)
    • 2 *.html files (20 LOC)
    • 3 *.css files (12 LOC)
  • " *.xml" is biggest, containing 28.79% of LOC.
  • " *.css" is smallest, containing 0.29% of LOC.


*.xml1180 LOC (28%) 12 files
*.json905 LOC (22%) 15 files
*.md564 LOC (13%) 18 files
*.java480 LOC (11%) 16 files
*.js390 LOC (9%) 7 files
*.properties303 LOC (7%) 28 files
*.txt222 LOC (5%) 8 files
*.sh22 LOC (<1%) 1 file
*.html20 LOC (<1%) 2 files
*.css12 LOC (<1%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:48