jOOQ cannot possibly detect what kind of change you did manually, and respect that change. I'm not aware of any code generator that is able to keep arbitrary changes in generated code.
IDEs can be configured to leave derived resources, such as generated code, alone and not touch their contents. I hope this helps Lukas On Tue, May 28, 2024 at 3:03 PM Muhammad Atif <[email protected]> wrote: > I solution of Line Separators and Space is resolved. Thank you. > For Imports in IDE different people has different configuration for "Class > count to use import with ''*". IDE make imports like import org.jooq.*; > after Jooq added. > > On Tuesday 28 May 2024 at 15:20:45 UTC+3 [email protected] wrote: > >> You shouldn't modify generated sources! >> >> I understand that line separators may be changed by version control, so >> you could adapt the code generator to produce what you're using elsewhere: >> >> https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-generate/codegen-whitespace/ >> >> But I don't understand why imports are being touched? >> >> On Tue, May 28, 2024 at 2:18 PM Muhammad Atif <[email protected]> >> wrote: >> >>> Actually in my team if someone has different Line Separator (CRLF/LF) >>> configuration Jooq assumed there is a change in new file and generate it. >>> Same for imports configuration. >>> >>> On Tuesday 28 May 2024 at 13:58:37 UTC+3 [email protected] wrote: >>> >>>> Thanks for your message. >>>> >>>> jOOQ doesn't modify (touch) files which don't have any changes in them. >>>> >>>> On Tue, May 28, 2024 at 12:57 PM Muhammad Atif <[email protected]> >>>> wrote: >>>> >>>>> This show hug change in PR review and hard to look after every bit of >>>>> code. >>>> >>>> >>>> I'm afraid, I don't know what this means >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "jOOQ User Group" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jooq-user/4202df39-40f3-483f-b438-377112e61965n%40googlegroups.com >>> <https://groups.google.com/d/msgid/jooq-user/4202df39-40f3-483f-b438-377112e61965n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/52819591-2d6b-470f-bf11-9796298122ebn%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/52819591-2d6b-470f-bf11-9796298122ebn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO4%3DB%3DFTojG1p7EmrMgHLNVNxvq5b0MfscDp5%2BBkaTQO%2BA%40mail.gmail.com.
