выдача команд сапфора в json
This commit is contained in:
12
src/_VisualDVM/ProjectData/SapforData/SapforResult_json.java
Normal file
12
src/_VisualDVM/ProjectData/SapforData/SapforResult_json.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package _VisualDVM.ProjectData.SapforData;
|
||||
import com.google.gson.annotations.Expose;
|
||||
public class SapforResult_json {
|
||||
@Expose
|
||||
public int codeIdx;
|
||||
@Expose
|
||||
public String output;
|
||||
@Expose
|
||||
public String outputMessage;
|
||||
@Expose
|
||||
public String predictorStats;
|
||||
}
|
||||
@@ -676,7 +676,7 @@ public class Utils {
|
||||
return new Pair<>(lines, visible_lines);
|
||||
}
|
||||
*/
|
||||
/*
|
||||
/* Pair
|
||||
public static boolean CompareLines(String line1_raw, String line2_raw) {
|
||||
String line1 = line1_raw;
|
||||
String line2 = line2_raw;
|
||||
|
||||
Reference in New Issue
Block a user