no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user