felixscheinost opened a new issue, #14494:
URL: https://github.com/apache/grails-core/issues/14494

   # Task List
   
   - [x] Steps to reproduce provided
   - [ ] Stacktrace (if present) provided
   - [ ] Example that reproduces the problem uploaded to Github
   - [ ] Full description of the issue provided (see below)
   
   ### Steps to Reproduce
   
   Add a domain like in this commented out test case:
   
   
https://github.com/grails/grails-data-mapping/blob/f1158a73b4127a7aab41608e4ae6e0804079e544/grails-datastore-core/src/test/groovy/org/grails/datastore/mapping/model/JpaMappingSyntaxTests.groovy#L386-L393
   
   ### Expected Behaviour
   
   The project should compile.
   
   ### Actual Behaviour
   
   The project fails to compile with the following error(s):
   
   ```
   [...].groovy: -1: The method public java.lang.Long getId()  { ... } 
duplicates another method of the same signature
   [...].groovy:: -1: Repetitive method name/signature for method 
'java.lang.Long getId()' in class '[...]'
   [...].groovy:: -1: Repetitive method name/signature for method 
'java.lang.Long getId()' in class '[...]'
   ```
   
   ### Environment Information
   
   - **Operating System**: macOS 10.15.7
   - **GORM Version:** 7.0.4
   - **Grails Version (if using Grails):** 4.0.3
   - **JDK Version:** 8
   
   


-- 
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]

Reply via email to