JetBrains / jcef
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
plist
properties
cfg
clang-format
gitmodules
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.

main82052 LOC (85%) 674 files
test8777 LOC (9%) 78 files
generated1651 LOC (1%) 31 files
build and deployment1880 LOC (1%) 50 files
other1792 LOC (1%) 24 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 ".*".
  • 674 files match defined criteria (82,052 LOC, 100.0% vs. main code):
    • 369 *.java files (41,310 LOC)
    • 142 *.cpp files (23,254 LOC)
    • 107 *.h files (11,319 LOC)
    • 37 *.py files (4,746 LOC)
    • 5 *.mm files (707 LOC)
    • 3 *.thrift files (344 LOC)
    • 7 *.cmake files (233 LOC)
    • 3 *.cc files (123 LOC)
    • 1 *.xml files (16 LOC)
  • " *.java" is biggest, containing 50.35% of LOC.
  • " *.xml" is smallest, containing 0.02% of LOC.


*.java41310 LOC (50%) 369 files
*.cpp23254 LOC (28%) 142 files
*.h11319 LOC (13%) 107 files
*.py4746 LOC (5%) 37 files
*.mm707 LOC (<1%) 5 files
*.thrift344 LOC (<1%) 3 files
*.cmake233 LOC (<1%) 7 files
*.cc123 LOC (<1%) 3 files
*.xml16 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]ests/.*".
    • files with paths like ".*_test[.].*".
    • files with paths like ".*/test_.*".
    • files with paths like ".*_tests[.].*".
  • 78 files match defined criteria (8,777 LOC, 10.7% vs. main code):
    • 68 *.java files (8,438 LOC)
    • 7 *.html files (232 LOC)
    • 1 *.bat files (58 LOC)
    • 1 *.sh files (35 LOC)
    • 1 *.cpp files (14 LOC)
  • " *.java" is biggest, containing 96.14% of LOC.
  • " *.cpp" is smallest, containing 0.16% of LOC.


*.java8438 LOC (96%) 68 files
*.html232 LOC (2%) 7 files
*.bat58 LOC (<1%) 1 file
*.sh35 LOC (<1%) 1 file
*.cpp14 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 ".*[.]h" AND any line of content like ".* DO NOT EDIT THIS FILE [-] it is machine generated .*".
  • 31 files match defined criteria (1,651 LOC, 2.0% vs. main code). All matches are in *.h files.


*.h1651 LOC (100%) 31 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 ".*/pom[.]xml".
    • files with paths like ".*/build[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitmodules".
    • files with paths like ".*/[.]gitignore".
  • 50 files match defined criteria (1,880 LOC, 2.3% vs. main code):
    • 28 *.sh files (937 LOC)
    • 18 *.bat files (612 LOC)
    • 2 *.xml files (259 LOC)
    • 2 *.gradle files (72 LOC)
  • " *.sh" is biggest, containing 49.84% of LOC.
  • " *.gradle" is smallest, containing 3.83% of LOC.


*.sh937 LOC (49%) 28 files
*.bat612 LOC (32%) 18 files
*.xml259 LOC (13%) 2 files
*.gradle72 LOC (3%) 2 files
Other Code
txt
plist
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]plist".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
  • 24 files match defined criteria (1,792 LOC, 2.2% vs. main code):
    • 18 *.txt files (1,536 LOC)
    • 2 *.md files (147 LOC)
    • 3 *.plist files (105 LOC)
    • 1 *.properties files (4 LOC)
  • " *.txt" is biggest, containing 85.71% of LOC.
  • " *.properties" is smallest, containing 0.22% of LOC.


*.txt1536 LOC (85%) 18 files
*.md147 LOC (8%) 2 files
*.plist105 LOC (5%) 3 files
*.properties4 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:01