no message
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import _VisualDVM.Passes.Sapfor.SapforTransformation;
|
||||
public class SPF_InsertPrivateArrayDirectives extends SapforTransformation {
|
||||
}
|
||||
@@ -301,6 +301,7 @@ public enum PassCode implements PassCode_ {
|
||||
//->
|
||||
TestPass,
|
||||
SPF_InsertPrivateFromGUI,
|
||||
SPF_InsertPrivateArrayDirectives,
|
||||
SPF_RemoveSpfDirectives,
|
||||
SPF_RemoveDeadCode,
|
||||
ReplaceTestProject,
|
||||
@@ -366,6 +367,8 @@ public enum PassCode implements PassCode_ {
|
||||
@Override
|
||||
public String getDescription() {
|
||||
switch (this) {
|
||||
case SPF_InsertPrivateArrayDirectives:
|
||||
return "Вставка директив приватизации массивов";
|
||||
case CompareSapforPackageToEthalon:
|
||||
return "Сравнить пакет тестирования SAPFOR с эталоном";
|
||||
case SPF_RemoveSpfDirectives:
|
||||
|
||||
Reference in New Issue
Block a user