aws-samples / ecs-windows-ci-cd-blue-green
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 10 files with 1,446 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (834 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (458 lines of code)
    • 4 very small files (154 lines of code)
0% | 0% | 57% | 31% | 10%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java0% | 0% | 64% | 24% | 11%
js0% | 0% | 0% | 100% | 0%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/main/java/com/ecs/cicd0% | 0% | 76% | 14% | 9%
src/main/java/com/ecs/cicd/model0% | 0% | 45% | 41% | 13%
lambda0% | 0% | 0% | 100% | 0%
asset0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
EcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
398 2
PipelineEcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
225 2
UpdateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
211 30
CreateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
193 27
index.js
in lambda
149 6
DeploymentGroupRequestCreator.java
in src/main/java/com/ecs/cicd
116 6
DeleteDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
64 9
FileZipperHelper.java
in src/main/java/com/ecs/cicd
64 3
EcsWindowsCiCdBlueGreenApp.java
in src/main/java/com/ecs/cicd
14 1
appspec_template.yaml
in asset
12 -
Files With Most Units (Top 9)
File# lines# units
UpdateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
211 30
CreateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
193 27
DeleteDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
64 9
DeploymentGroupRequestCreator.java
in src/main/java/com/ecs/cicd
116 6
index.js
in lambda
149 6
FileZipperHelper.java
in src/main/java/com/ecs/cicd
64 3
EcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
398 2
PipelineEcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
225 2
EcsWindowsCiCdBlueGreenApp.java
in src/main/java/com/ecs/cicd
14 1
Files With Long Lines (Top 8)

There are 8 files with lines longer than 120 characters. In total, there are 30 long lines.

File# lines# units# long lines
UpdateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
211 30 9
CreateDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
193 27 6
EcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
398 2 6
PipelineEcsWindowsBlueGreenStack.java
in src/main/java/com/ecs/cicd
225 2 3
index.js
in lambda
149 6 3
DeploymentGroupRequestCreator.java
in src/main/java/com/ecs/cicd
116 6 1
DeleteDeploymentGroupRequest.java
in src/main/java/com/ecs/cicd/model
64 9 1
FileZipperHelper.java
in src/main/java/com/ecs/cicd
64 3 1