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

Casts to subclasses should not be caught as errors by the type checker

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-2
    • 2.0-beta-3
    • Static Type Checker
    • None

    Description

      The following expression causes an incompatible type error at compile time, although it's valid:

      Object o = null
      try {
         ((Integer)o).intValue()
      } catch (NullPointerException e) {
      }
      

      Attachments

        Activity

          People

            melix Cédric Champeau
            melix Cédric Champeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: