-
Bug
-
Resolution: Fixed
-
P3
-
6
-
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.
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.