opal icon indicating copy to clipboard operation
opal copied to clipboard

Results 36 opal issues
Sort by recently updated
recently updated
newest added

In the README.markdown, we prominently display a test badge. This is updated by the Build and Execute Tests workflow. The latter is run on any pull request, so the badge...

Uses the results generated in #1 by: - Integrating them into the `ClassForName` reflective call analysis - Adding a string analysis demo along with a demo package showcasing the ability...

# Problem Statement As discussed in our recent OPAL meeting, we want to understand what operations are performed (eagerly) when initializing a `Project` instance, and their respective impact on the...

documentation
question

During development on #1 a triggered analysis that is based on the `ReachableMethodAnalysis` trait got an eager scheduler. Turns out the `ReachableMethodAnalysis` trait implicitly expects to only implement triggered analyses...

Fixes two problems where methods were not computed correctly for some inheritance hierarchies w.r.t. interface default methods. The additional checks are rather costly, but I didn't evaluate the actual performance...

Hi Team, Thank you for this amazing project! I was able to generate a call graph with the dependencies' calls as mentioned. I wanted to check if this project includes...

documentation