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