Analysis scope, overview of main, test, generated, deployment, build, and other code.
12 extensions are included in analyses: java, gradle, txt, yml, bat, xml, gitignore, md, json, dockerignore, properties, sql
5 criteria are used to exclude files from analysis:
exclude files with path like ".*/sokrates_.*?[.]json " (Sokrates conventions and configurations) (1 file).
exclude files with path like ".*/gradle/wrapper/.* " (Gradle) (1 file).
exclude files with path like ".*/[.][a-zA-Z0-9_]+.* " (Hidden files and folders) (2 files).
exclude files with path like ".*/git[-]history[.]txt " (Git history) (1 file).
exclude files with path like ".*/git[-][a-zA-Z0-9_]+[.]txt " (Git data exports for sokrates analyses) (0 files).
The source code folder contains 95 files:
86 files are included in analyses.
9 files are excluded from analyses:
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.
test 0 LOC (0%) 0 files
generated 0 LOC (0%) 0 files
build and deployment 345 LOC (7%) 10 files
The following criteria are used to filter files:
files with paths like ".* ".
73 files match defined criteria (3,936 LOC, 100.0% vs. main code):
69 *.java files (3,796 LOC)
1 *.sql files (79 LOC)
2 *.yml files (51 LOC)
1 *.xml files (10 LOC)
" *.java" is biggest, containing 96.44% of LOC.
" *.xml" is smallest, containing 0.25% of LOC.
*.java 3796 LOC (96%) 69 files
*.sql 79 LOC (2%) 1 file
*.yml 51 LOC (1%) 2 files
*.xml 10 LOC (<1%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]gradle ".
files with paths like ".*[.]git[a-z]+ ".
files with paths like ".*/[.]gitignore ".
files with paths like ".*[.]bat ".
10 files match defined criteria (345 LOC, 8.8% vs. main code):
9 *.gradle files (284 LOC)
1 *.bat files (61 LOC)
" *.gradle" is biggest, containing 82.32% of LOC.
" *.bat" is smallest, containing 17.68% of LOC.
*.gradle 284 LOC (82%) 9 files
*.bat 61 LOC (17%) 1 file
The following criteria are used to filter files:
files with paths like ".*[.]json ".
files with paths like ".*[.]md ".
files with paths like ".*/README[.][a-z0-9]+ ".
files with paths like ".*[.]properties ".
files with paths like ".*[.]txt ".
files with paths like ".*/[.]dockerignore ".
files with paths like ".*/[.]gitignore ".
3 files match defined criteria (32 LOC, 0.8% vs. main code):
1 *.md files (17 LOC)
2 *.txt files (15 LOC)
" *.md" is biggest, containing 53.12% of LOC.
" *.txt" is smallest, containing 46.88% of LOC.
*.md 17 LOC (53%) 1 file
*.txt 15 LOC (46%) 2 files
*.java files are analyzed with JavaAnalyzer:
All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
Unit size analysis
Conditional complexity analysis
Advanced heuristic dependency analysis (based on package names)
*.sql files are analyzed with SqlAnalyzer:
All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
No unit size analysis
No conditional complexity analysis
No dependency analysis
*.yml files are analyzed with YamlAnalyzer:
All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
No unit size analysis
No conditional complexity analysis
No dependency analysis
*.xml files are analyzed with XmlAnalyzer:
All basic standard analyses supported (source code overview, duplication, file size, concerns, findings, metrics, controls)
Advanced code cleaning (empty lines and comments removed for LOC calculations, additional cleaning for duplication calculations)
No unit size analysis
No conditional complexity analysis
No dependency analysis
2023-08-10 21:06