промежуточный. отладка проверки папки на бытность тестом.
This commit is contained in:
@@ -951,18 +951,18 @@ public class Utils {
|
||||
}
|
||||
protected static boolean isSource(File file) {
|
||||
if (file.isFile()) {
|
||||
String extension = getExtension(file);
|
||||
String extension = getExtension(file).toLowerCase();
|
||||
switch (extension) {
|
||||
case "f":
|
||||
case "fdv":
|
||||
case "for":
|
||||
case "f77":
|
||||
case "f90":
|
||||
case "fh":
|
||||
// case "fh":
|
||||
case "c":
|
||||
case "cdv":
|
||||
case "cpp":
|
||||
case "h":
|
||||
// case "h":
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user