private void enterBean()
{try { __CLOVER_225_0.M[3138]++;
__CLOVER_225_0.S[13178]++;String name = getValidatedAttribute("name", BEAN_NAME_PATTERN, "invalid-bean-name");
__CLOVER_225_0.S[13179]++;String className = getAttribute("class");
__CLOVER_225_0.S[13180]++;BeanLifecycle lifecycle = (BeanLifecycle) getConvertedAttribute(
"lifecycle",
BeanLifecycle.REQUEST);
__CLOVER_225_0.S[13181]++;IBeanSpecification bs = _factory.createBeanSpecification();