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