Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naxa777/spring-data-repository-isempty-keyword

Demo project for IDEA-204203
https://github.com/naxa777/spring-data-repository-isempty-keyword

bug gradle intellij-idea is-empty spring-boot spring-data-jpa

Last synced: 10 days ago
JSON representation

Demo project for IDEA-204203

Awesome Lists containing this project

README

        

# Spring Data Repository - IsEmpty keyword

[ ![Codeship Status for naXa777/spring-data-repository-isempty-keyword](https://app.codeship.com/projects/4e9b55c0-e376-0136-8250-52d45b65bb56/status?branch=master)](https://app.codeship.com/projects/318949)

Demo project for [IDEA-204203](https://youtrack.jetbrains.com/issue/IDEA-204203).

IntelliJ IDEA inspection generates a false warning when using `IsEmpty` or `Empty` keyword in a Spring Data repository.

Open project in IntelliJ IDEA and navigate to [FacultyRepository](src/main/java/by/naxa/youtrack/springdatarepositoryisemptykeyword/repository/FacultyRepository.java).

## Screenshot

![warning](screenshots/faculty-repository-isempty.png)