Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
Having two Entities which are identical, except naming of properties.
For both entities I provided a simple dao offering a simple
getAll()
function. The dao forWorkingEntity
is generated properly, the dao ofTestEntity
not.The main difference I noticed is the following part inside the
..Dao_Impl
:For
TestEntity
:For
WorkingEntity
:The build is failing with error
isMultiSelect' has private access in 'com.example.TestEntity'
. We see that forWorkingEntity
a setter is used instead of property access.The error is easy to work around, but weirdly it seems to be caused by property naming. I've attached a simple project which reproduces that error.
Versions:
1.9.24
1.9.24-1.0.20
2.6.1