microsoft / vscode-azuretools
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
  • 28% duplication:
    • 18,110 cleaned lines of cleaned code (without empty lines, comments, and frequently duplicated constructs such as imports)
    • 5,216 duplicated lines
  • 37,505 duplicates
system28% (5,216 lines)
Duplication per Extension
ts29% (5,184 lines)
js5% (32 lines)
Duplication per Component (primary)
kudu/src54% (4,941 lines)
databases/src9% (107 lines)
triage-actions/api10% (64 lines)
appservice/src1% (51 lines)
ui/src1% (38 lines)
dev/src3% (15 lines)
dev/scripts0% (0 lines)
eslint-config-azuretools0% (0 lines)
kudu0% (0 lines)
triage-actions/common0% (0 lines)
triage-actions/locker0% (0 lines)
triage-actions/needs-more-info-closer0% (0 lines)
triage-actions/stale-closer0% (0 lines)
Longest Duplicates
The list of 20 longest duplicates.
See data for all 37,505 duplicates...
Size#FoldersFilesLinesCode
37 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
vfs.ts
272:317 (14%)
272:317 (14%)
view
37 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
vfs.ts
368:413 (14%)
368:413 (14%)
view
35 x 2 kudu/src/operations
kudu/src/operations
vfs.ts
zip.ts
368:410 (13%)
291:333 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
zip.ts
272:314 (13%)
291:333 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
zip.ts
368:410 (13%)
218:260 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
vfs.ts
272:314 (13%)
368:410 (13%)
view
35 x 2 kudu/src/operations
kudu/src/operations
zip.ts
zip.ts
218:260 (18%)
291:333 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
vfs.ts
zip.ts
272:314 (13%)
218:260 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
zip.ts
272:314 (13%)
218:260 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
vfs.ts
zip.ts
272:314 (13%)
291:333 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
vfs.ts
368:410 (13%)
272:314 (13%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
zip.ts
368:410 (13%)
291:333 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
liveScmEditor.ts
liveScmEditor.ts
272:314 (13%)
368:410 (13%)
view
35 x 2 kudu/src/operations
kudu/src/operations
vfs.ts
zip.ts
368:410 (13%)
218:260 (18%)
view
35 x 2 kudu/src/operations
kudu/src/operations
vfs.ts
vfs.ts
272:314 (13%)
368:410 (13%)
view
25 x 2 kudu/src/operations
kudu/src/operations
jobs.ts
jobs.ts
4089:4119 (<1%)
4144:4174 (<1%)
view
25 x 2 kudu/src/operations
kudu/src/operations
jobs.ts
jobs.ts
4089:4119 (<1%)
4199:4229 (<1%)
view
25 x 2 kudu/src/operations
kudu/src/operations
jobs.ts
jobs.ts
4034:4064 (<1%)
4144:4174 (<1%)
view
25 x 2 kudu/src/operations
kudu/src/operations
jobs.ts
jobs.ts
4034:4064 (<1%)
4089:4119 (<1%)
view
25 x 2 kudu/src/operations
kudu/src/operations
jobs.ts
jobs.ts
4034:4064 (<1%)
4199:4229 (<1%)
view
Duplicated Units
The list of top 7 duplicated units.
See data for all 7 unit duplicates...
Size#FoldersFilesLinesCode
24 x 2 appservice/src/createAppService
appservice/src/createAppService
AppServicePlanSkuStep.ts
AppServicePlanSkuStep.ts
152:176 
178:202 
view
7 x 4 appservice/src/utils
databases/src/utils
dev/src/utils
ui/src/utils
nonNull.ts
nonNull.ts
nonNull.ts
nonNull.ts
20:28 
20:28 
20:28 
20:28 
view
7 x 2 databases/src/connect
databases/src/connect
ConnectDatabaseAccountPromptStep.ts
ConnectDatabaseAccountPromptStep.ts
43:50 
82:89 
view
7 x 2 databases/src/connect
databases/src/connect
ConnectDatabaseAccountPromptStep.ts
ConnectDatabaseAccountPromptStep.ts
62:69 
100:107 
view
7 x 3 databases/src/utils
dev/src/utils
ui/src/utils
nonNull.ts
nonNull.ts
nonNull.ts
33:41 
33:41 
33:41 
view
6 x 2 appservice/src
databases/src
extensionVariables.ts
extensionVariables.ts
42:50 
42:50 
view
6 x 2 appservice/src/tree
appservice/src/tree
FileTreeItem.ts
FolderTreeItem.ts
25:31 
24:30 
view