mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
393 B
393 B
category
| category |
|---|
| fix |
- 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