no message
This commit is contained in:
@@ -40,24 +40,6 @@ public class SPF_GetAllDeclaratedArrays extends SapforAnalysis {
|
||||
for (DBProjectFile file : target.db.files.Data.values())
|
||||
file.ArrayGraphTitle = "Объявлений: " + file.array_decls.size();
|
||||
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
|
||||
protected boolean alwaysCheck() {
|
||||
|
||||
Reference in New Issue
Block a user