apache / camel-kameleon
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
gitattributes
cmd
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.

main1655 LOC (71%) 32 files
test79 LOC (3%) 3 files
generated0 LOC (0%) 0 files
build and deployment188 LOC (8%) 1 file
other394 LOC (17%) 5 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 ".*".
  • 32 files match defined criteria (1,655 LOC, 100.0% vs. main code):
    • 17 *.java files (890 LOC)
    • 11 *.js files (464 LOC)
    • 2 *.css files (259 LOC)
    • 1 *.scss files (23 LOC)
    • 1 *.html files (19 LOC)
  • " *.java" is biggest, containing 53.78% of LOC.
  • " *.html" is smallest, containing 1.15% of LOC.


*.java890 LOC (53%) 17 files
*.js464 LOC (28%) 11 files
*.css259 LOC (15%) 2 files
*.scss23 LOC (1%) 1 file
*.html19 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/.*".
  • 3 files match defined criteria (79 LOC, 4.8% vs. main code). All matches are in *.java files.


*.java79 LOC (100%) 3 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 1 file matches defined criteria (188 LOC, 11.4% vs. main code). All matches are in *.xml files.


*.xml188 LOC (100%) 1 file
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 ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]dockerignore".
  • 5 files match defined criteria (394 LOC, 23.8% vs. main code):
    • 1 *.txt files (169 LOC)
    • 1 *.json files (140 LOC)
    • 1 *.svg files (33 LOC)
    • 1 *.properties files (27 LOC)
    • 1 *.md files (25 LOC)
  • " *.txt" is biggest, containing 42.89% of LOC.
  • " *.md" is smallest, containing 6.35% of LOC.


*.txt169 LOC (42%) 1 file
*.json140 LOC (35%) 1 file
*.svg33 LOC (8%) 1 file
*.properties27 LOC (6%) 1 file
*.md25 LOC (6%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:29