awslabs / smithy-typescript
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 68 files with 10,849 lines of code.
    • 2 very long files (3,037 lines of code)
    • 0 long files (0 lines of code)
    • 13 medium size files (3,773 lines of codeclsfd_ftr_w_mp_ins)
    • 19 small files (2,756 lines of code)
    • 34 very small files (1,283 lines of code)
27% | 0% | 34% | 25% | 11%
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
java30% | 0% | 35% | 22% | 10%
ts0% | 0% | 33% | 45% | 21%
kts0% | 0% | 0% | 76% | 23%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
smithy-typescript-codegen/src/main/java30% | 0% | 35% | 22% | 10%
smithy-typescript-ssdk-libs/server-common/src/validation0% | 0% | 66% | 33% | 0%
ROOT0% | 0% | 0% | 94% | 5%
smithy-typescript-ssdk-libs/server-apigateway/src0% | 0% | 0% | 99% | <1%
smithy-typescript-ssdk-libs/server-common/src/httpbinding0% | 0% | 0% | 99% | <1%
smithy-typescript-ssdk-libs/server-common/src0% | 0% | 0% | 0% | 100%
smithy-typescript-codegen/src/main/resources0% | 0% | 0% | 0% | 100%
smithy-typescript-codegen-test0% | 0% | 0% | 0% | 100%
smithy-typescript-ssdk-libs0% | 0% | 0% | 0% | 100%
smithy-typescript-codegen0% | 0% | 0% | 0% | 100%
smithy-typescript-ssdk-libs/server-common0% | 0% | 0% | 0% | 100%
smithy-typescript-ssdk-libs/server-apigateway0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
HttpBindingProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
2008 96
HttpProtocolTestGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
1029 55
StructuredMemberWriter.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
423 22
CodegenVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
377 13
SymbolVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
359 34
RuntimeClientPlugin.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
306 38
ServiceBareBonesClientGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
275 10
ServerGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
272 8
TypeScriptJmesPathVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
269 24
HttpProtocolGeneratorUtils.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
265 13
CommandGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
264 12
validators.ts
in smithy-typescript-ssdk-libs/server-common/src/validation
260 8
HttpRpcProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
258 19
TypeScriptSettings.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
228 32
ServerCommandGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
217 12
RuntimeConfigGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
197 1
WaiterGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
194 11
DocumentMemberDeserVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
188 31
PaginationGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
183 9
ProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
174 27
TypeScriptWriter.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
168 18
DocumentMemberSerVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
164 31
build.gradle.kts
in root
157 -
UnionGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
144 6
TypeScriptDependency.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
140 6
index.ts
in smithy-typescript-ssdk-libs/server-common/src/validation
129 1
ImportDeclarations.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
124 10
lambda.ts
in smithy-typescript-ssdk-libs/server-apigateway/src
119 17
CodegenUtils.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
115 9
StructureGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
115 4
AddHttpApiKeyAuthPlugin.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
114 4
AddChecksumRequiredDependency.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
114 4
mux.ts
in smithy-typescript-ssdk-libs/server-common/src/httpbinding
109 2
ServerSymbolVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
108 7
DocumentShapeSerVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
97 13
DocumentShapeDeserVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
97 13
AddEventStreamDependency.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
93 3
ServiceAggregatedClientGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
92 1
IndexGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
86 5
TypeScriptDelegator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
84 7
ApplicationProtocol.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
83 11
TypeScriptIntegration.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
76 9
http-api-key-auth.ts
in smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/integration
73 1
EnumGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
47 4
ServerErrorGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
47 1
PackageJsonGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
46 2
errors.ts
in smithy-typescript-ssdk-libs/server-common/src
43 -
TypeScriptUtils.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
36 5
LanguageTarget.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
34 5
LongValidator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/validation
33 2
Files With Most Units (Top 20)
File# lines# units
HttpBindingProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
2008 96
HttpProtocolTestGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
1029 55
RuntimeClientPlugin.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
306 38
SymbolVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
359 34
TypeScriptSettings.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
228 32
DocumentMemberDeserVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
188 31
DocumentMemberSerVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
164 31
ProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
174 27
TypeScriptJmesPathVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
269 24
StructuredMemberWriter.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
423 22
HttpRpcProtocolGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
258 19
TypeScriptWriter.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
168 18
lambda.ts
in smithy-typescript-ssdk-libs/server-apigateway/src
119 17
DocumentShapeSerVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
97 13
DocumentShapeDeserVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
97 13
HttpProtocolGeneratorUtils.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration
265 13
CodegenVisitor.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
377 13
CommandGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
264 12
ServerCommandGenerator.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
217 12
ApplicationProtocol.java
in smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen
83 11
Files With Long Lines (Top 0)

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

File# lines# units# long lines