rapido
rapido
### The issue It appears that the TESTAR Webdriver doesn't ignore interactive elements when they are clobbered by other divs with higher z-index. The HTML section below shows the issue....
I hit on an issue while implementing a taint tracking use case. So I've prepared a minimal example that showcases the issue: Here is the java code: ```java import java.util.Optional;...
This is another issue we encountered when analysing databases created with `build-mode=none`. It appears that dataflow graphs are broken when static fields are accessed on unknown classes. Please take a...
The introduction of `build-mode=none` has been very helpful for us. This allows us to create (partial) CodeQL databases, without being forced to fully resolve (maven) dependencies. Sometimes this is convenient...
The following code doesn't compile and cause 'illegal cyclic reference' compile error ```scala object IllegalCyclicReference { trait Problem { def x: X // If we uncomment below , we get...