Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b117
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028853 | port-stage-ppc-aix | Sergey Malenkov | P4 | Resolved | Fixed | master |
Description
There are following typos in the string literals, which are not changed by the fix:
# TYPO: aquire
share/classes/javax/swing/text/AbstractDocument.java: throw new Error("Interrupted attempt to aquire write lock");
share/classes/javax/swing/text/AbstractDocument.java: throw new Error("Interrupted attempt to aquire read lock");
# TYPO: aquired
share/classes/javax/swing/KeyboardManager.java: System.out.println("Aquired pre-used event!");
# TYPO: attibutes
share/native/sun/security/pkcs11/wrapper/p11_util.c: TRACE1(", converting %d attibutes", jLength);
# TYPO: childs
share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties:signature.Util.TooManyChilds = Too many childs of Type {0} in {1}
# TYPO: horizonal
share/classes/com/sun/imageio/plugins/common/StandardMetadataFormatResources.java: "The horizonal position, in pixels, where the image should be rendered onto a raster display" },
# TYPO: implemention
share/classes/com/sun/tools/script/shell/messages.properties: Language {0} {1} implemention "{2}" {3}
# TYPO: isnt
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/TTYResources.java: {"Current thread isnt suspended.", "Current thread isn't suspended."},
share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java: {"Current thread isnt suspended.", "\u73FE\u5728\u306E\u30B9\u30EC\u30C3\u30C9\u306F\u4E2D\u65AD\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"},
share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java: {"Current thread isnt suspended.", "\u5F53\u524D\u7EBF\u7A0B\u672A\u6302\u8D77\u3002"},
# TYPO: mechansim
share/classes/sun/security/jgss/spnego/SpNegoContext.java: "supported mechansim from server is null");
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
# TYPO: messsage
share/classes/sun/security/jgss/krb5/InitialToken.java: "Incorrect messsage length");
# TYPO: occured
macosx/classes/com/apple/laf/AquaFileChooserUI.java: newFolderErrorText = getString("FileChooser.newFolderErrorText", "Error occured during folder creation");
macosx/classes/com/apple/laf/resources/aqua.properties:FileChooser.newFolderError.textAndMnemonic=Error occured during folder creation
share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/javax/swing/SortingFocusTraversalPolicy.java: log.fine("### During the binary search for " + aComponent + " the exception occured: ", e);
share/classes/sun/awt/AppContext.java: log.finer("exception occured while disposing app context", t);
share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java: "Exception occured : " + e);
share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java: "Exception occured while sending trap to [" +
share/demo/jfc/FileChooserDemo/FileChooserDemo.java: "An error occured. No file was chosen.");
share/demo/jfc/FileChooserDemo/FileChooserDemo.java: JOptionPane.showMessageDialog(frame, "Unknown operation occured.");
windows/classes/sun/nio/ch/WindowsSelectorImpl.java: StringBuffer message = new StringBuffer("An exception occured" +
windows/classes/sun/security/krb5/internal/tools/Ktab.java: System.err.println("Error occured while deleting the entry. "+
windows/classes/sun/security/krb5/internal/tools/Ktab.java: System.err.println("Error occured while deleting the entry. "+
# TYPO: paramter
share/classes/sun/rmi/rmic/RMIGenerator.java: throw new Error("paramter type and name arrays different sizes");
share/classes/sun/rmi/rmic/RMIGenerator.java: throw new Error("paramter type and name arrays different sizes");
# TYPO: resouce
share/classes/javax/management/modelmbean/RequiredModelMBean.java: "Managed Resouce Type is not supported: " + mr_type);
share/classes/javax/management/modelmbean/RequiredModelMBean.java: "Managed Resouce is valid");
# TYPO: specifed
share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java: env.failure("No main class specifed and no current default defined.");
share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java: env.failure("No port specifed and no current default defined.");
# TYPO: specifes
windows/classes/sun/security/krb5/internal/tools/Klist.java: System.out.println(" -c specifes that credential cache is to be " +
# TYPO: tranform
share/classes/com/sun/tools/script/shell/init.js: println("XSL tranform requires 2 or 3 arguments");
# TYPO: transfering
solaris/classes/sun/awt/X11/XDecoratedPeer.java: focusLog.fine("Focus is on child window - transfering it back to the owner");
# TYPO: aquire
share/classes/javax/swing/text/AbstractDocument.java: throw new Error("Interrupted attempt to aquire write lock");
share/classes/javax/swing/text/AbstractDocument.java: throw new Error("Interrupted attempt to aquire read lock");
# TYPO: aquired
share/classes/javax/swing/KeyboardManager.java: System.out.println("Aquired pre-used event!");
# TYPO: attibutes
share/native/sun/security/pkcs11/wrapper/p11_util.c: TRACE1(", converting %d attibutes", jLength);
# TYPO: childs
share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties:signature.Util.TooManyChilds = Too many childs of Type {0} in {1}
# TYPO: horizonal
share/classes/com/sun/imageio/plugins/common/StandardMetadataFormatResources.java: "The horizonal position, in pixels, where the image should be rendered onto a raster display" },
# TYPO: implemention
share/classes/com/sun/tools/script/shell/messages.properties: Language {0} {1} implemention "{2}" {3}
# TYPO: isnt
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/Commands.java: MessageOutput.println("Current thread isnt suspended.");
share/classes/com/sun/tools/example/debug/tty/TTYResources.java: {"Current thread isnt suspended.", "Current thread isn't suspended."},
share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java: {"Current thread isnt suspended.", "\u73FE\u5728\u306E\u30B9\u30EC\u30C3\u30C9\u306F\u4E2D\u65AD\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"},
share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java: {"Current thread isnt suspended.", "\u5F53\u524D\u7EBF\u7A0B\u672A\u6302\u8D77\u3002"},
# TYPO: mechansim
share/classes/sun/security/jgss/spnego/SpNegoContext.java: "supported mechansim from server is null");
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
share/classes/sun/security/jgss/spnego/SpNegoContext.java: System.out.println("The underlying mechansim context has " +
# TYPO: messsage
share/classes/sun/security/jgss/krb5/InitialToken.java: "Incorrect messsage length");
# TYPO: occured
macosx/classes/com/apple/laf/AquaFileChooserUI.java: newFolderErrorText = getString("FileChooser.newFolderErrorText", "Error occured during folder creation");
macosx/classes/com/apple/laf/resources/aqua.properties:FileChooser.newFolderError.textAndMnemonic=Error occured during folder creation
share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java: "]:an Snmp error occured during the operation", x);
share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java: "]:a generic error occured during the operation", x);
share/classes/javax/swing/SortingFocusTraversalPolicy.java: log.fine("### During the binary search for " + aComponent + " the exception occured: ", e);
share/classes/sun/awt/AppContext.java: log.finer("exception occured while disposing app context", t);
share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java: "Exception occured : " + e);
share/classes/sun/management/snmp/jvminstr/JVM_MANAGEMENT_MIB_IMPL.java: "Exception occured while sending trap to [" +
share/demo/jfc/FileChooserDemo/FileChooserDemo.java: "An error occured. No file was chosen.");
share/demo/jfc/FileChooserDemo/FileChooserDemo.java: JOptionPane.showMessageDialog(frame, "Unknown operation occured.");
windows/classes/sun/nio/ch/WindowsSelectorImpl.java: StringBuffer message = new StringBuffer("An exception occured" +
windows/classes/sun/security/krb5/internal/tools/Ktab.java: System.err.println("Error occured while deleting the entry. "+
windows/classes/sun/security/krb5/internal/tools/Ktab.java: System.err.println("Error occured while deleting the entry. "+
# TYPO: paramter
share/classes/sun/rmi/rmic/RMIGenerator.java: throw new Error("paramter type and name arrays different sizes");
share/classes/sun/rmi/rmic/RMIGenerator.java: throw new Error("paramter type and name arrays different sizes");
# TYPO: resouce
share/classes/javax/management/modelmbean/RequiredModelMBean.java: "Managed Resouce Type is not supported: " + mr_type);
share/classes/javax/management/modelmbean/RequiredModelMBean.java: "Managed Resouce is valid");
# TYPO: specifed
share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java: env.failure("No main class specifed and no current default defined.");
share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java: env.failure("No port specifed and no current default defined.");
# TYPO: specifes
windows/classes/sun/security/krb5/internal/tools/Klist.java: System.out.println(" -c specifes that credential cache is to be " +
# TYPO: tranform
share/classes/com/sun/tools/script/shell/init.js: println("XSL tranform requires 2 or 3 arguments");
# TYPO: transfering
solaris/classes/sun/awt/X11/XDecoratedPeer.java: focusLog.fine("Focus is on child window - transfering it back to the owner");
Attachments
Issue Links
- backported by
-
JDK-8028853 Typos in string literals
- Resolved
- relates to
-
JDK-8022746 List of spelling errors in API doc
- Resolved