JetBrains / ring-ui
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
mjs
txt
gitattributes
stylelintignore
editorconfig
npmrc
prettierignore
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.

main37934 LOC (77%) 403 files
test8327 LOC (16%) 107 files
generated0 LOC (0%) 0 files
build and deployment81 LOC (<1%) 1 file
other2800 LOC (5%) 25 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
mjs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 403 files match defined criteria (37,934 LOC, 100.0% vs. main code):
    • 223 *.tsx files (23,650 LOC)
    • 78 *.css files (6,958 LOC)
    • 74 *.ts files (5,844 LOC)
    • 24 *.js files (996 LOC)
    • 4 *.mjs files (486 LOC)
  • " *.tsx" is biggest, containing 62.35% of LOC.
  • " *.mjs" is smallest, containing 1.28% of LOC.


*.tsx23650 LOC (62%) 223 files
*.css6958 LOC (18%) 78 files
*.ts5844 LOC (15%) 74 files
*.js996 LOC (2%) 24 files
*.mjs486 LOC (1%) 4 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
mjs
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*_test[.].*".
    • files with paths like ".*/jest[.][a-zA-Z0-9\.]+".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*/__mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/test[.].*".
    • files with paths like ".*/test[-]helpers/.*".
    • files with paths like ".*/mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/[Mm]ocks/.*".
    • files with paths like ".*/test[-]runner[.].*".
  • 107 files match defined criteria (8,327 LOC, 22.0% vs. main code):
    • 57 *.tsx files (4,257 LOC)
    • 31 *.ts files (3,707 LOC)
    • 16 *.js files (284 LOC)
    • 1 *.mjs files (44 LOC)
    • 1 *.css files (19 LOC)
    • 1 *.html files (16 LOC)
  • " *.tsx" is biggest, containing 51.12% of LOC.
  • " *.html" is smallest, containing 0.19% of LOC.


*.tsx4257 LOC (51%) 57 files
*.ts3707 LOC (44%) 31 files
*.js284 LOC (3%) 16 files
*.mjs44 LOC (<1%) 1 file
*.css19 LOC (<1%) 1 file
*.html16 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 ".*[.]sh".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*/[.]gitattributes".
  • 1 file matches defined criteria (81 LOC, 0.2% vs. main code). All matches are in *.js files.


*.js81 LOC (100%) 1 file
Other Code
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 ".*[.]editorconfig".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]stylelintignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]npmrc".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]prettierignore".
  • 25 files match defined criteria (2,800 LOC, 7.4% vs. main code):
    • 11 *.json files (1,606 LOC)
    • 6 *.md files (989 LOC)
    • 1 *.txt files (169 LOC)
    • 7 *.svg files (36 LOC)
  • " *.json" is biggest, containing 57.36% of LOC.
  • " *.svg" is smallest, containing 1.29% of LOC.


*.json1606 LOC (57%) 11 files
*.md989 LOC (35%) 6 files
*.txt169 LOC (6%) 1 file
*.svg36 LOC (1%) 7 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:54