// now display the appropriate results for this particular business
// method
if (homeMethodFound && isLegalRMIIIOPReturn ) {
addGoodDetails(result, compName);
result.addGoodDetails(smh.getLocalString
(getClass().getName() + ".passed",
"[ {0} ] properly declares ejbHome<METHOD> method [ {1} ] with valid RMI-IIOP return type.",
new Object[] {descriptor.getEjbClassName(),method.getName()}));
} else if (homeMethodFound && !isLegalRMIIIOPReturn) {
oneFailed = true;