codeql
codeql copied to clipboard
Java/Shared: Refactor `TypeFlow.qll` into a shared library
This PR pulls out the shareable parts of Java's type-flow library into a new shared qlpack. In a subsequent PR, I plan to make use of this library for C/C++ dataflow 🤞
Oops. There's one small test failure. I'll investigate!
Edit: Was a silly mistake of me forgetting to put J:: in front of a single type 😄. I've force-pushed it away to keep the history clean
LGTM now. If dca is uneventful, then I think we're good to merge.
DCA was very uneventful. Merging!