mirror of
https://github.com/github/codeql.git
synced 2026-07-13 15:28:16 +02:00
Previously this didn't catch the case of constructors chaining directly into appends, like `StringBuilder sb = new StringBuilder("1").append("2")`