Martin Ross
Martin Ross
**Is your feature request related to a problem? Please describe.** There are requirements for files/tests that are not present in earlier versions of OpenSSL. **Describe the solution you'd like** Document...
**Is your feature request related to a problem? Please describe.** I am writing a plugin to determine if a set of constant values can propagate to a certain function with...
**Is your feature request related to a problem? Please describe.** A typical test pattern in unittets is TEST_F(IFDSTaintAnalysisTest, TaintTest_04) { initialize({PathToLlFiles + "dummy_source_sink/taint_04_cpp_dbg.ll"}); IFDSSolver_P TaintSolver(*TaintProblem); TaintSolver.solve(); map GroundTruth; GroundTruth[19] =...
**Is your feature request related to a problem? Please describe.** Dynamic plugins are somewhat confusing and more complex that just writing your own static analysis. Given that Phasar is opensource...
**Is your feature request related to a problem? Please describe.** For programs with large numbers of variables and functions O(thouands) LLVMPointsToSet takes O(minutes) even with CDLSheen. **Describe the solution you'd...
## What problem are you trying to solve? Avoiding updating generated java files. e.g. Those generated by XJC ## Describe the solution you'd like Skip classes/files annotated with https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/annotation/processing/Generated.html https://docs.oracle.com/javase/8/docs/technotes/tools/unix/xjc.html...
## What version of OpenRewrite are you using? 6.6.3 ## How are you running OpenRewrite? ## What is the smallest, simplest way to reproduce the problem? ```java @SuppressWarnings("unused") class A...
I am using - OpenRewrite Latest ## How are you running OpenRewrite? Gradle ## What is the smallest, simplest way to reproduce the problem? ``` test.gradle final String[] finalDeps =...
https://github.com/drewnoakes/metadata-extractor/tree/main/Source/com/drew/metadata does not appear to support this. See https://en.wikipedia.org/wiki/AVIF https://caniuse.com/avif is now supported by browsers and is very useful.
## What version of OpenRewrite are you using? I am using 6.6.3 ## What is the smallest, simplest way to reproduce the problem? ```java import lombok.Getter; public class PuntException extends...