Re: RFR: 8267043: IntelliJ project doesn't handle generated sources correctly [v2]

2021-05-12 Thread Erik Joelsson
On Wed, 12 May 2021 17:51:11 GMT, Maurizio Cimadamore wrote: >> Since generated sources are placed in the build folder, and since the build >> folder is indicated by the IntelliJ project settings as "project output", >> IntelliJ indexing blissfully ignores all the classes which are generated

Re: RFR: 8267043: IntelliJ project doesn't handle generated sources correctly [v2]

2021-05-12 Thread Chris Hegarty
On Wed, 12 May 2021 17:51:11 GMT, Maurizio Cimadamore wrote: >> Since generated sources are placed in the build folder, and since the build >> folder is indicated by the IntelliJ project settings as "project output", >> IntelliJ indexing blissfully ignores all the classes which are generated

Re: RFR: 8267043: IntelliJ project doesn't handle generated sources correctly [v2]

2021-05-12 Thread Maurizio Cimadamore
> Since generated sources are placed in the build folder, and since the build > folder is indicated by the IntelliJ project settings as "project output", > IntelliJ indexing blissfully ignores all the classes which are generated > during the build. > This simple patch fixes that, by simply point

RFR: 8267043: IntelliJ project doesn't handle generated sources correctly

2021-05-12 Thread Maurizio Cimadamore
Since generated sources are placed in the build folder, and since the build folder is indicated by the IntelliJ project settings as "project output", IntelliJ indexing blissfully ignores all the classes which are generated during the build. This simple patch fixes that, by simply pointing the pr