Skip to content

Commit

Permalink
Merge pull request github#17503 from igfoo/igfoo/fields
Browse files Browse the repository at this point in the history
Java/Kotlin: Deprecate Field.getSourceDeclaration(), Field.isSourceDeclaration()
  • Loading branch information
igfoo authored Sep 24, 2024
2 parents 8c015b0 + 9b8152a commit 4dbb15d
Show file tree
Hide file tree
Showing 24 changed files with 5,001 additions and 246 deletions.
15 changes: 15 additions & 0 deletions java/downgrades/876cabc76c5c83912271db331481f8cba2749643/fields.ql
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class Field extends @field {
string toString() { none() }
}

class Type extends @type {
string toString() { none() }
}

class RefType extends @reftype {
string toString() { none() }
}

from Field f, string name, Type t, RefType parent
where fields(f, name, t, parent)
select f, name, t, parent, f
Loading

0 comments on commit 4dbb15d

Please sign in to comment.