awslabs / smithy-kotlin
File Age

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).

Summary
  • Number of files: 245
  • Daily file updates (only one update per file and date counted): 934
  • First update: 2020-04-13
  • Latest update: 2022-01-27
  • Days between first and latest update: 655 (93 weeks, estimated 465 working days)
  • Active days (at least one file change): 215
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 245 files with 14,290 lines of code in files.
    • 7 files that are 366+ days old (575 lines of code)
    • 186 files that are 181-365 days old (11,590 lines of code)
    • 37 files that are 91-180 days old (1,500 lines of code)
    • 9 files that are 31-90 days old (174 lines of code)
    • 6 files that are 1-30 days old (451 lines of code)
4% | 81% | 10% | 1% | 3%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 245 files with 14,290 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 92 files have been last changed 181-365 days ago (3,939 lines of code)
    • 78 files have been last changed 91-180 days ago (4,011 lines of code)
    • 44 files have been last changed 31-90 days ago (2,823 lines of code)
    • 31 files have been last changed 1-30 days ago (3,517 lines of code)
0% | 27% | 28% | 19% | 24%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
kt, kts, md, json, gradle, yml, svg, properties, css, gitignore, txt, bat, sh, editorconfig
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
kt2% | 82% | 10% | 1% | 3%
kts37% | 55% | 4% | 2% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
kt0% | 28% | 28% | 18% | 24%
kts0% | 2% | 26% | 51% | 18%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
smithy-kotlin-codegen/src5% | 90% | <1% | 0% | 4%
ROOT100% | 0% | 0% | 0% | 0%
smithy-kotlin-codegen100% | 0% | 0% | 0% | 0%
runtime/serde0% | 82% | 17% | 0% | 0%
runtime/protocol0% | 77% | 9% | 4% | 8%
runtime/runtime-core0% | 70% | 29% | 0% | 0%
runtime/io0% | 60% | 36% | 3% | 0%
runtime/utils0% | 85% | 14% | 0% | 0%
runtime/logging0% | 100% | 0% | 0% | 0%
runtime0% | 100% | 0% | 0% | 0%
ktlint-rules/src0% | 100% | 0% | 0% | 0%
runtime/testing0% | 21% | 72% | 6% | 0%
runtime/smithy-test0% | 100% | 0% | 0% | 0%
ktlint-rules0% | 100% | 0% | 0% | 0%
dokka-smithy/src0% | 0% | 0% | 100% | 0%
dokka-smithy0% | 0% | 0% | 100% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
smithy-kotlin-codegen/src0% | 32% | 15% | 13% | 37%
runtime/runtime-core0% | 46% | 43% | 2% | 6%
runtime/protocol0% | 18% | 32% | 19% | 29%
runtime/serde0% | 12% | 30% | 42% | 14%
runtime/io0% | 27% | 65% | 6% | 0%
runtime/utils0% | 28% | 59% | 9% | 3%
runtime/logging0% | 83% | 16% | 0% | 0%
ktlint-rules/src0% | 100% | 0% | 0% | 0%
ktlint-rules0% | 100% | 0% | 0% | 0%
runtime/testing0% | 7% | 72% | 20% | 0%
runtime/smithy-test0% | 0% | 100% | 0% | 0%
ROOT0% | 0% | 0% | 74% | 25%
smithy-kotlin-codegen0% | 0% | 0% | 100% | 0%
runtime0% | 0% | 0% | 100% | 0%
dokka-smithy/src0% | 0% | 0% | 100% | 0%
dokka-smithy0% | 0% | 0% | 100% | 0%
Oldest Files (Top 20)
File# lines# unitslast 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
Files Not Recently Changed (Top 20)
File# lines# unitslast 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
Most Recently Created Files (Top 20)
File# lines# unitslast 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
Most Recently Changed Files (Top 20)
File# lines# unitslast 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