fix
This commit is contained in:
6
.idea/workspace.xml
generated
6
.idea/workspace.xml
generated
@@ -6,11 +6,7 @@
|
|||||||
</artifacts-to-build>
|
</artifacts-to-build>
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/SapforTestingSystem/Json/SapforVersion_json.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/SapforTestingSystem/Json/SapforVersion_json.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OpenSapforVersionPass.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/OpenSapforVersionPass.java" afterDir="false" />
|
|
||||||
</list>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ public class SapforVersion_json implements Serializable {
|
|||||||
project.CreateVisualiserData();
|
project.CreateVisualiserData();
|
||||||
}
|
}
|
||||||
public void ReadMessages() throws Exception {
|
public void ReadMessages() throws Exception {
|
||||||
if (project!=null) {
|
if (project != null) {
|
||||||
Vector<MessageError> messages = new Vector<>();
|
Vector<MessageError> messages = new Vector<>();
|
||||||
//--
|
//--
|
||||||
File p_out = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.parse_out_file).toFile();
|
File p_out = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.parse_out_file).toFile();
|
||||||
@@ -268,7 +268,6 @@ public class SapforVersion_json implements Serializable {
|
|||||||
if (err.exists())
|
if (err.exists())
|
||||||
project.Log += "\n" + FileUtils.readFileToString(err);
|
project.Log += "\n" + FileUtils.readFileToString(err);
|
||||||
//--
|
//--
|
||||||
if (!messages.isEmpty()) {
|
|
||||||
project.Open();
|
project.Open();
|
||||||
project.Update(); //Журнал
|
project.Update(); //Журнал
|
||||||
//а так же, убрать dep и txt
|
//а так же, убрать dep и txt
|
||||||
@@ -285,5 +284,4 @@ public class SapforVersion_json implements Serializable {
|
|||||||
project.db.Disconnect();
|
project.db.Disconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user