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

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

Summary

Maintainability
F
3 wks
Test Coverage

File header.component.ngfactory.ts has 342 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/header.component.ngfactory.ts - About 4 hrs to fix

    Function View_DataTableHeader_0 has 61 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function View_DataTableHeader_0(_l:any):i0.ɵViewDefinition {
      return i0.ɵvid(0,[(_l()(),i0.ɵted((null as any),['\n'])),(_l()(),i0.ɵeld(0,(null as any),
          (null as any),22,'div',[['class','data-table-header']],(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),0,'h4',[['class','title']],[[8,
    Severity: Major
    Found in src/components/header.component.ngfactory.ts - About 2 hrs to fix

      Function View_DataTableHeader_4 has 56 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function View_DataTableHeader_4(_l:any):i0.ɵViewDefinition {
        return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
            'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
      Severity: Major
      Found in src/components/header.component.ngfactory.ts - About 2 hrs to fix

        Function View_DataTableHeader_3 has 56 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function View_DataTableHeader_3(_l:any):i0.ɵViewDefinition {
          return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
              'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
        Severity: Major
        Found in src/components/header.component.ngfactory.ts - About 2 hrs to fix

          Function View_DataTableHeader_2 has 56 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function View_DataTableHeader_2(_l:any):i0.ɵViewDefinition {
            return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
                'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
          Severity: Major
          Found in src/components/header.component.ngfactory.ts - About 2 hrs to fix

            Function View_DataTableHeader_5 has 52 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function View_DataTableHeader_5(_l:any):i0.ɵViewDefinition {
              return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),13,'div',[['class',
                  'column-selector-column checkbox']],(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),10,'label',([] as any[]),(null as any),
            Severity: Major
            Found in src/components/header.component.ngfactory.ts - About 2 hrs to fix

              Function View_DataTableHeader_1 has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function View_DataTableHeader_1(_l:any):i0.ɵViewDefinition {
                return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),13,'div',[['class',
                    'column-selector-box card']],(null as any),(null as any),(null as any),(null as any),
                    (null as any))),(_l()(),i0.ɵted((null as any),['\n                '])),(_l()(),
                    i0.ɵand(16777216,(null as any),(null as any),1,(null as any),View_DataTableHeader_2)),
              Severity: Minor
              Found in src/components/header.component.ngfactory.ts - About 1 hr to fix

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

                function View_DataTableHeader_2(_l:any):i0.ɵViewDefinition {
                  return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
                      'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 2 other locations - About 1 wk to fix
                src/components/header.component.ngfactory.ts on lines 75..132
                src/components/header.component.ngfactory.ts on lines 133..190

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

                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

                function View_DataTableHeader_4(_l:any):i0.ɵViewDefinition {
                  return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
                      'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 2 other locations - About 1 wk to fix
                src/components/header.component.ngfactory.ts on lines 17..74
                src/components/header.component.ngfactory.ts on lines 75..132

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

                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

                function View_DataTableHeader_3(_l:any):i0.ɵViewDefinition {
                  return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),14,'div',[['class',
                      'column-selector-fixed-column checkbox']],(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),11,'label',([] as any[]),(null as any),
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 2 other locations - About 1 wk to fix
                src/components/header.component.ngfactory.ts on lines 17..74
                src/components/header.component.ngfactory.ts on lines 133..190

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

                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

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

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 109.

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

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

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

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

                Refactorings

                Further Reading

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

                      ([] 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/header.component.ngfactory.ts and 1 other location - About 2 hrs to fix
                src/components/table.component.ngfactory.ts on lines 26..33

                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

                      (_l()(),i0.ɵeld(0,(null as any),(null as any),0,'h4',[['class','title']],[[8,
                          'textContent',0]],(null as any),(null as any),(null as any),(null as any))),
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 1 other location - About 1 hr to fix
                src/components/row.component.ngfactory.ts on lines 133..135

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 63.

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

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

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

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

                Refactorings

                Further Reading

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

                export const DataTableHeaderNgFactory:i0.ComponentFactory<i3.DataTableHeader> = i0.ɵccf('data-table-header',
                    i3.DataTableHeader,View_DataTableHeader_Host_0,{},{},([] as any[]));
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 1 other location - About 1 hr to fix
                src/components/pagination.component.ngfactory.ts on lines 288..289

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 58.

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

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

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

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

                Refactorings

                Further Reading

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

                      i0.ɵdid(802816,(null as any),0,i2.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/header.component.ngfactory.ts and 5 other locations - About 50 mins to fix
                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
                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 35 locations. Consider refactoring.
                Open

                      i0.ɵdid(16384,(null as any),0,i2.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                          'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n                '])),
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 34 other locations - About 35 mins to fix
                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
                src/components/table.component.ngfactory.ts on lines 320..321

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 47.

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

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

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

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

                Refactorings

                Further Reading

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

                      i0.ɵdid(16384,(null as any),0,i2.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                          'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n                '])),
                Severity: Major
                Found in src/components/header.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 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
                src/components/table.component.ngfactory.ts on lines 320..321

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 47.

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

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

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

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

                Refactorings

                Further Reading

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

                      i0.ɵdid(16384,(null as any),0,i2.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0,
                          'ngIf']},(null as any)),(_l()(),i0.ɵted((null as any),['\n                '])),
                Severity: Major
                Found in src/components/header.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 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
                src/components/table.component.ngfactory.ts on lines 320..321

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 47.

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

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

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

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

                Refactorings

                Further Reading

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

                      i0.ɵdid(16384,(null as any),0,i2.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/header.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/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
                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_DataTableHeader:i0.RendererType2 = i0.ɵcrt({encapsulation:0,
                    styles:styles_DataTableHeader,data:{}});
                Severity: Major
                Found in src/components/header.component.ngfactory.ts and 3 other locations - About 30 mins to fix
                src/components/pagination.component.ngfactory.ts on lines 15..16
                src/components/row.component.ngfactory.ts on lines 16..17
                src/components/table.component.ngfactory.ts on lines 22..23

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 45.

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

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

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

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

                Refactorings

                Further Reading

                There are no issues that match your filters.

                Category
                Status