for ( int i = 0; i < methods.length; i++ )
{
MethodDeclaration method = methods[i];
getFBSourceFileInfo().addCommandHandler( method.getSimpleName() );
chg.check( CompilerUtils.getAnnotation( method, COMMAND_HANDLER_TAG_NAME ), null, method );
}
Map checkResultMap = new HashMap();
checkResultMap.put( JpfLanguageConstants.ExtraInfoKeys.facesBackingInfo, getSourceFileInfo() );
return checkResultMap;