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

TransferHandler catches thrown RuntimeExceptions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 6-pool
    • 6
    • client-libs

      There's two places in the code where TransferHandler does something like:

      try {
        // call public/protected TransferHandler method
      } catch (RuntimeException e) {}

      This is bad because it hides an exception the developer likely needs to know about. For example, how would a developer know if they were doing a bogus cast that triggered a ClassCastException?

            Unassigned Unassigned
            svioletsunw Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: