-
For a usage of a variable, we want to know which definitions could have set the value at that point. This type of analysis is used in code editors, debuggers, and further optimisations in compilers.
-
The optimizer should implement a dataflow analysis that is general and more comprehensive than the current ad hoc analysis. This will be needed when we rely upon sorts (i.e. sql order by) at the outp…
-
## Describe the bug
안녕하세요. Fixture Monkey IntelliJ Plugin을 설치 후 사용 중인데 간헐적으로 아래 내용과 같은 인텔리제이 에러 리포트가 떠서 이슈 남깁니다.
## Your environment
* plugin 0.0.13
*
## Steps to reproduce
* 어느 동작에서 재현되는…
-
We need to enhance the `next_access` and `previous_access` for what we need for various issues related to NG-Arch. We'll use a dataflow analysis approach to do this.
-
If we have a statically determined oscillator, then simple arithmetic, clipping, sum with another static oscillator, amongst other operations--produces another statically determined oscillator, so we …
-
```csharp
using System.Diagnostics.CodeAnalysis;
// warning IL2062: Value passed to parameter 's' of method 'G(String)' can not be statically determined and may not meet 'DynamicallyAccessedMember…
-
Hello, I am trying to restrict flows to only include those that have a source flow that is used as a query parameter.
For example, say authToken is a source,
```
String urlString = "http://au…
-
```
The tracking of whether a value is a map key is done by heuristics (in
checkers/nullness/MapGetHeuristics).
These should be rewritten as a dataflow flow analysis that will subsume the
heuristic…
-
From an object I wrote during an episode of my stream:
```python
class UnlockTaskThread(BackgroundTaskThread):
def __init__(self, function, addr):
super(UnlockTaskThread, self).__ini…
-
https://github.com/dotnet/roslyn-analyzers/pull/1541
- [x] Analyze lambda and local functions and flow the values from it's exit block to CurrentAnalysisData
- [ ] Analyze string constructor invoc…