Tim Pohlmann

Results 21 comments of Tim Pohlmann

@kriso02 Well...all the files. For all properties the @type comments have to be replaced by @property comments as demonstrated in my last comment.

I think the different points of view are based on whether you are primarily using the "following" or an algorithm based feed. For an algorithm based feed, it makes sense...

Hello @4865783a5d, I cannot reproduce the issue. Which version of the analyzer are you using? Anyway, if you still have the issue, there is a good chance it is connected...

This would also trigger in a case like this, right? ``` class MyClass { protected MyClass() { } public MyClass Factory() { return new MyClass(); // do some setup }...

Some of these tasks will be easier and more impactful after #7866

Hello, I confirm this as an FP. Thank you for the report!

For future reference: To fix this, our SE engine would need to iterate the loop at least three times. Right now it is only doing it twice.

The validation has revealed a problem. I re-open this ticket. We either need to fix or revert the PR.

@pavel-mikula-sonarsource Generally speaking, my idea is, "Let's assume that the result is assigned to one of the operands and thus reused in this calculation in later iterations." > What about...