v++
Папка для загрузок, и пропущенный баг с настройками визуализатора.
This commit is contained in:
@@ -22,8 +22,8 @@ public class GetOldBugReports extends Pass<DirInfosDataSet> {
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
File workspace = ComponentsSet.visualiser.getWorkspace();
|
||||
File[] files = workspace.listFiles(pathname -> pathname.isDirectory() && pathname.getName().toLowerCase().startsWith("bugreport_"));
|
||||
File downloadsDirectory = Global.DownloadsDirectory;
|
||||
File[] files = downloadsDirectory.listFiles(pathname -> pathname.isDirectory() && pathname.getName().toLowerCase().startsWith("bugreport_"));
|
||||
if (files != null) {
|
||||
//---
|
||||
Calendar c = new GregorianCalendar();
|
||||
|
||||
Reference in New Issue
Block a user