-
Update the check in:
public static Query parse(Version matchVersion, String query, String[] fields,
BooleanClause.Occur[] flags, Analyzer analyzer) throws ParseException {
if (fields.leng…
-
In GitLab by @hedtke on Nov 21, 2016, 12:14
SonarQube lists 11000 open issues (generated by static analyzer, gcc warnings, ...)
-
### Describe the bug
`scan-build` program from `libclang` looks for `ccc-analyzer` in `../libexec` but it is installed into a different output.
### Steps To Reproduce
```
$ nix-build -A libclang…
-
There are quite a few [static anlysis](https://en.wikipedia.org/wiki/Static_program_analysis) tools out there for C++. I'd suggest we start using them, ideally in an automated way. For example, the [C…
-
I tried to make the following code with switch expression.
```dart
static FirebaseOptions forPlatform({FirebaseOptions? android, FirebaseOptions? ios}) {
void throwUnsupportedPlatform(Targe…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR7480](https://bugs.llvm.org/show_bug.cgi?id=7480) |
| Status | NEW |
| Importance | P normal |
| R…
-
https://www.shellcheck.net is a static analyzer for shell scripts (although it works better when it knows if that script is for sh, bash, fish, ...)
It would be nice and often educative to have a s…
-
Hello.
When the project uses PHPStan Static Analyzer, we get the following errors because of `php-decimal`.
```php
new Decimal(0) - new Decimal(0);
// Error: Unary operation "-" on Decimal\D…
-
### Tested versions
4.4.dev
### System information
Windows 11 - Vulkan (Forward+)
### Issue description
Coroutines don't work in `EditorPlugin` hooks like:
```gdscript
@tool
extends …
-
```haxe
src/Foo.hx
function hi():Void {
trace("hi");
}
src/client/Main.hx
package client;
function main() {
Fo| // or Foo.|
}
build.hxml
--class-path src
--main client.Main
# -D a…