apache / commons-geometry
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
obj
gitattributes
xsl
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.

main25201 LOC (28%) 294 files
test51149 LOC (58%) 187 files
generated0 LOC (0%) 0 files
build and deployment1598 LOC (1%) 14 files
other8956 LOC (10%) 80 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsl
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 294 files match defined criteria (25,201 LOC, 100.0% vs. main code):
    • 271 *.java files (21,770 LOC)
    • 22 *.xml files (3,381 LOC)
    • 1 *.xsl files (50 LOC)
  • " *.java" is biggest, containing 86.39% of LOC.
  • " *.xsl" is smallest, containing 0.2% of LOC.


*.java21770 LOC (86%) 271 files
*.xml3381 LOC (13%) 22 files
*.xsl50 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
obj
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 187 files match defined criteria (51,149 LOC, 203.0% vs. main code):
    • 184 *.java files (48,754 LOC)
    • 3 *.obj files (2,395 LOC)
  • " *.java" is biggest, containing 95.32% of LOC.
  • " *.obj" is smallest, containing 4.68% of LOC.


*.java48754 LOC (95%) 184 files
*.obj2395 LOC (4%) 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".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/assembly/src[.]xml".
  • 14 files match defined criteria (1,598 LOC, 6.3% vs. main code):
    • 13 *.xml files (1,567 LOC)
    • 1 *.sh files (31 LOC)
  • " *.xml" is biggest, containing 98.06% of LOC.
  • " *.sh" is smallest, containing 1.94% of LOC.


*.xml1567 LOC (98%) 13 files
*.sh31 LOC (1%) 1 file
Other Code
txt
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 ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/checkstyle.*".
    • files with paths like ".*/checkstyle[.]xml".
  • 80 files match defined criteria (8,956 LOC, 35.5% vs. main code):
    • 33 *.java files (3,736 LOC)
    • 15 *.svg files (2,010 LOC)
    • 21 *.md files (1,748 LOC)
    • 9 *.txt files (1,298 LOC)
    • 2 *.xml files (164 LOC)
  • " *.java" is biggest, containing 41.72% of LOC.
  • " *.xml" is smallest, containing 1.83% of LOC.


*.java3736 LOC (41%) 33 files
*.svg2010 LOC (22%) 15 files
*.md1748 LOC (19%) 21 files
*.txt1298 LOC (14%) 9 files
*.xml164 LOC (1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 21:13