mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
9 lines
396 B
Markdown
9 lines
396 B
Markdown
## 0.1.0
|
|
|
|
### Bug Fixes
|
|
|
|
* The following predicates on `API::Node` have been changed so as not to include the receiver. The receiver should now only be accessed via `getReceiver()`.
|
|
- `getParameter(int i)` previously included the receiver when `i = -1`
|
|
- `getAParameter()` previously included the receiver
|
|
- `getLastParameter()` previously included the receiver for calls with no arguments
|