Issue 3657: OMG ZIP FILE ISSUES for IDL to Java RTF (04) (java-rtf) Source: Oracle (Dr. Anita Jindal, nobody) Nature: Uncategorized Issue Severity: Significant Summary: (4). The "const" mapping does not specify "public static final", please note that without this, no one will be able to directly access the value specified for the const's directly. Resolution: close, no change Revised Text: Actions taken: May 31, 2000: received issue January 9, 2001: closed issue Discussion: Close, no change. The Java language automatically declares constants in an interface "public static final". End of Annotations:===== Date: Fri, 26 May 2000 15:04:41 -0700 (PDT) From: Ken Cavanaugh Reply-To: Ken Cavanaugh Subject: Missing IDL-Java RTF issues To: juergen@emerald.omg.org Cc: Ken.Cavanaugh@eng.sun.com, Anita.Jindal@eng.sun.com, Peter.Walker@eng.sun.com MIME-Version: 1.0 Content-MD5: 00WoT63WPYdr1RCYt9DUZA== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc Content-Type: TEXT/plain; charset=us-ascii X-UIDL: ;Wh!!<#%e950Td9biN!! Juergen, Some time ago Anita Jindal (another Sun employee) sent the following issues for the IDL-Java RTF to issues@omg.org. We have not yet seen the numbers assigned to these issues. Could you check on this and let us know the issue numbers, or assign issue numbers if they were somehow missed? Thanks, Ken Cavanaugh ------------- Begin Forwarded Message ------------- Subject: OMG ZIP File issues for IDL to Java RTF To: issues@omg.org Cc: Anita.Jindal@eng.sun.com, peter.walker@eng.sun.com, ken.cavanaugh@eng.sun.com MIME-Version: 1.0 Content-MD5: cFcfuZrs+jatjHHmX1kmFg== (4). The "const" mapping does not specify "public static final", please note that without this, no one will be able to directly access the value specified for the const's directly. Date: Wed, 14 Jun 2000 11:50:56 -0700 From: "Vijaykumar Natarajan" X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: java-rtf@omg.org Subject: Issue 3657: OMG ZIP FILE ISSUES for IDL to Java RTF (04) Content-Type: multipart/mixed; boundary="------------3440E312D35E12BD66CA32C8" X-UIDL: La3!!]lMd9Sb8!!!b$e9 This is NOT a problem at all. the Java language automatically declares constants in an interface "public static final" i.e public interface foo { int x = 10; } is identical to saying public interface foo { public static final int x = 10; } Propose: Close, no change. Thanks, Vijay (4). The "const" mapping does not specify "public static final", please note that without this, no one will be able to directly access the value specified for the const's directly. Proposal: Change the mapping for const to specify "public static final" Question for Anita: Is this in the ZIP file, or in the Chapter Section on const mapping? [] vijayn7.vcf