aws / karpenter
Duplication

Places in code with 6 or more lines that are exactly the same.

Intro
  • For duplication, we look at places in code where there are 6 or more lines of code that are exactly the same.
  • Before duplication is calculated, the code is cleaned to remove empty lines, comments, and frequently duplicated constructs such as imports.
  • You should aim at having as little as possible (<5%) of duplicated code as high-level of duplication can lead to maintenance difficulties, poor factoring, and logical contradictions.
Learn more...
Duplication Overall
  • 13% duplication:
    • 6,123 cleaned lines of cleaned code (without empty lines, comments, and frequently duplicated constructs such as imports)
    • 835 duplicated lines
  • 88 duplicates
system13% (835 lines)
Duplication per Extension
yaml43% (690 lines)
go3% (145 lines)
Duplication per Component (primary)
website/content92% (540 lines)
charts/karpenter19% (150 lines)
pkg/cloudprovider6% (108 lines)
pkg/controllers1% (30 lines)
pkg/apis1% (7 lines)
pkg/utils0% (0 lines)
pkg/metrics0% (0 lines)
hack0% (0 lines)
hack/github0% (0 lines)
website/assets0% (0 lines)
website0% (0 lines)
website/layouts0% (0 lines)
charts0% (0 lines)
cmd/controller0% (0 lines)
cmd/webhook0% (0 lines)
Longest Duplicates
The list of 20 longest duplicates.
See data for all 88 duplicates...
Size#FoldersFilesLinesCode
57 x 2 website/content/en/v0.5.0/getting-started
website/content/en/v0.5.2/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.4.3/getting-started
website/content/en/v0.5.5/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.5.2/getting-started
website/content/en/v0.5.5/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.4.3/getting-started
website/content/en/v0.5.0/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.4.3/getting-started
website/content/en/v0.5.2/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.4.3/getting-started
website/content/en/v0.5.3/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.5.0/getting-started
website/content/en/v0.5.5/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.5.2/getting-started
website/content/en/v0.5.3/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.5.0/getting-started
website/content/en/v0.5.3/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/preview/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
57 x 2 website/content/en/v0.5.3/getting-started
website/content/en/v0.5.5/getting-started
cloudformation.yaml
cloudformation.yaml
1:59 (100%)
1:59 (100%)
view
29 x 2 website/content/en/v0.5.2/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/v0.5.3/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/preview/getting-started
website/content/en/v0.5.5/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/v0.5.0/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/v0.4.3/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/v0.5.5/getting-started
website/content/en/v0.5.6/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/preview/getting-started
website/content/en/v0.5.3/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/preview/getting-started
website/content/en/v0.4.3/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
29 x 2 website/content/en/preview/getting-started
website/content/en/v0.5.0/getting-started
cloudformation.yaml
cloudformation.yaml
1:29 (50%)
1:29 (50%)
view
Duplicated Units
The list of top 3 duplicated units.
See data for all 3 unit duplicates...
Size#FoldersFilesLinesCode
10 x 2 pkg/cloudprovider/aws
pkg/cloudprovider/aws
instancetype.go
instancetype.go
89:99 
101:111 
view
7 x 2 pkg/cloudprovider/aws/apis/v1alpha1
pkg/apis/provisioning/v1alpha5
zz_generated.deepcopy.go
zz_generated.deepcopy.go
98:105 
61:68 
view
6 x 2 pkg/controllers/provisioning/binpacking
pkg/controllers/provisioning/binpacking
packable.go
packer.go
249:255 
194:200 
view