apache / felix-atomos
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
pro
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.

main9352 LOC (50%) 131 files
test4848 LOC (26%) 82 files
generated0 LOC (0%) 0 files
build and deployment2534 LOC (13%) 25 files
other1636 LOC (8%) 54 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 ".*".
  • 131 files match defined criteria (9,352 LOC, 100.0% vs. main code):
    • 122 *.java files (9,085 LOC)
    • 9 *.xml files (267 LOC)
  • " *.java" is biggest, containing 97.14% of LOC.
  • " *.xml" is smallest, containing 2.86% of LOC.


*.java9085 LOC (97%) 122 files
*.xml267 LOC (2%) 9 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/.*".
    • files with paths like ".*[.][Tt]ests/.*".
    • files with paths like ".*[.][Tt]ests[.].*".
    • files with paths like ".*[.]tests[.].*".
    • files with paths like ".*/[Tt]ests/.*".
  • 82 files match defined criteria (4,848 LOC, 51.8% vs. main code):
    • 63 *.java files (3,607 LOC)
    • 19 *.xml files (1,241 LOC)
  • " *.java" is biggest, containing 74.4% of LOC.
  • " *.xml" is smallest, containing 25.6% of LOC.


*.java3607 LOC (74%) 63 files
*.xml1241 LOC (25%) 19 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 ".*/AndroidManifest[.]xml".
    • files with paths like ".*[.]gradle".
    • files with paths like ".*[.]bat".
    • files with paths like ".*/[.]gitattributes".
  • 25 files match defined criteria (2,534 LOC, 27.1% vs. main code):
    • 21 *.xml files (2,423 LOC)
    • 1 *.bat files (61 LOC)
    • 3 *.gradle files (50 LOC)
  • " *.xml" is biggest, containing 95.62% of LOC.
  • " *.gradle" is smallest, containing 1.97% of LOC.


*.xml2423 LOC (95%) 21 files
*.bat61 LOC (2%) 1 file
*.gradle50 LOC (1%) 3 files
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Ee]xamples/.*".
    • 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 ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 54 files match defined criteria (1,636 LOC, 17.5% vs. main code):
    • 19 *.json files (1,261 LOC)
    • 4 *.java files (212 LOC)
    • 11 *.md files (125 LOC)
    • 19 *.txt files (19 LOC)
    • 1 *.properties files (19 LOC)
  • " *.json" is biggest, containing 77.08% of LOC.
  • " *.properties" is smallest, containing 1.16% of LOC.


*.json1261 LOC (77%) 19 files
*.java212 LOC (12%) 4 files
*.md125 LOC (7%) 11 files
*.txt19 LOC (1%) 19 files
*.properties19 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:07