Simone Girlanda
Simone Girlanda
> Hi @simonegirlanda, what version of Delphi are you using? > > I ask because in Delphi 11, your first example yields the compiler error > > > E2029 ')'...
Ciao @Cirras thank you for your answer > My thinking is that one of the arguments to PostMessage has an unresolved type and is causing name resolution failures for the...
[sonar.log](https://github.com/user-attachments/files/19895429/sonar.log)
@Cirras I confirm that the false positive is related to the way the constant is used. adding this instruction: `variable := CM_CREATE_RECUR` solve the issue. after removing the instruction the...
Hi @Cirras the "minimal example" supplied is an extract from our original source code that is valid/compilable and where we receive the same false positive. I will produce a new...
No. :-( If I write a minimal compilable example, I have no issue. We got these kind of issues only in our original complex code (both compilable and not compilable)...
Ciao @Cirras, I was finally able to create a very simple project that produce the issues we are facing in our main project. Please find enclosed: - source code (in...
@fourls thank you for the clarification. @Cirras I know that the .xpas file will not be analyzed, that was precisely the goal of my example: to reproduce what happens in...