JDK-5006809 : Remove uses of ClassLoader.loadClass() from beans classes
Type:Bug
Component:client-libs
Sub-Component:java.beans
Affected Version:5.0
Priority:P4
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2004-03-03
Updated:2010-07-09
Resolved:2011-05-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Our use of ClassLoader.loadClass() should probably be replaced by calls to Class.forName() in Beans.java and Introspector.java. See bug 4872868 for more info.
Comments
EVALUATION
We should check all usages of Class.forName too (see 4452032)
12-10-2006
CONVERTED DATA
BugTraq+ Release Management Values
COMMIT TO FIX:
dragon