Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The plugin also provides quick fixes for DAO methods where the required SQL file
![inspection.png](images/inspection.png)
- Checks that the return type of DAO method matches the expected type based on its annotation.
![returnTypeInspection.png](images/returnTypeInspection.png)
- Checks that parameters of DAO method matches the expected type based on its annotation.
![paramTypeInspection.png](images/paramTypeInspection.png)
- Checks for undefined bind variable names.
- Checks the class name and package name for static property calls.
![inspectionPackageName.png](images/inspectionPackageName.png)
Expand Down
Binary file added images/paramTypeInspection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading