Issue 3795: Incorrect method declaration in CORBA_2_3/portable/InputStream.java and Out (java-rtf) Source: Oracle (Mr. Hemanth Puttaswamy, nobody) Nature: Uncategorized Issue Severity: Summary: Looks like there is a typo in the IDL to Java document(ptc/00-01-08) Section 1.21.4. The method signature public java.io.Serializable read_value( org.omg.CORBA.BoxedValueHelper factory) has to be public java.io.Serializable read_value( org.omg.CORBA.portable.BoxedValueHelper factory) Because BoxedValueHelper belongs to org.omg.CORBA.portable package. Also The method signature public void write_value( java.io.Serializable value, org.omg.CORBA.BoxedValueHelper factory) has to be public void write_value( java.io.Serializable value, org.omg.CORBA.portable.BoxedValueHelper factory) Again for the same reason. Resolution: editorial fix, issue closed Revised Text: Actions taken: August 29, 2000: received issue August 31, 2000: closed issue Discussion: End of Annotations:===== Date: Tue, 29 Aug 2000 17:06:13 -0700 (PDT) From: Hemanth Puttaswamy Reply-To: Hemanth Puttaswamy Subject: Incorrect method declaration in CORBA_2_3/portable/InputStream.java and OutputStream.java To: issues@omg.org, core-rtf@omg.org MIME-Version: 1.0 Content-MD5: Ubdxr/4LtyTfOJV4mpC5QA== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.2 SunOS 5.7 sun4u sparc Content-Type: TEXT/plain; charset=us-ascii X-UIDL: '^*!!b2"e9eL)e9?"0!! Hi, Looks like there is a typo in the IDL to Java document(ptc/00-01-08) Section 1.21.4. The method signature public java.io.Serializable read_value( org.omg.CORBA.BoxedValueHelper factory) has to be public java.io.Serializable read_value( org.omg.CORBA.portable.BoxedValueHelper factory) Because BoxedValueHelper belongs to org.omg.CORBA.portable package. Also The method signature public void write_value( java.io.Serializable value, org.omg.CORBA.BoxedValueHelper factory) has to be public void write_value( java.io.Serializable value, org.omg.CORBA.portable.BoxedValueHelper factory) Again for the same reason. Thx, Hemanth Puttaswamy CORBA Technology Team Sun Microsystems.