Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4909216
Votes 0
Synopsis Potential wrong use of Class.forName()
Category java:classes_sound
Reported Against tiger
Release Fixed 1.5(tiger)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 4452022
Submit Date 19-AUG-2003
Description
Potential wrong use of Class.forName()This bug is a follow-up of bug #4452022, because it hasn't been fixed completely.
For details see the bug #4452022.
The issue named there still has to be resolved for the following classes:
- com/sun/media/sound/JSSecurityManager.java
- com/sun/media/sound/NetscapeSecurity.java
- sun/audio/AudioSecurity.java
- sun/applet/AppletAudioClip.java
Work Around
N/A
Evaluation
 xxxxx@xxxxx  2003-08-19
- NetscapeSecurity: seems obsolete; it should be removed completely.
- JSSecurity: Class.foName() is used for a JMF-related hack. This hack may be obsolete.
- AudioSecurity: usage of Class.forName() no longer necessary, can be removed or replaced by class literals
- AppletAudioClip: not yet evaluated
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang