uber / uForwarder
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
proto
properties
gitattributes
txt
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.

main27490 LOC (46%) 309 files
test31125 LOC (52%) 236 files
generated0 LOC (0%) 0 files
build and deployment628 LOC (1%) 18 files
other190 LOC (<1%) 6 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
proto
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 309 files match defined criteria (27,490 LOC, 100.0% vs. main code):
    • 287 *.java files (25,207 LOC)
    • 14 *.proto files (1,237 LOC)
    • 5 *.html files (889 LOC)
    • 3 *.yaml files (157 LOC)
  • " *.java" is biggest, containing 91.7% of LOC.
  • " *.yaml" is smallest, containing 0.57% of LOC.


*.java25207 LOC (91%) 287 files
*.proto1237 LOC (4%) 14 files
*.html889 LOC (3%) 5 files
*.yaml157 LOC (<1%) 3 files
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/.*".
  • 236 files match defined criteria (31,125 LOC, 113.2% vs. main code):
    • 224 *.java files (30,684 LOC)
    • 10 *.yaml files (404 LOC)
    • 1 *.py files (23 LOC)
    • 1 *.xml files (14 LOC)
  • " *.java" is biggest, containing 98.58% of LOC.
  • " *.xml" is smallest, containing 0.04% of LOC.


*.java30684 LOC (98%) 224 files
*.yaml404 LOC (1%) 10 files
*.py23 LOC (<1%) 1 file
*.xml14 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 ".*[.]gradle".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitattributes".
    • files with paths like ".*[.]bat".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
  • 18 files match defined criteria (628 LOC, 2.3% vs. main code):
    • 15 *.gradle files (514 LOC)
    • 1 *.bat files (71 LOC)
    • 2 *.sh files (43 LOC)
  • " *.gradle" is biggest, containing 81.85% of LOC.
  • " *.sh" is smallest, containing 6.85% of LOC.


*.gradle514 LOC (81%) 15 files
*.bat71 LOC (11%) 1 file
*.sh43 LOC (6%) 2 files
Other Code
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 ".*/[.]gitignore".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
  • 6 files match defined criteria (190 LOC, 0.7% vs. main code):
    • 2 *.md files (107 LOC)
    • 3 *.json files (78 LOC)
    • 1 *.properties files (5 LOC)
  • " *.md" is biggest, containing 56.32% of LOC.
  • " *.properties" is smallest, containing 2.63% of LOC.


*.md107 LOC (56%) 2 files
*.json78 LOC (41%) 3 files
*.properties5 LOC (2%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-04-18 13:01