JetBrains / xstream
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
gitattributes
xsl
cmd
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.

main36467 LOC (54%) 464 files
test28651 LOC (42%) 253 files
generated0 LOC (0%) 0 files
build and deployment2153 LOC (3%) 7 files
other232 LOC (<1%) 12 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 ".*".
  • 464 files match defined criteria (36,467 LOC, 100.0% vs. main code):
    • 392 *.java files (25,068 LOC)
    • 65 *.html files (10,872 LOC)
    • 1 *.css files (306 LOC)
    • 6 *.xml files (221 LOC)
  • " *.java" is biggest, containing 68.74% of LOC.
  • " *.xml" is smallest, containing 0.61% of LOC.


*.java25068 LOC (68%) 392 files
*.html10872 LOC (29%) 65 files
*.css306 LOC (<1%) 1 file
*.xml221 LOC (<1%) 6 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/test[-]resources/.*".
  • 253 files match defined criteria (28,651 LOC, 78.6% vs. main code):
    • 247 *.java files (28,525 LOC)
    • 5 *.xml files (97 LOC)
    • 1 *.xsl files (29 LOC)
  • " *.java" is biggest, containing 99.56% of LOC.
  • " *.xsl" is smallest, containing 0.1% of LOC.


*.java28525 LOC (99%) 247 files
*.xml97 LOC (<1%) 5 files
*.xsl29 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 7 files match defined criteria (2,153 LOC, 5.9% vs. main code). All matches are in *.xml files.


*.xml2153 LOC (100%) 7 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 ".*[.]txt".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
  • 12 files match defined criteria (232 LOC, 0.6% vs. main code):
    • 9 *.txt files (192 LOC)
    • 2 *.md files (39 LOC)
    • 1 *.properties files (1 LOC)
  • " *.txt" is biggest, containing 82.76% of LOC.
  • " *.properties" is smallest, containing 0.43% of LOC.


*.txt192 LOC (82%) 9 files
*.md39 LOC (16%) 2 files
*.properties1 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:47