-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b123
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2202490 | 6u25 | Michael Fang | P3 | Closed | Fixed | b03 |
jdk/src/share/classes/sun/rmi/rmic/resources/rmic.properties - Line 104: Blank/null key
74 rmic.usage=Usage: {0} <options> <class names>\
75 \n\
76 \nwhere <options> includes:\
77 \n -keep Do not delete intermediate generated source files\
78 \n -keepgenerated (same as "-keep")\
79 \n -v1.1 Create stubs/skeletons for 1.1 stub protocol version\ 80 \n -vcompat Create stubs/skeletons compatible with both\
81 \n 1.1 and 1.2 stub protocol versions\
82 \n -v1.2 (default) Create stubs for 1.2 stub protocol version
only\
83 \n -iiop Create stubs for IIOP. When present, <options> also includes:\
84 \n\
85 \n -always Create stubs even when they appear current\
86 \n -alwaysgenerate (same as "-always")\
87 \n -nolocalstubs Do not create stubs optimized for same process\
88 \n\
89 \n -idl Create IDL. When present, <options> also includes:\
90 \n\
91 \n -noValueMethods Do not generate methods for valuetypes \
92 \n -always Create IDL even when it appears current\
93 \n -alwaysgenerate (same as "-always")\
94 \n\
95 \n -g Generate debugging info\
96 \n -nowarn Generate no warnings\
97 \n -nowrite Do not write compiled classes to the file system\
98 \n -verbose Output messages about what the compiler is doing\
99 \n -classpath <path> Specify where to find input class files\
100 \n -bootclasspath <path> Override location of bootstrap class files\
101 \n -extdirs <path> Override location of installed extensions\
102 \n -d <directory> Specify where to place generated class files\ 103 \n -J<runtime flag> Pass argument to the java interpreter
104 \n\
74 rmic.usage=Usage: {0} <options> <class names>\
75 \n\
76 \nwhere <options> includes:\
77 \n -keep Do not delete intermediate generated source files\
78 \n -keepgenerated (same as "-keep")\
79 \n -v1.1 Create stubs/skeletons for 1.1 stub protocol version\ 80 \n -vcompat Create stubs/skeletons compatible with both\
81 \n 1.1 and 1.2 stub protocol versions\
82 \n -v1.2 (default) Create stubs for 1.2 stub protocol version
only\
83 \n -iiop Create stubs for IIOP. When present, <options> also includes:\
84 \n\
85 \n -always Create stubs even when they appear current\
86 \n -alwaysgenerate (same as "-always")\
87 \n -nolocalstubs Do not create stubs optimized for same process\
88 \n\
89 \n -idl Create IDL. When present, <options> also includes:\
90 \n\
91 \n -noValueMethods Do not generate methods for valuetypes \
92 \n -always Create IDL even when it appears current\
93 \n -alwaysgenerate (same as "-always")\
94 \n\
95 \n -g Generate debugging info\
96 \n -nowarn Generate no warnings\
97 \n -nowrite Do not write compiled classes to the file system\
98 \n -verbose Output messages about what the compiler is doing\
99 \n -classpath <path> Specify where to find input class files\
100 \n -bootclasspath <path> Override location of bootstrap class files\
101 \n -extdirs <path> Override location of installed extensions\
102 \n -d <directory> Specify where to place generated class files\ 103 \n -J<runtime flag> Pass argument to the java interpreter
104 \n\
- backported by
-
JDK-2202490 NLS: rmic.properties cannot be processed by translation team
-
- Closed
-