Searched refs:classPathMatches (Results 1 – 3 of 3) sorted by relevance
160 const classPathMatches = fileContent.match(/^package ([\w.]+)\b/m); constant162 if (classPathMatches) {164 classes.push(`${classPathMatches[1]}.${basename}`);
128 const classPathMatches = fileContent.match(/^package ([\w.]+)\b/m);129 if (classPathMatches) {131 classes.push(`${classPathMatches[1]}.${basename}`);
1 …classPathMatches = fileContent.match(/^package ([\\w.]+)\\b/m);\n\n if (classPathMatches) {…