-
| | |
|--------------------|----|
| Bugzilla Link | [PR49381](https://bugs.llvm.org/show_bug.cgi?id=49381) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR15870](https://bugs.llvm.org/show_bug.cgi?id=15870) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi,
We'd love to get errors and warnings from static code analysis. Dart has an analyzer, which can power code completion, errors, warnings, and hints.
Here's the existing analyzer: https://www.dart…
-
1. New reference returned and assigned to `obj`.
https://github.com/scipy/scipy/blob/8627df31ab07d66b438c7e5d5880e3f4d435f248/scipy/sparse/linalg/_dsolve/_superlu_utils.c#L46
2. Assume `obj` is no…
-
| | |
| --- | --- |
| Bugzilla Link | [18701](https://llvm.org/bz18701) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [reproducer with false positive](https://user-images.githubusercontent.com/…
-
## Note from @valscion
### Please help us document this issue in README.md troubleshooting section. A link to https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/168#issuecomment-381…
-
We should consider integrating the SonarJava static code analyzer in Coderadar.
The source code can be found here: https://github.com/SonarSource/sonar-java
SonarJava is used in SonarLint and Sonar…
-
### Tested versions
4.3-stable
### System information
Windows 11
### Issue description
I am currently trying to add some properties to a C++ class that return GDScript classes. While everything i…
-
When I run ./vendor/bin/psalm --init I get an "Uncaught Exception: Appearing/Declaring classes are not defined for \ESP\core\mssql\MSSQL::$sqlFunctions"
Any ideas of what is going on there?
I i…
-
I have written a CustomAnalyzer to my play application. It locates in my application utils package .
package utils;
public class CustomAnalyzer extends Analyzer {
}
Then i configure my application.c…