apache / flex-blazeds
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
mxml
properties
xsd
txt
as
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.

main39036 LOC (70%) 451 files
test9440 LOC (16%) 242 files
generated0 LOC (0%) 0 files
build and deployment2092 LOC (3%) 23 files
other5003 LOC (9%) 98 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 ".*".
  • 451 files match defined criteria (39,036 LOC, 100.0% vs. main code):
    • 445 *.java files (38,152 LOC)
    • 6 *.xml files (884 LOC)
  • " *.java" is biggest, containing 97.74% of LOC.
  • " *.xml" is smallest, containing 2.26% of LOC.


*.java38152 LOC (97%) 445 files
*.xml884 LOC (2%) 6 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/.*".
  • 242 files match defined criteria (9,440 LOC, 24.2% vs. main code):
    • 138 *.java files (7,923 LOC)
    • 104 *.xml files (1,517 LOC)
  • " *.java" is biggest, containing 83.93% of LOC.
  • " *.xml" is smallest, containing 16.07% of LOC.


*.java7923 LOC (83%) 138 files
*.xml1517 LOC (16%) 104 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 ".*/build[.]xml".
    • 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".
  • 23 files match defined criteria (2,092 LOC, 5.4% vs. main code). All matches are in *.xml files.


*.xml2092 LOC (100%) 23 files
Other Code
properties
mxml
xsd
as
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]properties".
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
  • 98 files match defined criteria (5,003 LOC, 12.8% vs. main code):
    • 25 *.xml files (1,677 LOC)
    • 22 *.java files (1,571 LOC)
    • 4 *.properties files (532 LOC)
    • 2 *.htm files (287 LOC)
    • 10 *.json files (180 LOC)
    • 1 *.adoc files (161 LOC)
    • 10 *.html files (140 LOC)
    • 14 *.mxml files (137 LOC)
    • 1 *.css files (103 LOC)
    • 1 *.xsd files (99 LOC)
    • 3 *.jsp files (46 LOC)
    • 1 *.as files (36 LOC)
    • 2 *.bat files (32 LOC)
    • 2 *.sh files (2 LOC)
  • " *.xml" is biggest, containing 33.52% of LOC.
  • " *.sh" is smallest, containing 0.04% of LOC.


*.xml1677 LOC (33%) 25 files
*.java1571 LOC (31%) 22 files
*.properties532 LOC (10%) 4 files
*.htm287 LOC (5%) 2 files
*.json180 LOC (3%) 10 files
*.adoc161 LOC (3%) 1 file
*.html140 LOC (2%) 10 files
*.mxml137 LOC (2%) 14 files
*.css103 LOC (2%) 1 file
*.xsd99 LOC (1%) 1 file
*.jsp46 LOC (<1%) 3 files
*.as36 LOC (<1%) 1 file
*.bat32 LOC (<1%) 2 files
*.sh2 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 15:04