File f = new File(Indexer.path_for_data);
if ((!f.exists()) || (f.listFiles().length == 0)) {
Layout.log("Cartella da indicizzare " + f.getPath() + " vuota, aggiorno i file!!");
// Aggiorno i file di bug
BugUpdater bugUpdater = new BugUpdater();
bugUpdater.update(false);
}
// Se non avevo clacolato le priorità statiche lo faccio ora
if (StartAnalyze.finalPriority == null) {
StartAnalyze s = new StartAnalyze();