AndyObtiva/glimmer-dsl-swt

View on GitHub
lib/glimmer/swt/custom/shape/line.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Line has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

        class Line < Shape
          include PathSegment
          
          class << self
            def include?(x1, y1, x2, y2, x, y)
Severity: Minor
Found in lib/glimmer/swt/custom/shape/line.rb - About 2 hrs to fix

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

                def include?(x1, y1, x2, y2, x, y)
    Severity: Minor
    Found in lib/glimmer/swt/custom/shape/line.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status