microsoft / angular2-slickgrid
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
  • 4% duplication:
    • 904 cleaned lines of cleaned code (without empty lines, comments, and frequently duplicated constructs such as imports)
    • 43 duplicated lines
  • 4 duplicates
system4% (43 lines)
Duplication per Extension
css29% (29 lines)
js15% (14 lines)
Duplication per Component (primary)
components/css14% (29 lines)
ROOT15% (14 lines)
components0% (0 lines)
components/js0% (0 lines)
Longest Duplicates
The list of 4 longest duplicates.
See data for all 4 duplicates...
Size#FoldersFilesLinesCode
10 x 2 components/css
components/css
SlickGrid.css
SlickGrid.css
24:33 (10%)
39:48 (10%)
view
9 x 2 components/css
components/css
SlickGrid.css
SlickGrid.css
6:14 (9%)
39:47 (9%)
view
9 x 2 components/css
components/css
SlickGrid.css
SlickGrid.css
6:14 (9%)
24:32 (9%)
view
7 x 2 ROOT
ROOT
gulpfile.js
gulpfile.js
76:82 (7%)
87:93 (7%)
view