-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b40
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224311 | 7u6 | Alexandr Scherbatiy | P3 | Closed | Fixed | b12 |
There are some non-translatable resources in jdk/src/share/demo/jfc/Notepad/resources/Notepad.properties file.
When translated, they cause NPE.
+# The following string should NOT be translated: ViewportBackingStore
+# The following string should NOT be translated: menubar
+# The following string should NOT be translated: file
+# The following string should NOT be translated: edit
+# The following string should NOT be translated: cutAction
+# The following string should NOT be translated: copyAction
+# The following string should NOT be translated: pasteAction
+# The following string should NOT be translated: undoAction
+# The following string should NOT be translated: redoAction
+# The following string should NOT be translated: debug
+# The following string should NOT be translated: dumpAction
+# The following string should NOT be translated: toolbar
When translated, they cause NPE.
+# The following string should NOT be translated: ViewportBackingStore
+# The following string should NOT be translated: menubar
+# The following string should NOT be translated: file
+# The following string should NOT be translated: edit
+# The following string should NOT be translated: cutAction
+# The following string should NOT be translated: copyAction
+# The following string should NOT be translated: pasteAction
+# The following string should NOT be translated: undoAction
+# The following string should NOT be translated: redoAction
+# The following string should NOT be translated: debug
+# The following string should NOT be translated: dumpAction
+# The following string should NOT be translated: toolbar
- backported by
-
JDK-2224311 Notepad demo: remove non-translatable resources from Notepad.properties file
-
- Closed
-
- relates to
-
JDK-7024965 Stylepad demo: remove non-translatable resources from Stylepad.properties file
-
- Closed
-
-
JDK-7168151 Stylepad demo is broken
-
- Closed
-
-
JDK-7021689 [ja] Notepad demo throws NPE
-
- Closed
-
-
JDK-7025267 NLS: t13y fix for 7021689 [ja] Notepad demo throws NPE
-
- Closed
-