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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Thu May 13 09:36:15 UTC 2021


On Wed, 12 May 2021 17:39:26 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> 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 during the build.
> This simple patch fixes that, by simply pointing the project output to a non-existing folder inside the build path (called `idea`).

This pull request has now been integrated.

Changeset: a270cbe2
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a270cbe2ebfe28465b8257f19ff66cf653d21bf4
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8267043: IntelliJ project doesn't handle generated sources correctly

Reviewed-by: chegar, erikj

-------------

PR: https://git.openjdk.java.net/jdk/pull/4000



More information about the build-dev mailing list