RFR: 8223373: Remove IntelliJ IDEA specific files from the source code repository [v6]

Marius Hanl mhanl at openjdk.org
Thu May 11 18:04:42 UTC 2023


On Sat, 15 Apr 2023 23:32:40 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);
>
> Thiago Milczarek Sayao has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Update .gitignore
>  - Remove unrelated gitignore

LGTM. And I agree, checkstyle can be used on every IDE afaik, so if we don't want to keep it in the root we may need (to use) another neutral folder for it.

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

Marked as reviewed by mhanl (Committer).

PR Review: https://git.openjdk.org/jfx/pull/1009#pullrequestreview-1423160486


More information about the openjfx-dev mailing list