Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1613

groovy.inspect.Inspector isGroovy method probelm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1-rc-3
    • None
    • None

    Description

      as the subject said:

      public boolean isGroovy() {
      return getClassUnderInspection().isAssignableFrom(GroovyObject.class);
      }

      and should be

      public boolean isGroovy() {
      return GroovyObject.class.isAssignableFrom(getClassUnderInspection());
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            a.shneyderman Alex Shneyderman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: