RFR: JDK-8223373: Remove IntelliJ IDEA specific files from the source code repository [v5]

Thiago Milczarek Sayao tsayao at openjdk.org
Fri Mar 3 01:24:15 UTC 2023


On Fri, 3 Mar 2023 01:13:49 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

>> This PR does:
>> 
>> - Remove specific Idea files and let it be imported from gradle;
>> - Adds checkstyle (to use with checkstyle plugin - it will let you know style mistakes);
>> - Configures auto-format to sun style (with the changes mentioned in [Code Style Rules](https://wiki.openjdk.org/display/OpenJFX/Code+Style+Rules));
>> - Automatically sets Copyright notice (updates year too);
>> - Run configurations for samples/toys and builds.
>
> Thiago Milczarek Sayao has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Revert "Make intellij see :systemTests dependecies"
>    
>    This reverts commit dca7eab24958e1214147b7d291f0faf52ea27ddf.
>  - Make intellij see :systemTests dependecies

Intellij Ideas does not see the dependencies:

dependencies {
        testImplementation project(":graphics").sourceSets.test.output
        testImplementation project(":base").sourceSets.test.output
        testImplementation project(":controls").sourceSets.test.output
        testImplementation project(":swing").sourceSets.test.output
}


How do I rewrite it?

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

PR: https://git.openjdk.org/jfx/pull/1009


More information about the openjfx-dev mailing list