JDK-6623427 : useless messages in src/plugin/share/classes/sun/plugin/resources/Activator.java
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows
  • CPU: x86
  • Submitted: 2007-10-30
  • Updated: 2010-09-29
  • Resolved: 2008-03-03
Related Reports
Relates :  
Description
After CR 6525260, three messages are added into src/plugin/share/classes/sun/plugin/resources/Activator.java

applet.error.details.btn
applet.error.ignore.btn
applet.error.reload.btn

They are not used by any program. From the webrev http://oklahoma.east/deployment/www/webrevs/mfisher/6u4/redx/webrev/, tracing from onLeftMouseClick() in ErrorPanel.java to createThreeButtonsPanel in DialogTemplate.java. The result is that all the three buttons including both label text and mnemonic keys are from deployment.java not Activator.java. I think getting the message and memonic keys from Deployment.java is fine, but it's better to remove the unused messages in Activator.java.

Comments
EVALUATION Activator.java has been removed by fixes to add jnlp support to new plugin. All messgaes now come from Deployment.java
03-03-2008