Java Cheatsheets
[BASIC]
[JAVA]
Finds array access expressions with an index expression consisting of a unary assignment
[BASIC]
[JAVA]
Finds classes/interfaces that extend/implement com.example.Class
[BASIC]
[JAVA]
Finds conditional expressions of the form '... ? ... : ...' where the types of the resulting expressions differ
[BASIC]
[JAVA]
Generates use-definition pairs that provide the data for find-references in the code viewer.
[BASIC]
[JAVA]
Finds 'if' statements where the 'then' branch is an empty block statement
[BASIC]
[JAVA]
Generates use-definition pairs that provide the data for jump-to-definition in the code viewer.
[BASIC]
[JAVA]
Outputs a representation of a file's Abstract Syntax Tree. This query is used by the VS Code extension.
[BASIC]
[JAVA]
Finds switch statements with a missing enum constant case and no default case
[BASIC]
[JAVA]
Finds places where we throw com.example.AnException or one of its subtypes