3637383940414243
private static ExpressionTranslator getTranslator(IntegrationProject project) { if (project == null) { return null; } GuidPathCache paths = new ProjectGuidPathCache(project); return new CachedPathsExpressionTranslator(paths); }