aaporjr opened a new issue, #14559: URL: https://github.com/apache/grails-core/issues/14559
### Task List - [x] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of the issue provided (see below) ### Steps to Reproduce 1. create new grails app 2. create an abstract class with one property 3. create a domain model and extend class from step 2 4. create data service class for domain model in step 3 5. add one finder method using the property in step 2 as parameter 6. run build ### Expected Behaviour build should be successful ### Actual Behaviour ``` compilation error message thrown: Cannot implement finder for non-existent property [name] of class [sample.Employee] ``` ### Environment Information - **Operating System:** Mac OS High Sierra 10.13.4 - **Grails Version:** 3.3.6 - **GORM Version:** 6.1.10.BUILD-SNAPSHOT - **JDK Version:** 1.8.0_171 - **Container Version (If Applicable):** ### Example Application - https://github.com/aaporjr/cannot-implement-for-non-existent-property -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
