no message

This commit is contained in:
2025-05-07 20:30:27 +03:00
parent 571e2d2544
commit 47a4772632
2 changed files with 0 additions and 23 deletions

View File

@@ -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() {