asseinfo/br_danfe

View on GitHub

Showing 32 of 32 total issues

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

      def generate_box(title, text, x_position, width = 40)
        @pdf.move_cursor_to 655

        @pdf.stroke do
          @pdf.fill_color LIGHT_GRAY_COLOR
Severity: Major
Found in lib/br_danfe/mdfe_lib/mdfe_identification.rb and 1 other location - About 1 hr to fix
lib/br_danfe/mdfe_lib/totalizer.rb on lines 28..41

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

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

      def generate_box(title, text, x_position, width = 60)
        @pdf.move_cursor_to 580

        @pdf.stroke do
          @pdf.fill_color LIGHT_GRAY_COLOR
Severity: Major
Found in lib/br_danfe/mdfe_lib/totalizer.rb and 1 other location - About 1 hr to fix
lib/br_danfe/mdfe_lib/mdfe_identification.rb on lines 25..38

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

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

      def table_titles
        plate = 'Placa'
        rntrc = 'RNTRC'

        @pdf.stroke_color GRAY_COLOR
Severity: Major
Found in lib/br_danfe/mdfe_lib/vehicles.rb and 1 other location - About 1 hr to fix
lib/br_danfe/mdfe_lib/drivers.rb on lines 24..33

Duplicated Code

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

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

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

Tuning

This issue has a mass of 49.

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

      def table_titles
        cpf = 'CPF'
        name = 'Nome'

        @pdf.stroke_color GRAY_COLOR
Severity: Major
Found in lib/br_danfe/mdfe_lib/drivers.rb and 1 other location - About 1 hr to fix
lib/br_danfe/mdfe_lib/vehicles.rb on lines 24..33

Duplicated Code

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

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

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

Tuning

This issue has a mass of 49.

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 lie has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def lie(h, w, x, y, xml, xpath_uf, xpath_ie, options = {})
Severity: Major
Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 1 hr to fix

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

      module CceLib
        class Protocol
          def initialize(pdf, xml)
            @pdf = pdf
            @xml = Nokogiri::XML(xml)
    Severity: Minor
    Found in lib/br_danfe/cce_lib/protocol.rb and 1 other location - About 1 hr to fix
    lib/br_danfe/cce_lib/nfe_key.rb on lines 2..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 47.

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

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

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

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

    Refactorings

    Further Reading

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

      module CceLib
        class NfeKey
          def initialize(pdf, xml)
            @pdf = pdf
            @xml = Nokogiri::XML(xml)
    Severity: Minor
    Found in lib/br_danfe/cce_lib/nfe_key.rb and 1 other location - About 1 hr to fix
    lib/br_danfe/cce_lib/protocol.rb on lines 2..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 47.

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

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

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

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

    Refactorings

    Further Reading

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

            def address
              address = Helper.generate_address @xml, 'enderDest'
    
              if Helper.address_is_too_big(@pdf, address)
                address = address[0..address.length - 2] while Helper.mensure_text(@pdf, "#{address.strip}...") > MAXIMUM_SIZE_FOR_STREET && !address.empty?
    Severity: Minor
    Found in lib/br_danfe/danfe_lib/nfe_lib/dest.rb and 1 other location - About 55 mins to fix
    lib/br_danfe/danfe_lib/nfe_lib/entrega.rb on lines 60..67

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

    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

            def address
              address = Helper.generate_address @xml, 'entrega'
    
              if Helper.address_is_too_big(@pdf, address)
                address = address[0..address.length - 2] while Helper.mensure_text(@pdf, "#{address.strip}...") > MAXIMUM_SIZE_FOR_STREET && !address.empty?
    Severity: Minor
    Found in lib/br_danfe/danfe_lib/nfe_lib/entrega.rb and 1 other location - About 55 mins to fix
    lib/br_danfe/danfe_lib/nfe_lib/dest.rb on lines 55..62

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

    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 inumeric has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def inumeric(h, w, x, y, i18n = '', data = '', options = {})
    Severity: Major
    Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

      Method ibox has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              def ibox(h, w, x, y, title = '', info = '', options = {})
      Severity: Major
      Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

        Method lcnpj has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                def lcnpj(h, w, x, y, xml, xpath, options = {})
        Severity: Major
        Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

          Method lnumeric has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  def lnumeric(h, w, x, y, xml, xpath, options = {})
          Severity: Major
          Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

            Method i18n_lbox has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    def i18n_lbox(h, w, x, y, i18n = '', info = '', options = {})
            Severity: Major
            Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

              Method lbox has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      def lbox(h, w, x, y, xml, xpath, options = {})
              Severity: Major
              Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                Method ldate has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        def ldate(h, w, x, y, i18n = '', info = '', options = {})
                Severity: Major
                Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                  Method repeated_information has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                        def repeated_information(page, y_position, emitter, footer_info, xml, total_pages, initial_page_of_pdf)
                  Severity: Major
                  Found in lib/br_danfe/danfe_lib/nfe.rb - About 50 mins to fix

                    Method ltime has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            def ltime(h, w, x, y, i18n = '', info = '', options = {})
                    Severity: Major
                    Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 50 mins to fix

                      Method box has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              def box(at, w, h, title = '', info = '', options = {})
                      Severity: Minor
                      Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 45 mins to fix

                        Method numeric has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                def numeric(at, w, h, title = '', info = '', options = {})
                        Severity: Minor
                        Found in lib/br_danfe/danfe_lib/nfe_lib/document.rb - About 45 mins to fix
                          Severity
                          Category
                          Status
                          Source
                          Language