no message
This commit is contained in:
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
@@ -7,12 +7,7 @@
|
|||||||
</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 afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/Arrays/ArraysJson.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetAllDeclaratedArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetAllDeclaratedArrays.java" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetAllDeclaratedArrays.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetAllDeclaratedArrays.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/Arrays/ProjectArray.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/Arrays/ProjectArray.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/FileObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/FileObject.java" afterDir="false" />
|
|
||||||
</list>
|
</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" />
|
||||||
|
|||||||
@@ -40,24 +40,6 @@ public class SPF_GetAllDeclaratedArrays extends SapforAnalysis {
|
|||||||
for (DBProjectFile file : target.db.files.Data.values())
|
for (DBProjectFile file : target.db.files.Data.values())
|
||||||
file.ArrayGraphTitle = "Объявлений: " + file.array_decls.size();
|
file.ArrayGraphTitle = "Объявлений: " + file.array_decls.size();
|
||||||
target.UpdateArraysCount();
|
target.UpdateArraysCount();
|
||||||
/*
|
|
||||||
if (packed.toCharArray()[packed.length() - 1] == '\0')
|
|
||||||
packed = packed.substring(packed.length() - 1);
|
|
||||||
if (packed.length() == 0)
|
|
||||||
return;
|
|
||||||
String[] splitedPackedList = packed.split("@");
|
|
||||||
for (String elem : splitedPackedList) {
|
|
||||||
String[] info = elem.split("#");
|
|
||||||
Index idx = new Index();
|
|
||||||
//тут знак.
|
|
||||||
ProjectArray arrayToAdd = new ProjectArray(info, idx,
|
|
||||||
BigInteger.ONE);
|
|
||||||
target.declaratedArrays.put(arrayToAdd.id, arrayToAdd);
|
|
||||||
}
|
|
||||||
for (DBProjectFile file : target.db.files.Data.values())
|
|
||||||
file.ArrayGraphTitle = "Объявлений: " + file.array_decls.size();
|
|
||||||
target.UpdateArraysCount();
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
protected boolean alwaysCheck() {
|
protected boolean alwaysCheck() {
|
||||||
|
|||||||
Reference in New Issue
Block a user