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

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

Summary

Maintainability
F
6 days
Test Coverage

File table.component.ngfactory.ts has 369 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/**
 * @fileoverview This file is generated by the Angular template compiler.
 * Do not edit.
 * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride}
 */
Severity: Minor
Found in src/components/table.component.ngfactory.ts - About 4 hrs to fix

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

    export function View_DataTable_0(_l:any):i0.ɵViewDefinition {
      return i0.ɵvid(0,[i0.ɵpid(0,i10.PixelConverter,([] as any[])),i0.ɵqud(671088640,
          1,{rows:1}),(_l()(),i0.ɵted((null as any),['\n'])),(_l()(),i0.ɵeld(0,(null as any),
          (null as any),52,'div',[['class','data-table-wrapper']],(null as any),(null as any),
          (null as any),(null as any),(null as any))),(_l()(),i0.ɵted((null as any),['\n    '])),
    Severity: Major
    Found in src/components/table.component.ngfactory.ts - About 4 hrs to fix

      Function View_DataTable_2 has 46 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function View_DataTable_2(_l:any):i0.ɵViewDefinition {
        return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,[['th',1]],(null as any),16,'th',[['class','column-header']],
            [[2,'sortable',(null as any)],[2,'resizable',(null as any)],[4,'width',(null as any)]],
            [[(null as any),'click']],(_v,en,$event) => {
              var ad:boolean = true;
      Severity: Minor
      Found in src/components/table.component.ngfactory.ts - About 1 hr to fix

        Function View_DataTable_9 has 33 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function View_DataTable_9(_l:any):i0.ɵViewDefinition {
          return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),13,'tr',([] as any[]),
              [[2,'row-odd',(null as any)],[2,'row-even',(null as any)]],(null as any),(null as any),
              (null as any),(null as any))),(_l()(),i0.ɵted((null as any),['\n                    '])),
              (_l()(),i0.ɵeld(0,(null as any),(null as any),1,'td',([] as any[]),(null as any),
        Severity: Minor
        Found in src/components/table.component.ngfactory.ts - About 1 hr to fix

          Function View_DataTable_5 has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function View_DataTable_5(_l:any):i0.ɵViewDefinition {
            return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'span',[['class',
                'column-sort-icon']],(null as any),(null as any),(null as any),(null as any),
                (null as any))),(_l()(),i0.ɵted((null as any),['\n                           '])),
                (_l()(),i0.ɵeld(0,(null as any),(null as any),1,'i',[['class','fa fa-sort column-sortable-icon']],
          Severity: Minor
          Found in src/components/table.component.ngfactory.ts - About 1 hr to fix

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

                  (_l()(),i0.ɵted((null as any),['\n                        '])),(_l()(),i0.ɵeld(0,
                      (null as any),(null as any),6,'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/table.component.ngfactory.ts and 1 other location - About 1 day to fix
            src/components/row.component.ngfactory.ts on lines 140..161

            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

                  ([] as any[]),(null as any),[['document','click']],(_v,en,$event) => {
                    var ad:boolean = true;
                    if (('document:click' === en)) {
                      const pd_0:any = ((<any>i0.ɵnov(_v,1)._closeSelector()) !== false);
                      ad = (pd_0 && ad);
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 1 other location - About 2 hrs to fix
            src/components/header.component.ngfactory.ts on lines 338..345

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

            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,'span',([] as any[]),
                  [[8,'textContent',0]],(null as any),(null as any),(null as any),(null as any)))],
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 1 other location - About 1 hr to fix
            src/components/row.component.ngfactory.ts on lines 19..20

            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,i4.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,i5.Hide,[i0.ElementRef,
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 1 other location - About 1 hr to fix
            src/components/row.component.ngfactory.ts on lines 44..46

            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

              return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),3,'data-table',([] as any[]),
                  (null as any),(null as any),(null as any),View_DataTable_0,RenderType_DataTable)),
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 1 other location - About 1 hr to fix
            src/components/pagination.component.ngfactory.ts on lines 283..285

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

            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

                  i0.ɵdid(802816,(null as any),0,i4.NgForOf,[i0.ViewContainerRef,i0.TemplateRef,
                      i0.IterableDiffers],{ngForOf:[0,'ngForOf']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 5 other locations - About 50 mins to fix
            src/components/header.component.ngfactory.ts on lines 259..260
            src/components/row.component.ngfactory.ts on lines 171..173
            src/components/table.component.ngfactory.ts on lines 195..197
            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 6 locations. Consider refactoring.
            Open

                      (null as any),(null as any),1,(null as any),View_DataTable_10)),i0.ɵdid(802816,
                      (null as any),0,i4.NgForOf,[i0.ViewContainerRef,i0.TemplateRef,i0.IterableDiffers],
                      {ngForOf:[0,'ngForOf']},(null as any))],(_ck,_v) => {
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 5 other locations - About 50 mins to fix
            src/components/header.component.ngfactory.ts on lines 259..260
            src/components/row.component.ngfactory.ts on lines 171..173
            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 6 locations. Consider refactoring.
            Open

                      1,(null as any),View_DataTable_2)),i0.ɵdid(802816,(null as any),0,i4.NgForOf,
                      [i0.ViewContainerRef,i0.TemplateRef,i0.IterableDiffers],{ngForOf:[0,'ngForOf']},
                      (null as any)),(_l()(),i0.ɵted((null as any),['\n                '])),(_l()(),
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 5 other locations - About 50 mins to fix
            src/components/header.component.ngfactory.ts on lines 259..260
            src/components/row.component.ngfactory.ts on lines 171..173
            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 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 6 locations. Consider refactoring.
            Open

                      1,(null as any),View_DataTable_7)),i0.ɵdid(802816,(null as any),0,i4.NgForOf,
                      [i0.ViewContainerRef,i0.TemplateRef,i0.IterableDiffers],{ngForOf:[0,'ngForOf']},
                      (null as any)),(_l()(),i0.ɵted((null as any),['\n            '])),(_l()(),
            Severity: Major
            Found in src/components/table.component.ngfactory.ts and 5 other locations - About 50 mins to fix
            src/components/header.component.ngfactory.ts on lines 259..260
            src/components/row.component.ngfactory.ts on lines 171..173
            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

            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

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

            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

                      (null as any),(null as any))),i0.ɵdid(16384,(null as any),0,i5.Hide,[i0.ElementRef,
                      i0.Renderer],{hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any),(null as any))),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any))),i0.ɵdid(16384,(null as any),
                      0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),(_l()(),
            Severity: Major
            Found in src/components/table.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/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 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,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},
                      (null as any)),(_l()(),i0.ɵted((null as any),['\n                            '])),
            Severity: Major
            Found in src/components/table.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/row.component.ngfactory.ts on lines 175..176
            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),(null as any),(null as any),(null as any))),i0.ɵdid(16384,
                  (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any),(null as any))),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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_DataTable_11)),i0.ɵdid(16384,(null as any),
                      0,i4.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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

                  1,(null as any),View_DataTable_6)),i0.ɵdid(16384,(null as any),0,i4.NgIf,[i0.ViewContainerRef,
                  i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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,i4.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                      'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n\n    '])),(_l()(),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any),(null as any))),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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

                  1,(null as any),View_DataTable_3)),i0.ɵdid(16384,(null as any),0,i4.NgIf,[i0.ViewContainerRef,
                  i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any),(null as any))),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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,i4.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                      'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n        '])),(_l()(),
            Severity: Major
            Found in src/components/table.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/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 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,i5.Hide,[i0.ElementRef,
                  i0.Renderer],{hide:[0,'hide']},(null as any)),i0.ɵppd(1),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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

                  1,(null as any),View_DataTable_4)),i0.ɵdid(16384,(null as any),0,i4.NgIf,[i0.ViewContainerRef,
                  i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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,i5.Hide,[i0.ElementRef,
                      i0.Renderer],{hide:[0,'hide']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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),(null as any),(null as any))),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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,i5.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/table.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/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 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,i4.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                      'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n'])),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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

            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

                      i11.NgControlStatus,[i11.NgControl],(null as any),(null as any)),i0.ɵdid(16384,
                      (null as any),0,i5.Hide,[i0.ElementRef,i0.Renderer],{hide:[0,'hide']},(null as any)),
            Severity: Major
            Found in src/components/table.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/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 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

                  1,(null as any),View_DataTable_5)),i0.ɵdid(16384,(null as any),0,i4.NgIf,[i0.ViewContainerRef,
                  i0.TemplateRef],{ngIf:[0,'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),
            Severity: Major
            Found in src/components/table.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/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 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_DataTable:i0.RendererType2 = i0.ɵcrt({encapsulation:0,styles:styles_DataTable,
                data:{}});
            Severity: Major
            Found in src/components/table.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/row.component.ngfactory.ts on lines 16..17

            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