JDK-8223373 : Remove IntelliJ IDEA specific files from the source code repository
  • Type: Task
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2019-05-03
  • Updated: 2024-06-26
  • Resolved: 2023-05-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx21 b20Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
A DESCRIPTION OF THE PROBLEM :
Remove IDE specific files from the repo because IntelliJ IDEA generates the IDE files from the gradle project definition.

Related: https://bugs.openjdk.java.net/browse/JDK-8198795
Related: https://github.com/javafxports/openjdk-jfx/issues/4

Comment from Kevin Rushforth:
"
I just approved PR #401 which can unblock this. As a next step, JDK-8198795 should be split into 3 separate issues, one for each of IntelliJ, Eclipse, and Netbeans. You will need general consensus from the users of an IDE before removing the checked in files for that IDE. By splitting it into three separate issues, you can take care of each IDE separately when the users of that IDE are happy with it.
"



Comments
Changeset: 6334032f Author: Thiago Milczarek Sayao <tsayao@openjdk.org> Date: 2023-05-31 09:43:00 +0000 URL: https://git.openjdk.org/jfx/commit/6334032f5796b5226745362401cfd6f5c5597003
31-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1009 Date: 2023-01-23 23:55:51 +0000
29-01-2023

Would be nice to keep the java code formatting for the IDE, as idea supports this per project. One thing that gets in the way is the whitespace which openjfx does not allow, but does not come configured. This setting file will not bother because it does not get automatically changed. It's on .idea/codeStyles folder.
13-06-2019