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

DataHandler.getDataSource shouldn't throw IOException.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.0fcs
    • alpha
    • other-libs
    • None
    • 1.0fcs
    • generic
    • solaris_2.6
    • Verified

      DataHandler.getDataSource: JavaDoc, and declaration indicate possible IOException. There's no explanation of what conditions, or implementation semantics could possibly lead to this, so I can't test for that case. A review of the code indicates that that in fact this will never happen.

      This is a simple accessor function. Calls to it should not have to be wrapped in a try block.

      In the object case, an ObjectDataSource is constrcuted, but that constructor just stores its arguments and doesn't throw either.

            duke J. Duke
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: