no message

This commit is contained in:
2025-04-13 18:08:16 +03:00
parent cd86f1257a
commit eb86b936bc
3 changed files with 9 additions and 4 deletions

View File

@@ -495,10 +495,12 @@ public class DBProjectFile extends ProjectFile {
//--
funcInfo.file = this.name;
funcInfo.ownCalls = new LinkedHashMap<>();
funcInfo.CheckMessagesPresence();
//--
for (FuncCall call: funcInfo.callsFrom){
call.file = this.name;
call.parentLineOffset = funcInfo.line - call.line;
call.CheckMessagesPresence();
}
if (funcInfo.isMain!=0){
isMain = 1;