hackedteam/vector-edk

View on GitHub

Showing 3,985 of 13,510 total issues

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

    def __UndoOneChar(self):

        if self.CurrentLineNumber == 1 and self.CurrentOffsetWithinLine == 0:
            return False
        elif self.CurrentOffsetWithinLine == 0:
Severity: Major
Found in BaseTools/Source/Python/GenFds/FdfParser.py and 3 other locations - About 5 hrs to fix
BaseTools/Source/Python/Common/FdfParserLite.py on lines 266..275
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 166..175
BaseTools/Source/Python/Eot/CodeFragmentCollector.py on lines 161..170

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

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

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

    def __UndoOneChar(self):
        
        if self.CurrentLineNumber == 1 and self.CurrentOffsetWithinLine == 0:
            return False
        elif self.CurrentOffsetWithinLine == 0:
Severity: Major
Found in BaseTools/Source/Python/Ecc/CodeFragmentCollector.py and 3 other locations - About 5 hrs to fix
BaseTools/Source/Python/Common/FdfParserLite.py on lines 266..275
BaseTools/Source/Python/Eot/CodeFragmentCollector.py on lines 161..170
BaseTools/Source/Python/GenFds/FdfParser.py on lines 319..328

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

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

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

    def __UndoOneChar(self):

        if self.CurrentLineNumber == 1 and self.CurrentOffsetWithinLine == 0:
            return False
        elif self.CurrentOffsetWithinLine == 0:
Severity: Major
Found in BaseTools/Source/Python/Eot/CodeFragmentCollector.py and 3 other locations - About 5 hrs to fix
BaseTools/Source/Python/Common/FdfParserLite.py on lines 266..275
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 166..175
BaseTools/Source/Python/GenFds/FdfParser.py on lines 319..328

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

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

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

    def __UndoOneChar(self):
        
        if self.CurrentLineNumber == 1 and self.CurrentOffsetWithinLine == 0:
            return False
        elif self.CurrentOffsetWithinLine == 0:
Severity: Major
Found in BaseTools/Source/Python/Common/FdfParserLite.py and 3 other locations - About 5 hrs to fix
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 166..175
BaseTools/Source/Python/Eot/CodeFragmentCollector.py on lines 161..170
BaseTools/Source/Python/GenFds/FdfParser.py on lines 319..328

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

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

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

                if HashComment:
                    # // follows hash PP directive
                    if self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_SLASH:
                        InComment = False
                        HashComment = False
Severity: Major
Found in BaseTools/Source/Python/Eot/CodeFragmentCollector.py and 2 other locations - About 5 hrs to fix
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 354..362
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 474..484

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

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

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

                    if self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_SLASH:
                        InComment = False
                        HashComment = False
                        PPDirectiveObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine - 1)
                        FileProfile.PPDirectiveList.append(PPDirectiveObj)
Severity: Major
Found in BaseTools/Source/Python/Ecc/CodeFragmentCollector.py and 2 other locations - About 5 hrs to fix
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 474..484
BaseTools/Source/Python/Eot/CodeFragmentCollector.py on lines 333..343

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

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

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

                if HashComment:
                    # // follows hash PP directive
                    if self.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_SLASH:
                        InComment = False
                        HashComment = False
Severity: Major
Found in BaseTools/Source/Python/Ecc/CodeFragmentCollector.py and 2 other locations - About 5 hrs to fix
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py on lines 354..362
BaseTools/Source/Python/Eot/CodeFragmentCollector.py on lines 333..343

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

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

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

AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/fix_paren.py on lines 0..44

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

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

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

        if ParamName == 'OPTIONAL':
            if ParamModifier == '':
                ParamModifier += ' ' + 'OPTIONAL'
                DeclText = ''
            else:
Severity: Major
Found in BaseTools/Source/Python/Ecc/c.py and 1 other location - About 5 hrs to fix
BaseTools/Source/Python/Eot/c.py on lines 271..280

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

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

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

        if ParamName == 'OPTIONAL':
            if ParamModifier == '':
                ParamModifier += ' ' + 'OPTIONAL'
                DeclText = ''
            else:
Severity: Major
Found in BaseTools/Source/Python/Eot/c.py and 1 other location - About 5 hrs to fix
BaseTools/Source/Python/Ecc/c.py on lines 323..332

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

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

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

vector-uefi/fd/efi/StdLib/lib/python.27/lib2to3/fixes/fix_paren.py on lines 0..44

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 179..192
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Identical blocks of code found in 30 locations. Consider refactoring.
Open

            if a == 1:
                if b == 2:
                    if c != 3:
                        c = 3
                        b = 3
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 14..27
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 29..42
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 44..57
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 59..72
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 74..87
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 89..102
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 104..117
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 119..132
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 134..147
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 149..162
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 164..177
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 194..207
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 209..222
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 224..237
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 239..252
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 254..267
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 269..282
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 284..297
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 299..312
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 314..327
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 329..342
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 344..357
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 359..372
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 374..387
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 389..402
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 404..417
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 419..432
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 434..447
AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/Constructs.py on lines 449..462

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

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

Severity
Category
Status
Source
Language