apache / turbine-core
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
cvsignore
patch
props
project
jelly
classpath
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.

main39309 LOC (67%) 468 files
test6713 LOC (11%) 115 files
generated0 LOC (0%) 0 files
build and deployment1486 LOC (2%) 5 files
other10485 LOC (18%) 58 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
jelly
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 468 files match defined criteria (39,309 LOC, 100.0% vs. main code):
    • 341 *.java files (24,101 LOC)
    • 123 *.xml files (14,237 LOC)
    • 1 *.jelly files (846 LOC)
    • 1 *.sql files (107 LOC)
    • 2 *.html files (18 LOC)
  • " *.java" is biggest, containing 61.31% of LOC.
  • " *.html" is smallest, containing 0.05% of LOC.


*.java24101 LOC (61%) 341 files
*.xml14237 LOC (36%) 123 files
*.jelly846 LOC (2%) 1 file
*.sql107 LOC (<1%) 1 file
*.html18 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
props
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 115 files match defined criteria (6,713 LOC, 17.1% vs. main code):
    • 92 *.java files (6,002 LOC)
    • 20 *.xml files (610 LOC)
    • 1 *.sql files (99 LOC)
    • 2 *.props files (2 LOC)
  • " *.java" is biggest, containing 89.41% of LOC.
  • " *.props" is smallest, containing 0.03% of LOC.


*.java6002 LOC (89%) 92 files
*.xml610 LOC (9%) 20 files
*.sql99 LOC (1%) 1 file
*.props2 LOC (<1%) 2 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 ".*[.]cvsignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 5 files match defined criteria (1,486 LOC, 3.8% vs. main code):
    • 3 *.xml files (1,471 LOC)
    • 2 *.sh files (15 LOC)
  • " *.xml" is biggest, containing 98.99% of LOC.
  • " *.sh" is smallest, containing 1.01% of LOC.


*.xml1471 LOC (98%) 3 files
*.sh15 LOC (1%) 2 files
Other Code
properties
txt
patch
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]cvsignore".
    • files with paths like ".*/checkstyle.*".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/changes[.]xml".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]patch".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 58 files match defined criteria (10,485 LOC, 26.7% vs. main code):
    • 37 *.properties files (5,885 LOC)
    • 2 *.svg files (2,770 LOC)
    • 11 *.txt files (812 LOC)
    • 3 *.xml files (755 LOC)
    • 3 *.patch files (141 LOC)
    • 1 *.json files (65 LOC)
    • 1 *.md files (57 LOC)
  • " *.properties" is biggest, containing 56.13% of LOC.
  • " *.md" is smallest, containing 0.54% of LOC.


*.properties5885 LOC (56%) 37 files
*.svg2770 LOC (26%) 2 files
*.txt812 LOC (7%) 11 files
*.xml755 LOC (7%) 3 files
*.patch141 LOC (1%) 3 files
*.json65 LOC (<1%) 1 file
*.md57 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 17:31