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

REGRESSION: DriverManager.getDrivers() returns a raw Enumeration

XMLWordPrintable

    • b74
    • x86
    • windows_2000, windows_xp

      FULL PRODUCT VERSION :
      Mustang build 71

      ADDITIONAL OS VERSION INFORMATION :
      Windows XP

      EXTRA RELEVANT SYSTEM CONFIGURATION :
      none needed

      A DESCRIPTION OF THE PROBLEM :
      DriverManager.getDrivers() returns a raw Enumeration when it should clearly have been Enumeration<Driver>.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      This works correctly on 1.5. It returns Enumeration<Driver>

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Enumeration<Driver> should have been returned.
      ACTUAL -
      raw Enumeration

      REPRODUCIBILITY :
      This bug can be reproduced always.

      Release Regression From : 5.0
      The above release value was the last known release where this
      bug was known to work. Since then there has been a regression.

            lancea Lance Andersen
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: