errors.add(String.format("Can not find method header for method %d because method header ID is out of bounds", methodIndex));
}
else {
final MethodInfo methodInfo = data.getMethodInfos().get(methodIndex);
final AS3Code code = methodBody.getCode();
final ResolvedMethod resolvedMethod = resolveMethod(methodInfo, code, constantStrings, multiNames, namespaces, errors);
methodMapping.put(methodInfo, resolvedMethod);
}
}