v++
This commit is contained in:
@@ -62,7 +62,7 @@ public class Visualiser extends Component {
|
||||
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
|
||||
@Override
|
||||
public void GetVersionInfo() {
|
||||
version = 1069;
|
||||
version = 1070;
|
||||
String pattern = "MMM dd yyyy HH:mm:ss";
|
||||
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
|
||||
date_text = df.format(getClassBuildTime());
|
||||
|
||||
@@ -18,7 +18,7 @@ public class DownloadDVMPackages extends Pass_2021<Vector<Integer>> {
|
||||
Vector<Pair<Integer, Pair<byte[], byte[]>>> packed_packages;
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/Apply.png";
|
||||
return "/icons/DownloadBugReport.png";
|
||||
}
|
||||
@Override
|
||||
public String getButtonText() {
|
||||
|
||||
@@ -3,6 +3,10 @@ import Common.Current;
|
||||
import TestingSystem.DVM.DVMTasks.DVMRunTask;
|
||||
import TestingSystem.Common.Test.Test;
|
||||
public class DownloadTaskTest extends DownloadTest {
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/OpenProject.png";
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = null;
|
||||
|
||||
@@ -317,6 +317,8 @@ public enum PassCode_2021 {
|
||||
CloneDVMPackage,
|
||||
CloneSapforPackage,
|
||||
SPF_RemoveDeadCode,
|
||||
|
||||
|
||||
;
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
|
||||
Reference in New Issue
Block a user