File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
build.gradle.kts in root |
124 | - | 60 | 659 | 22 |
KotlinSettings.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen |
124 | 2 | 5 | 659 | 15 |
build.gradle.kts in smithy-kotlin-codegen |
85 | - | 90 | 659 | 21 |
settings.gradle.kts in root |
42 | - | 22 | 659 | 29 |
KotlinCodegenPlugin.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen |
14 | - | 109 | 659 | 9 |
CodegenVisitor.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen |
141 | 6 | 91 | 644 | 26 |
KotlinIntegration.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/integration |
45 | 3 | 238 | 581 | 10 |
KotlinTypes.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang |
75 | 1 | 5 | 344 | 8 |
ReservedWords.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang |
39 | - | 339 | 344 | 2 |
BuiltinPreprocessor.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang |
38 | 1 | 190 | 344 | 3 |
OperationNormalizer.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/model |
79 | 1 | 274 | 330 | 3 |
HttpBindingProtocolGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
814 | 8 | 5 | 279 | 21 |
SerializeStructGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/serde |
384 | 9 | 151 | 279 | 7 |
DeserializeStructGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/serde |
346 | 7 | 182 | 279 | 5 |
StructureGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
254 | 1 | 56 | 279 | 8 |
KotlinWriter.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
211 | 6 | 5 | 279 | 16 |
ShapeValueGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
208 | 7 | 216 | 279 | 6 |
GradleGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
204 | 4 | 5 | 279 | 4 |
KotlinSymbolProvider.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
188 | 12 | 43 | 279 | 5 |
HttpProtocolClientGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
188 | 10 | 56 | 279 | 17 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
ReservedWords.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang |
39 | - | 339 | 344 | 2 |
OptionalExt.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/utils |
3 | - | 279 | 279 | 1 |
OperationIO.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/model/traits |
19 | - | 279 | 279 | 1 |
CodegenContext.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
35 | - | 279 | 279 | 1 |
DeserializeUnionGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/serde |
62 | 4 | 279 | 279 | 1 |
SerdeIndex.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/model/knowledge |
67 | 2 | 279 | 279 | 1 |
CustomRuleSetProvider.kt in ktlint-rules/src/main/kotlin/software/aws/ktlint/rules |
11 | - | 274 | 274 | 1 |
build.gradle.kts in ktlint-rules |
19 | - | 274 | 274 | 1 |
ExpressionBodyRule.kt in ktlint-rules/src/main/kotlin/software/aws/ktlint/rules |
19 | 1 | 274 | 274 | 1 |
CopyrightHeaderRule.kt in ktlint-rules/src/main/kotlin/software/aws/ktlint/rules |
22 | 1 | 274 | 274 | 1 |
MultilineIfElseBlockRule.kt in ktlint-rules/src/main/kotlin/software/aws/ktlint/rules |
23 | 1 | 274 | 274 | 1 |
SyntheticClone.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/model/traits |
29 | 2 | 274 | 279 | 2 |
HttpProtocolUnitTestErrorGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
42 | 1 | 274 | 279 | 2 |
OperationNormalizer.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/model |
79 | 1 | 274 | 330 | 3 |
UnionGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
96 | 1 | 267 | 279 | 3 |
SerdeDescriptorGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/serde |
4 | - | 259 | 259 | 1 |
HttpProtocolTestGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
102 | 1 | 253 | 279 | 2 |
SerdeExt.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/serde |
73 | - | 250 | 279 | 4 |
Strings.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/utils |
5 | - | 238 | 259 | 2 |
KotlinIntegration.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/integration |
45 | 3 | 238 | 581 | 10 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
CodeWriterExt.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
60 | 2 | 5 | 5 | 1 |
KtorEngine.kt in runtime/protocol/http-client-engines/http-client-engine-ktor/common/src/aws/smithy/kotlin/runtime/http/engine/ktor |
7 | - | 5 | 5 | 1 |
PaginatorGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
206 | 1 | 22 | 22 | 1 |
RecordingConnection.kt in runtime/protocol/http-test/common/src/aws/smithy/kotlin/runtime/httptest |
86 | 2 | 22 | 22 | 1 |
HttpTrafficParser.kt in runtime/protocol/http-test/common/src/aws/smithy/kotlin/runtime/httptest |
83 | - | 22 | 22 | 1 |
ExternalTypes.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
9 | - | 22 | 22 | 1 |
OperationMiddleware.kt in runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation |
32 | 5 | 56 | 56 | 1 |
ModifyResponse.kt in runtime/io/common/src/aws/smithy/kotlin/runtime/io/middleware |
13 | 1 | 56 | 56 | 1 |
ModifyRequest.kt in runtime/io/common/src/aws/smithy/kotlin/runtime/io/middleware |
11 | 1 | 56 | 56 | 1 |
Retry.kt in runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/middleware |
52 | - | 56 | 74 | 2 |
TestAnnotationsJVM.kt in runtime/testing/jvm/src/aws/smithy/kotlin/runtime/testing |
5 | - | 81 | 81 | 1 |
TestAnnotations.kt in runtime/testing/common/src/aws/smithy/kotlin/runtime/testing |
4 | - | 81 | 81 | 1 |
FilterInternalApis.kt in dokka-smithy/src/main/kotlin/aws/smithy/kotlin/dokka |
30 | 1 | 90 | 90 | 1 |
build.gradle.kts in dokka-smithy |
15 | - | 90 | 90 | 1 |
SmithyDokkaPlugin.kt in dokka-smithy/src/main/kotlin/aws/smithy/kotlin/dokka |
12 | - | 90 | 90 | 1 |
ResolveEndpoint.kt in runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/middleware |
30 | 1 | 43 | 96 | 3 |
ResolveEndpointMiddleware.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
11 | 1 | 56 | 96 | 2 |
Endpoint.kt in runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation |
8 | - | 43 | 96 | 2 |
EndpointResolver.kt in runtime/protocol/http/common/src/aws/smithy/kotlin/runtime/http/operation |
4 | - | 96 | 96 | 1 |
StandardRetryMiddleware.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/retries |
17 | 1 | 56 | 112 | 3 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
HttpBindingProtocolGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol |
814 | 8 | 5 | 279 | 21 |
KotlinWriter.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
211 | 6 | 5 | 279 | 16 |
GradleGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
204 | 4 | 5 | 279 | 4 |
ClientConfigProperty.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
169 | 3 | 5 | 279 | 9 |
RuntimeTypes.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
138 | - | 5 | 279 | 17 |
KotlinSettings.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen |
124 | 2 | 5 | 659 | 15 |
ClientConfigGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
124 | 2 | 5 | 279 | 9 |
KtorEngine.kt in runtime/protocol/http-client-engines/http-client-engine-ktor/jvm/src/aws/smithy/kotlin/runtime/http/engine/ktor |
115 | 4 | 5 | 225 | 5 |
ServiceGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
114 | 1 | 5 | 279 | 12 |
EnumGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
83 | 1 | 5 | 279 | 4 |
KotlinTypes.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/lang |
75 | 1 | 5 | 344 | 8 |
KotlinDependency.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
66 | 2 | 5 | 279 | 11 |
CodeWriterExt.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core |
60 | 2 | 5 | 5 | 1 |
build.gradle.kts in runtime/protocol/http-client-engines/http-client-engine-ktor |
23 | - | 5 | 225 | 3 |
KtorEngine.kt in runtime/protocol/http-client-engines/http-client-engine-ktor/common/src/aws/smithy/kotlin/runtime/http/engine/ktor |
7 | - | 5 | 5 | 1 |
PaginatorGenerator.kt in smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering |
206 | 1 | 22 | 22 | 1 |
RecordingConnection.kt in runtime/protocol/http-test/common/src/aws/smithy/kotlin/runtime/httptest |
86 | 2 | 22 | 22 | 1 |
HttpTrafficParser.kt in runtime/protocol/http-test/common/src/aws/smithy/kotlin/runtime/httptest |
83 | - | 22 | 22 | 1 |
TestConnection.kt in runtime/protocol/http-test/common/src/aws/smithy/kotlin/runtime/httptest |
73 | 4 | 22 | 117 | 2 |
settings.gradle.kts in root |
42 | - | 22 | 659 | 29 |