/** Maps a BuildRule to the name of the equivalent IntelliJ library or module. */ private String getIntellijNameForRule(BuildRule rule) { return Project.getIntellijNameForRule(rule, basePathToAliasMap); }