I started cleaning up my code and get lots of warnings on jmix enums that id field is not final.
perhaps an improvement for studio?
I started cleaning up my code and get lots of warnings on jmix enums that id field is not final.
perhaps an improvement for studio?
I agree with that. It’s not only in enums. The setters in any entity could have final arguments and the generated code for login and main screen and application class have some potential to be optimized.
I’ve created an issue for final fields in enumeration.
As for login and main screen optimizations, could you please be more specific? What is wrong there?
We also need to change all generated handlers like onBeforeCommit(final BeforeCommitEvent event)
etc.