apache / tomee-jakarta
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
properties
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.

main4292 LOC (40%) 43 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment5544 LOC (51%) 15 files
other853 LOC (7%) 19 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 ".*".
  • 43 files match defined criteria (4,292 LOC, 100.0% vs. main code):
    • 12 *.java files (2,209 LOC)
    • 18 *.xml files (1,047 LOC)
    • 4 *.html files (388 LOC)
    • 4 *.css files (324 LOC)
    • 4 *.js files (248 LOC)
    • 1 *.groovy files (76 LOC)
  • " *.java" is biggest, containing 51.47% of LOC.
  • " *.groovy" is smallest, containing 1.77% of LOC.


*.java2209 LOC (51%) 12 files
*.xml1047 LOC (24%) 18 files
*.html388 LOC (9%) 4 files
*.css324 LOC (7%) 4 files
*.js248 LOC (5%) 4 files
*.groovy76 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 ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 15 files match defined criteria (5,544 LOC, 129.2% vs. main code):
    • 8 *.xml files (5,026 LOC)
    • 4 *.bat files (397 LOC)
    • 3 *.sh files (121 LOC)
  • " *.xml" is biggest, containing 90.66% of LOC.
  • " *.sh" is smallest, containing 2.18% of LOC.


*.xml5026 LOC (90%) 8 files
*.bat397 LOC (7%) 4 files
*.sh121 LOC (2%) 3 files
Other Code
properties
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
  • 19 files match defined criteria (853 LOC, 19.9% vs. main code):
    • 13 *.properties files (643 LOC)
    • 6 *.txt files (210 LOC)
  • " *.properties" is biggest, containing 75.38% of LOC.
  • " *.txt" is smallest, containing 24.62% of LOC.


*.properties643 LOC (75%) 13 files
*.txt210 LOC (24%) 6 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-11 01:47