apache / ignite-teamcity-bot
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
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.

main30866 LOC (78%) 423 files
test7443 LOC (19%) 36 files
generated0 LOC (0%) 0 files
build and deployment507 LOC (1%) 18 files
other342 LOC (<1%) 14 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 ".*".
  • 423 files match defined criteria (30,866 LOC, 100.0% vs. main code):
    • 388 *.java files (24,244 LOC)
    • 27 *.html files (4,237 LOC)
    • 5 *.js files (1,521 LOC)
    • 2 *.css files (830 LOC)
    • 1 *.xml files (34 LOC)
  • " *.java" is biggest, containing 78.55% of LOC.
  • " *.xml" is smallest, containing 0.11% of LOC.


*.java24244 LOC (78%) 388 files
*.html4237 LOC (13%) 27 files
*.js1521 LOC (4%) 5 files
*.css830 LOC (2%) 2 files
*.xml34 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/.*".
    • files with paths like ".*/[Tt]ests/.*".
  • 36 files match defined criteria (7,443 LOC, 24.1% vs. main code):
    • 12 *.xml files (4,683 LOC)
    • 24 *.java files (2,760 LOC)
  • " *.xml" is biggest, containing 62.92% of LOC.
  • " *.java" is smallest, containing 37.08% of LOC.


*.xml4683 LOC (62%) 12 files
*.java2760 LOC (37%) 24 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 ".*[.]gradle".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/build[.]xml".
    • files with paths like ".*[.]bat".
  • 18 files match defined criteria (507 LOC, 1.6% vs. main code):
    • 15 *.gradle files (261 LOC)
    • 2 *.sh files (185 LOC)
    • 1 *.bat files (61 LOC)
  • " *.gradle" is biggest, containing 51.48% of LOC.
  • " *.bat" is smallest, containing 12.03% of LOC.


*.gradle261 LOC (51%) 15 files
*.sh185 LOC (36%) 2 files
*.bat61 LOC (12%) 1 file
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
  • 14 files match defined criteria (342 LOC, 1.1% vs. main code):
    • 1 *.json files (176 LOC)
    • 9 *.md files (76 LOC)
    • 1 *.svg files (65 LOC)
    • 2 *.txt files (16 LOC)
    • 1 *.properties files (9 LOC)
  • " *.json" is biggest, containing 51.46% of LOC.
  • " *.properties" is smallest, containing 2.63% of LOC.


*.json176 LOC (51%) 1 file
*.md76 LOC (22%) 9 files
*.svg65 LOC (19%) 1 file
*.txt16 LOC (4%) 2 files
*.properties9 LOC (2%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 17:39