Does Apache Tika use a checkstyle configuration? Maybe I can import that into the java code formatter and it will magically make my auto imports agree with the ones that are used in the codebase
On Sat, Mar 13, 2021 at 9:39 AM Maxim Solodovnik <[email protected]> wrote: > Additionally you can disable "reorganize imports" in IntellyJ (if I do > remember correctly) :) > > On Sat, 13 Mar 2021 at 22:35, Maxim Solodovnik <[email protected]> > wrote: > > > > Maybe this article can help? > > > https://omindu.medium.com/configuring-intellij-idea-to-overcome-checkstyle-wrong-order-for-import-issues-91a32b5096c7#:~:text=Open%20the%20'Settings'%20(or,done%20apply%20the%20new%20settings > . > > > > On Sat, 13 Mar 2021 at 22:22, Nicholas DiPiazza > > <[email protected]> wrote: > > > > > > I am an IntelliJ user and I use the auto-organize imports feature. > > > > > > This constantly changes the order of imports in files when I modify > them > > > when doing Tika development because my imports do not happen in same > order > > > as eclipse. > > > > > > Has anyone else already fixed this issue? If there some magic way I > can get > > > this to stop happening, that would save me a lot of time. > > > > > > -Nicholas > > > > > > > > -- > > Best regards, > > Maxim > > > > -- > Best regards, > Maxim >
