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

Andy Goryachev angorya at openjdk.org
Sun Jan 29 19:41:05 UTC 2023


On Mon, 23 Jan 2023 23:55:51 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.

will take a look at the CheckStyle plug-in, thanks!

Since you are touching /.gitignore, could you also

- Add hs_err*.log, .DS_Store to .gitignore

from JDK-8296810 ?

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

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


More information about the openjfx-dev mailing list