christoph2/pyA2L

View on GitHub

Showing 238 of 238 total issues

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

    def exitRoot(self, ctx):
        ctx.value = model.Root()
        self.db.session.add(ctx.value)
Severity: Major
Found in pya2l/a2l_listener.py and 4 other locations - About 35 mins to fix
pya2l/a2l_listener.py on lines 424..426
pya2l/a2l_listener.py on lines 1104..1106
pya2l/a2l_listener.py on lines 1123..1125
pya2l/a2l_listener.py on lines 1728..1730

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

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 5 locations. Consider refactoring.
Open

    def exitA2ml(self, ctx):
        ctx.value = model.A2ml()
        self.db.session.add(ctx.value)
Severity: Major
Found in pya2l/a2l_listener.py and 4 other locations - About 35 mins to fix
pya2l/a2l_listener.py on lines 933..935
pya2l/a2l_listener.py on lines 1104..1106
pya2l/a2l_listener.py on lines 1123..1125
pya2l/a2l_listener.py on lines 1728..1730

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

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

Avoid too many return statements within this function.
Open

            return None
Severity: Major
Found in pya2l/api/inspect.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return iterable[0]
    Severity: Major
    Found in pya2l/a2l_listener.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return [iterable[0]]
      Severity: Major
      Found in pya2l/a2l_listener.py - About 30 mins to fix

        Function findAntlr has a Cognitive Complexity of 16 (exceeds 15 allowed). Consider refactoring.
        Open

        def findAntlr():
            """Try to find the ANTLR .jar-file."""
            if os.environ.get("APPVEYOR"):
                classpath = r"antlr-{}-complete.jar".format(ANTLR_VERSION)
            else:
        Severity: Minor
        Found in build.py - About 25 mins 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

        TODO found
        Open

        # TODO: rename to 'renderTemplate'!
        Severity: Minor
        Found in pya2l/templates.py by fixme

        TODO found
        Open

            def exists(session, name=None, module_name: str = None):  # TODO: Better move to base class...
        Severity: Minor
        Found in pya2l/api/inspect.py by fixme

        TODO found
        Open

                sizeof = 0  # TODO: sizeof obsolete now.
        Severity: Minor
        Found in pya2l/api/inspect.py by fixme

        TODO found
        Open

                        # TODO: Errorhandling.
        Severity: Minor
        Found in pya2l/api/inspect.py by fixme

        FIXME found
        Open

        notes=FIXME,
        Severity: Minor
        Found in .pylintrc by fixme

        TODO found
        Open

                )  # , imports ='re' # TODO: imports parameter.
        Severity: Minor
        Found in pya2l/templates.py by fixme

        TODO found
        Open

                # TODO: check length of following pairs.
        Severity: Minor
        Found in pya2l/a2l_listener.py by fixme

        XXX found
        Open

        Severity: Minor
        Found in examples/edc16_13.a2l by fixme

        TODO found
        Open

                numberValueTriples = ctx.numberValueTriples.value  # TODO: check length of following triples
        Severity: Minor
        Found in pya2l/a2l_listener.py by fixme

        XXX found
        Open

              XXX,
        Severity: Minor
        Found in .pylintrc by fixme

        TODO found
        Open

                # TODO: check length of following pairs.
        Severity: Minor
        Found in pya2l/a2l_listener.py by fixme

        TODO found
        Open

              TODO
        Severity: Minor
        Found in .pylintrc by fixme
        Severity
        Category
        Status
        Source
        Language