stream.print (".value"); // get from holder
stream.print (" == null || " + parm.name ());
if (parm.passType () == ParameterEntry.Inout)
stream.print (".value"); // get from holder
stream.println (".length () > (" +
Util.parseExpression (string.maxSize ()) + "))");
stream.println (THREE_INDENT +
"throw new org.omg.CORBA.BAD_PARAM (0," +
" org.omg.CORBA.CompletionStatus.COMPLETED_NO);");
}
}