JDK-8223373 : Remove IntelliJ IDEA specific files from the source code repository
  • Type: Task
  • Component: javafx
  • Sub-Component: other
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2019-05-03
  • Updated: 2020-09-11
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
tbdUnresolved
Related Reports
Duplicate :  
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
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