private static boolean hasSources()

in src/main/java/com/intellij/compiler/impl/InternalCompileDriver.java [688:690]


    private static boolean hasSources(Module module, final JavaSourceRootType rootType) {
        return !ModuleRootManager.getInstance(module).getSourceRoots(rootType).isEmpty();
    }