mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
396 B
396 B
0.1.0
Bug Fixes
- The following predicates on
API::Nodehave been changed so as not to include the receiver. The receiver should now only be accessed viagetReceiver().getParameter(int i)previously included the receiver wheni = -1getAParameter()previously included the receivergetLastParameter()previously included the receiver for calls with no arguments