-
No errors reported by Analyze, but when calling Show, exception occurs :
When I check in the PW-src directory, there is No results directory created.
However something ran as the code from the …
-
### Proposal
We should consider adding an analyzer to warn when a method or property unconditionally recurses (e.g. has no exit points) and will cause a StackOverflowException at runtime. Here's an…
-
Let's have sth like:
```rust
use std::collections::HashMap;
use crate::theory::abs::data::{MetaKind, Term};
use crate::theory::{Name, Var};
pub struct UnusedParamAnalyzer,
unused: Vec Unus…
-
| | |
| --- | --- |
| Bugzilla Link | [11698](https://llvm.org/bz11698) |
| Version | trunk |
| OS | All |
| Attachments | [Example](https://user-images.githubusercontent.com/60944935/143744512-a015…
-
https://community.sonarsource.com/t/sonarqube-10-7-released/127319
SonarQube in 10.7 started analyzing Dart code in [Developer Edition](https://www.sonarsource.com/plans-and-pricing/developer/) | […
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/1071233/warning-ca1062-not-catching-assertnotnull-in-code.html)._
---
The…
-
Hello,
I am interested in deploying a static analysis tool. I am looking for something that ideally would run entirely on the Unity Cloud Build stack, and that I could even configure to fail my build…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11698](https://bugs.llvm.org/show_bug.cgi?id=11698) |
| Status | NEW |
| Importance | P enhancemen…
-
Here is a minimal test case showing mutual assignment where we do `b = a;` followed by `a = b;`:
```c
int main(void) {
int a = 0;
int b = a;
int c = 1;
a = b;
…
-
https://psalm.dev/r/c4a3629301
When using function_exists check for a function that does not exist, and then passing a variable to that function, it reports this variable as unused, even though it cl…