This one is snake case -> something_snake_case
This is upper camel case -> JavaClass
and this is lower camel case -> javaFieldOrProperty
And thanks for considering these improvements.
Search found 4 matches
- 03 Mar 2018, 22:00
- Forum: Suggestions
- Topic: Improvements to java entity model export
- Replies: 7
- Views: 5577
- 02 Mar 2018, 11:08
- Forum: Suggestions
- Topic: Improvements to java entity model export
- Replies: 7
- Views: 5577
Re: Improvements to java entity model export
Sorry if this was unclear, but that is exactly what I said. I was referring to 2) and 3) of my initial suggestion and said that his proposed fix for 3) would at least make 3) follow the java convention.
Edit: I read through your post again, it is UpperCamelCase for classes and lowerCamelCase for ...
Edit: I read through your post again, it is UpperCamelCase for classes and lowerCamelCase for ...
- 01 Mar 2018, 15:53
- Forum: Suggestions
- Topic: Improvements to java entity model export
- Replies: 7
- Views: 5577
Re: Improvements to java entity model export
1) Not even in the exported file? I always have to remove the e#_ prefix, and the Java IDE would throw an error anyways if two elements have the same name. But this is a personal preference anyway, unlike 2) and 3), so I will just write a small script that removes the e#_ prefixes for me.
2) and 3 ...
2) and 3 ...
- 28 Feb 2018, 15:23
- Forum: Suggestions
- Topic: Improvements to java entity model export
- Replies: 7
- Views: 5577
Improvements to java entity model export
Hello, with a current issue for the java export around , I believe this is a great opportunity for further improvements. I have just bought this tool recently, but can't use it properly because of the linked issue. However, there were a few other things I'd like to see changed in the java exports ...