apache / netbeans-jackpot30
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
jelly
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.

main42242 LOC (73%) 273 files
test7482 LOC (13%) 71 files
generated0 LOC (0%) 0 files
build and deployment1070 LOC (1%) 57 files
other6443 LOC (11%) 169 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 ".*".
  • 273 files match defined criteria (42,242 LOC, 100.0% vs. main code):
    • 100 *.xml files (22,394 LOC)
    • 157 *.java files (19,047 LOC)
    • 1 *.js files (502 LOC)
    • 12 *.html files (262 LOC)
    • 3 *.jelly files (37 LOC)
  • " *.xml" is biggest, containing 53.01% of LOC.
  • " *.jelly" is smallest, containing 0.09% of LOC.


*.xml22394 LOC (53%) 100 files
*.java19047 LOC (45%) 157 files
*.js502 LOC (1%) 1 file
*.html262 LOC (<1%) 12 files
*.jelly37 LOC (<1%) 3 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/.*".
  • 71 files match defined criteria (7,482 LOC, 17.7% vs. main code):
    • 45 *.java files (3,953 LOC)
    • 25 *.xml files (3,510 LOC)
    • 1 *.js files (19 LOC)
  • " *.java" is biggest, containing 52.83% of LOC.
  • " *.js" is smallest, containing 0.25% of LOC.


*.java3953 LOC (52%) 45 files
*.xml3510 LOC (46%) 25 files
*.js19 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 ".*/build[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]bat".
  • 57 files match defined criteria (1,070 LOC, 2.5% vs. main code):
    • 48 *.xml files (994 LOC)
    • 8 *.sh files (58 LOC)
    • 1 *.bat files (18 LOC)
  • " *.xml" is biggest, containing 92.9% of LOC.
  • " *.bat" is smallest, containing 1.68% of LOC.


*.xml994 LOC (92%) 48 files
*.sh58 LOC (5%) 8 files
*.bat18 LOC (1%) 1 file
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 ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 169 files match defined criteria (6,443 LOC, 15.3% vs. main code):
    • 150 *.properties files (4,181 LOC)
    • 18 *.txt files (2,184 LOC)
    • 1 *.md files (78 LOC)
  • " *.properties" is biggest, containing 64.89% of LOC.
  • " *.md" is smallest, containing 1.21% of LOC.


*.properties4181 LOC (64%) 150 files
*.txt2184 LOC (33%) 18 files
*.md78 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 18:47