mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Add changenote for deprecation of Field.getSourceDeclaration() and Field.isSourceDeclaration()
This commit is contained in:
5
java/ql/lib/change-notes/2024-09-18-fields.md
Normal file
5
java/ql/lib/change-notes/2024-09-18-fields.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* The `Field.getSourceDeclaration()` predicate has been deprecated. The result was always the original field, so calls to it can simply be removed.
|
||||
* The `Field.isSourceDeclaration()` predicate has been deprecated. It always holds.
|
||||
Reference in New Issue
Block a user