Support feedback:
I have created a form using UI Builder. I use "Generate GUI into: Java source code", thus, the UI code is placed in the associated
java file.
The problem is: when I want to compile the project, even if th .form file is unchanged, compiler gives an error, because the .java
file is read-only. After I check-out the file, making it read-write, compilation is successful.
It is awkward, because I need to undo checkout on the .java files every time I merge afterwards, because there is no change in the
file (as it is generated from unchanged .form file).
Issue was resolved