-
We're looking to perform highly accurate inter-procedural data-flow analysis in Spotbugs. After crawling code, it appears that the current API and interfaces provided are not designed for this. So w…
-
### Does this bug already exist in our backlog?
- [X] I have checked and confirm this is a new bug.
### Describe the issue
Today we have detected that these two Dataflows are not correctly as…
-
### Ask away!
Hello, Professor
I am running the workflow, but it was killed with the error:
`ERROR ~ Error executing process > 'pipeline:preprocess_ref_annotation'
…
-
### Operating System
Other Linux (please specify below)
### Other Linux
Linux 5.14.21-150400.24.28-default
### Workflow Version
wf-single-cell v2.1.0-ga25ec6c
### Workflow Execution
Command li…
-
### Code
It's a big company project, and I'm not quite sure where it's coming form.
### Meta
`rustc --version --verbose`:
```
rustc 1.59.0-nightly (efec54529 2021-12-04)
binary: ru…
-
The following program is accepted by the nullness checker in 3.38.0, and rejected in 3.39.0.
Is this a regression or a deliberate change?
```java
enum E {
FOO;
E getIt() {
return F…
-
Currently, in the sparse backward dataflow analysis, data from the results
of an op implementing `RegionBranchOpInterface` is considered to flow
into the operands of every op that does not implement…
-
As per the title, the `DynamicallyAccessedMembersAnalyzer` currently throws when encountering an `InlineArrayAccessOperation`:
```
Severity Code Description Project File Line Suppression State
Erro…
-
The following assert in `mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp` causes `mlir-sycl/test/Transforms/constant-propagation.mlir` to fail. It is temporarily commented out in https://github.com/intel…
-
I've been working on VeriWasm in Wasmtime the last few weeks, and decided to dump a summary of my investigation so far and ideas for the right approach to take. (I'm doing this partly because I've bee…