Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6592441

Remove 300 redundant casts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 7
    • other-libs
    • b20
    • generic
    • generic
    • Not verified

      javac conveniently generates warnings for "redundant casts",
      i.e. those with no effect. These warnings are particularly worthwhile fixing,
      because:

      - removing the cast should have no effect at runtime, i.e. these changes are
        generally quite safe
      - it almost always makes the code more maintainable

      Changes in the jdk have caused some formerly perfect code to no longer be so:
      - clone() of arrays now have covariant return types
      - Some classes have been generified, in particular PrivilegedAction

      Both of these have caused formerly necessary casts to become redundant.

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: