naming convention for RMIC output

Hello,

I am wondering if the RMIC document is wrong. It said (http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/rmic.html#iiop):

Invoking rmic with the -iiop generates stubs and ties that conform to this naming convention:

_<implementationName>_stub.class

_<interfaceName>_tie.class

But it should be:

_<implementationName>_tie.class

_<interfaceName>_stub.class

Is it known issue in java doc?

Thanks!

Z

[496 byte] By [BlueFisha] at [2007-11-27 3:45:06]
# 1
I agree, it's documented wrongly. Try the Bug Parade.
ejpa at 2007-7-12 8:48:48 > top of Java-index,Developer Tools,Java Compiler...