afermon/angular-4-data-table-bootstrap-4

View on GitHub
src/components/row.component.ngfactory.ts

Summary

Maintainability
F
5 days
Test Coverage

Function View_DataTableRow_0 has 120 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function View_DataTableRow_0(_l:any):i0.ɵViewDefinition {
  return i0.ɵvid(0,[(_l()(),i0.ɵted((null as any),['\n'])),(_l()(),i0.ɵeld(0,(null as any),
      (null as any),28,'tr',[['class','data-table-row']],[[8,'title',0],[4,'background-color',
          (null as any)],[2,'row-odd',(null as any)],[2,'row-even',(null as any)],
          [2,'selected',(null as any)],[2,'clickable',(null as any)]],[[(null as any),
Severity: Major
Found in src/components/row.component.ngfactory.ts - About 4 hrs to fix

    Function View_DataTableRow_1 has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function View_DataTableRow_1(_l:any):i0.ɵViewDefinition {
      return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),9,'td',[['class',
          'data-column']],[[4,'background-color',(null as any)]],(null as any),(null as any),
          (null as any),(null as any))),i0.ɵdid(278528,(null as any),0,i1.NgClass,[i0.IterableDiffers,
          i0.KeyValueDiffers,i0.ElementRef,i0.Renderer],{klass:[0,'klass'],ngClass:[1,
    Severity: Minor
    Found in src/components/row.component.ngfactory.ts - About 1 hr to fix

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                (null as any)),(_l()(),i0.ɵted((null as any),['\n        '])),(_l()(),i0.ɵeld(0,
                (null as any),(null as any),5,'input',[['type','checkbox']],[[2,'ng-untouched',
                    (null as any)],[2,'ng-touched',(null as any)],[2,'ng-pristine',(null as any)],
                    [2,'ng-dirty',(null as any)],[2,'ng-valid',(null as any)],[2,'ng-invalid',
                        (null as any)],[2,'ng-pending',(null as any)]],[[(null as any),'ngModelChange'],
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 day to fix
      src/components/table.component.ngfactory.ts on lines 271..292

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 353.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                (null as any),[[(null as any),'click']],(_v,en,$event) => {
                  var ad:boolean = true;
                  var _co:i3.DataTableRow = _v.component;
                  if (('click' === en)) {
                    _co.expanded = !_co.expanded;
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 3 hrs to fix
      src/components/header.component.ngfactory.ts on lines 297..306

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 109.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

        return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),0,'div',([] as any[]),
            [[8,'textContent',0]],(null as any),(null as any),(null as any),(null as any)))],
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 hr to fix
      src/components/table.component.ngfactory.ts on lines 38..39

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 67.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

            (null as any),(null as any))),i0.ɵdid(278528,(null as any),0,i1.NgClass,[i0.IterableDiffers,
            i0.KeyValueDiffers,i0.ElementRef,i0.Renderer],{klass:[0,'klass'],ngClass:[1,
            'ngClass']},(null as any)),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 hr to fix
      src/components/table.component.ngfactory.ts on lines 114..116

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 65.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

                ['\n    '])),(_l()(),i0.ɵeld(0,(null as any),(null as any),1,'td',[['class',
                'index-column']],[[8,'textContent',0]],(null as any),(null as any),(null as any),
                (null as any))),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 hr to fix
      src/components/header.component.ngfactory.ts on lines 277..278

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 63.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

              if (('dblclick' === en)) {
                const pd_0:any = ((<any>_co.dataTable.rowDoubleClicked(_co._this,$event)) !== false);
                ad = (pd_0 && ad);
              }
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 hr to fix
      src/components/row.component.ngfactory.ts on lines 107..110

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 58.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 2 locations. Consider refactoring.
      Open

              if (('click' === en)) {
                const pd_1:any = ((<any>_co.dataTable.rowClicked(_co._this,$event)) !== false);
                ad = (pd_1 && ad);
              }
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 1 other location - About 1 hr to fix
      src/components/row.component.ngfactory.ts on lines 103..106

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 58.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 6 locations. Consider refactoring.
      Open

                (null as any),(null as any),1,(null as any),View_DataTableRow_1)),i0.ɵdid(802816,
                (null as any),0,i1.NgForOf,[i0.ViewContainerRef,i0.TemplateRef,i0.IterableDiffers],
                {ngForOf:[0,'ngForOf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n'])),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 5 other locations - About 50 mins to fix
      src/components/header.component.ngfactory.ts on lines 259..260
      src/components/table.component.ngfactory.ts on lines 195..197
      src/components/table.component.ngfactory.ts on lines 219..220
      src/components/table.component.ngfactory.ts on lines 304..306
      src/components/table.component.ngfactory.ts on lines 309..311

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 52.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

                (null as any))),i0.ɵdid(540672,(null as any),0,i1.NgTemplateOutlet,[i0.ViewContainerRef],
                {ngTemplateOutlet:[0,'ngTemplateOutlet'],ngOutletContext:[1,'ngOutletContext']},
                (null as any)),i0.ɵpod({row:0,item:1}),(_l()(),i0.ɵted((null as any),['\n    '])),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 2 other locations - About 45 mins to fix
      src/components/row.component.ngfactory.ts on lines 29..31
      src/components/table.component.ngfactory.ts on lines 48..49

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 50.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

            (null as any),(null as any),(null as any),(null as any),(null as any))),i0.ɵdid(540672,
            (null as any),0,i1.NgTemplateOutlet,[i0.ViewContainerRef],{ngTemplateOutlet:[0,
                'ngTemplateOutlet'],ngOutletContext:[1,'ngOutletContext']},(null as any)),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 2 other locations - About 45 mins to fix
      src/components/row.component.ngfactory.ts on lines 79..81
      src/components/table.component.ngfactory.ts on lines 48..49

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 50.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},
                (null as any)),(_l()(),i0.ɵted((null as any),['\n    '])),(_l()(),i0.ɵeld(0,
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

                (null as any),1,(null as any),View_DataTableRow_4)),i0.ɵdid(16384,(null as any),
                0,i1.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},
                (null as any)),(_l()(),i0.ɵted((null as any),['\n    '])),(_l()(),i0.ɵted((null as any),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            'ngClass']},(null as any)),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,
            i0.Renderer],{hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

                },(null as any),(null as any))),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,
            i0.Renderer],{hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

                (null as any))),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],
                {hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),['\n    '])),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},
                (null as any)),(_l()(),i0.ɵted((null as any),['\n        '])),(_l()(),i0.ɵeld(0,
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            View_DataTableRow_3)),i0.ɵdid(16384,(null as any),0,i1.NgIf,[i0.ViewContainerRef,
            i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            (null as any))),i0.ɵdid(16384,(null as any),0,i2.Hide,[i0.ElementRef,i0.Renderer],
            {hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),['\n        '])),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 49..50
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 35 locations. Consider refactoring.
      Open

            View_DataTableRow_2)),i0.ɵdid(16384,(null as any),0,i1.NgIf,[i0.ViewContainerRef,
            i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 34 other locations - About 35 mins to fix
      src/components/header.component.ngfactory.ts on lines 250..251
      src/components/header.component.ngfactory.ts on lines 253..254
      src/components/header.component.ngfactory.ts on lines 256..257
      src/components/header.component.ngfactory.ts on lines 321..322
      src/components/row.component.ngfactory.ts on lines 46..47
      src/components/row.component.ngfactory.ts on lines 52..53
      src/components/row.component.ngfactory.ts on lines 73..74
      src/components/row.component.ngfactory.ts on lines 123..124
      src/components/row.component.ngfactory.ts on lines 127..128
      src/components/row.component.ngfactory.ts on lines 131..132
      src/components/row.component.ngfactory.ts on lines 135..136
      src/components/row.component.ngfactory.ts on lines 139..140
      src/components/row.component.ngfactory.ts on lines 175..176
      src/components/table.component.ngfactory.ts on lines 63..64
      src/components/table.component.ngfactory.ts on lines 66..67
      src/components/table.component.ngfactory.ts on lines 71..72
      src/components/table.component.ngfactory.ts on lines 74..75
      src/components/table.component.ngfactory.ts on lines 116..117
      src/components/table.component.ngfactory.ts on lines 119..120
      src/components/table.component.ngfactory.ts on lines 122..123
      src/components/table.component.ngfactory.ts on lines 125..126
      src/components/table.component.ngfactory.ts on lines 128..129
      src/components/table.component.ngfactory.ts on lines 172..173
      src/components/table.component.ngfactory.ts on lines 184..185
      src/components/table.component.ngfactory.ts on lines 188..189
      src/components/table.component.ngfactory.ts on lines 192..193
      src/components/table.component.ngfactory.ts on lines 244..245
      src/components/table.component.ngfactory.ts on lines 258..259
      src/components/table.component.ngfactory.ts on lines 262..263
      src/components/table.component.ngfactory.ts on lines 269..270
      src/components/table.component.ngfactory.ts on lines 300..301
      src/components/table.component.ngfactory.ts on lines 313..314
      src/components/table.component.ngfactory.ts on lines 316..317
      src/components/table.component.ngfactory.ts on lines 320..321

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 47.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 4 locations. Consider refactoring.
      Open

      export const RenderType_DataTableRow:i0.RendererType2 = i0.ɵcrt({encapsulation:0,styles:styles_DataTableRow,
          data:{}});
      Severity: Major
      Found in src/components/row.component.ngfactory.ts and 3 other locations - About 30 mins to fix
      src/components/header.component.ngfactory.ts on lines 15..16
      src/components/pagination.component.ngfactory.ts on lines 15..16
      src/components/table.component.ngfactory.ts on lines 22..23

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 45.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      There are no issues that match your filters.

      Category
      Status