Files
codeql/java/ql/lib/semmle
Ian Lynagh 13c2ef8c20 Java: PrintAst: Improve the ranking or callables
We now look not only at how many parameters each callable has, but what
its full signature is. This allows us to give a consistent order to
    Test(Throwable) { ... }
    Test(String) { ... }
2023-03-16 15:20:07 +00:00
..
2021-08-19 14:09:35 -07:00