Showing 109 of 109 total issues

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

func TestBadSmellApp_ComplexCondition(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/ComplexIf.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 22..34
pkg/application/bs/bad_smell_app_test.go on lines 51..63
pkg/application/bs/bad_smell_app_test.go on lines 65..77
pkg/application/bs/bad_smell_app_test.go on lines 79..91
pkg/application/bs/bad_smell_app_test.go on lines 93..105

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

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

func TestBadSmellApp_DataClass(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/DataClass.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 9..21
pkg/application/bs/bad_smell_app_test.go on lines 51..63
pkg/application/bs/bad_smell_app_test.go on lines 65..77
pkg/application/bs/bad_smell_app_test.go on lines 79..91
pkg/application/bs/bad_smell_app_test.go on lines 93..105

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

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

func Test_ShouldGetMethodCreators(t *testing.T) {
    g := NewGomegaWithT(t)

    codePath := "../../../../_fixtures/grammar/java/regression/HostDependentDownloadableContribution.java"
    codePath = filepath.FromSlash(codePath)
Severity: Major
Found in pkg/application/analysis/javaapp/java_full_app_test.go and 2 other locations - About 1 hr to fix
pkg/application/analysis/javaapp/java_full_app_test.go on lines 142..156
pkg/application/analysis/javaapp/java_full_app_test.go on lines 174..188

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

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

func TestBadSmellApp_LazyElement(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/LazyClass.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 9..21
pkg/application/bs/bad_smell_app_test.go on lines 22..34
pkg/application/bs/bad_smell_app_test.go on lines 65..77
pkg/application/bs/bad_smell_app_test.go on lines 79..91
pkg/application/bs/bad_smell_app_test.go on lines 93..105

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

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

func Test_ShouldShowPackageOnly(t *testing.T) {
    g := NewGomegaWithT(t)

    fullGraph, nodeFilter := createGraph()

Severity: Major
Found in pkg/application/arch/tequila/incl_viz_test.go and 1 other location - About 1 hr to fix
pkg/application/arch/tequila/incl_viz_test.go on lines 82..92

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

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

package com.compare;

import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
Severity: Major
Found in docs/compare/src/main/java/com/compare/PythonIdentApp.java and 1 other location - About 1 hr to fix
docs/compare/src/main/java/com/compare/TsIdentApp.java on lines 1..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 81.

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

func TestBadSmellApp_MultipleIf(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/MultipleIf.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 9..21
pkg/application/bs/bad_smell_app_test.go on lines 22..34
pkg/application/bs/bad_smell_app_test.go on lines 51..63
pkg/application/bs/bad_smell_app_test.go on lines 65..77
pkg/application/bs/bad_smell_app_test.go on lines 93..105

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

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

func Test_ShouldNotGetCreators(t *testing.T) {
    g := NewGomegaWithT(t)

    codePath := "../../../../_fixtures/tbs/usecases/RedundantAssertionTest.java"
    codePath = filepath.FromSlash(codePath)
Severity: Major
Found in pkg/application/analysis/javaapp/java_full_app_test.go and 2 other locations - About 1 hr to fix
pkg/application/analysis/javaapp/java_full_app_test.go on lines 142..156
pkg/application/analysis/javaapp/java_full_app_test.go on lines 158..172

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

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

func Test_CreatorAnnotation(t *testing.T) {
    g := NewGomegaWithT(t)

    codePath := "../../../../_fixtures/grammar/java/regression/HostDependentDownloadableContribution.java"
    codePath = filepath.FromSlash(codePath)
Severity: Major
Found in pkg/application/analysis/javaapp/java_full_app_test.go and 2 other locations - About 1 hr to fix
pkg/application/analysis/javaapp/java_full_app_test.go on lines 158..172
pkg/application/analysis/javaapp/java_full_app_test.go on lines 174..188

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

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

func TestRCallGraph_Constructor(t *testing.T) {
    g := NewGomegaWithT(t)

    var parsedDeps []core_domain.CodeDataStruct
    analyser := NewRCallGraph()
Severity: Major
Found in pkg/application/rcall/rcall_graph_test.go and 1 other location - About 1 hr to fix
pkg/application/rcall/rcall_graph_test.go on lines 17..35

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

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

package com.compare;

import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
Severity: Major
Found in docs/compare/src/main/java/com/compare/TsIdentApp.java and 1 other location - About 1 hr to fix
docs/compare/src/main/java/com/compare/PythonIdentApp.java on lines 1..21

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

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

func TestBadSmellApp_LongParameters(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/LongParameter.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 9..21
pkg/application/bs/bad_smell_app_test.go on lines 22..34
pkg/application/bs/bad_smell_app_test.go on lines 51..63
pkg/application/bs/bad_smell_app_test.go on lines 79..91
pkg/application/bs/bad_smell_app_test.go on lines 93..105

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

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

func TestBadSmellApp_LargeClass(t *testing.T) {
    g := NewGomegaWithT(t)

    bsApp := NewBadSmellApp()
    codePath := "../../../_fixtures/bs/LargeClass.java"
Severity: Major
Found in pkg/application/bs/bad_smell_app_test.go and 5 other locations - About 1 hr to fix
pkg/application/bs/bad_smell_app_test.go on lines 9..21
pkg/application/bs/bad_smell_app_test.go on lines 22..34
pkg/application/bs/bad_smell_app_test.go on lines 51..63
pkg/application/bs/bad_smell_app_test.go on lines 65..77
pkg/application/bs/bad_smell_app_test.go on lines 79..91

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

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

Method nextToken has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

    @Override
    public Token nextToken() {
        // Check if the end-of-file is ahead and there are still some DEDENTS expected.
        if (_input.LA(1) == EOF && _indents.size() > 0)
        {
Severity: Minor
Found in docs/compare/src/main/java/pyantlr/PythonBaseLexer.java - About 1 hr to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method testStar has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    void testStar() {
        String s = "# argument\n" +
                "#     : test (comp_for | ASSIGN test)?\n" +
                "#     | (POWER | STAR) test\n" +
Severity: Minor
Found in docs/compare/src/test/java/com/compare/PythonIdentAppTest.java - About 1 hr to fix

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

    func (s *JavaRefactorListener) EnterCatchType(ctx *CatchTypeContext) {
        for _, qualified := range ctx.AllQualifiedName() {
            startLine := ctx.GetStart().GetLine()
            stopLine := ctx.GetStop().GetLine()
            field := model.JField{Name: qualified.GetText(), Source: node.Pkg, StartLine: startLine, StopLine: stopLine}
    Severity: Major
    Found in pkg/application/refactor/base/java_refactor_listener.go and 1 other location - About 1 hr to fix
    pkg/application/refactor/base/java_refactor_listener.go on lines 44..51

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

    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

    func (s *JavaRefactorListener) EnterQualifiedNameList(ctx *QualifiedNameListContext) {
        for _, qualified := range ctx.AllQualifiedName() {
            startLine := ctx.GetStart().GetLine()
            stopLine := ctx.GetStop().GetLine()
            field := model.JField{Name: qualified.GetText(), Source: node.Pkg, StartLine: startLine, StopLine: stopLine}
    Severity: Major
    Found in pkg/application/refactor/base/java_refactor_listener.go and 1 other location - About 1 hr to fix
    pkg/application/refactor/base/java_refactor_listener.go on lines 53..60

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

    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

    var analysisCmd = &cobra.Command{
        Use:   "analysis",
        Short: "analysis code",
        Long:  ``,
        Run: func(cmd *cobra.Command, args []string) {
    Severity: Major
    Found in analysis/java/app/analysis.go and 1 other location - About 1 hr to fix
    cmd/analysis.go on lines 21..35

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

    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

    var analysisCmd = &cobra.Command{
        Use:   "analysis",
        Short: "analysis code",
        Long:  ``,
        Run: func(cmd *cobra.Command, args []string) {
    Severity: Major
    Found in cmd/analysis.go and 1 other location - About 1 hr to fix
    analysis/java/app/analysis.go on lines 21..34

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

    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

    func (s *JavaRefactorListener) EnterAnnotation(ctx *AnnotationContext) {
        annotation := ctx.QualifiedName().GetText()
    
        startLine := ctx.GetStart().GetLine()
        stopLine := ctx.GetStop().GetLine()
    Severity: Minor
    Found in pkg/application/refactor/base/java_refactor_listener.go and 1 other location - About 55 mins to fix
    pkg/application/refactor/base/java_refactor_listener.go on lines 121..127

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

    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