Skip to content

Commit

Permalink
Java: Add changenote for deprecation of Field.getSourceDeclaration() …
Browse files Browse the repository at this point in the history
…and Field.isSourceDeclaration()
  • Loading branch information
igfoo committed Sep 24, 2024
1 parent bda779a commit 76662a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/ql/lib/change-notes/2024-09-18-fields.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 76662a6

Please sign in to comment.