RFR: 8289255: update Eclipse .classpath and other configuration files [v3]

Nir Lisker nlisker at openjdk.org
Tue Jul 5 19:20:47 UTC 2022


On Tue, 5 Jul 2022 19:02:20 GMT, Andy Goryachev <duke at openjdk.org> wrote:

>> FWIW, the only test in `modules/javafx.swing/src/test/java` was removed by [JDK-8234110](https://bugs.openjdk.org/browse/JDK-8234110). While we could put in a dummy test class, the nature of the javafx.swing module is that unit tests are unlikely to be useful (which is why the one test that was there was moved to the system tests area with all the other Swing interop tests).
>
> will remove src/test/java from swing .classpath
> thank you, Kevin.

> there is nothing in javafx.swing/src/test/java (no tests??) git does not version directories, unlike some other VCs.

I think I understand now why you didn't see the error. You had an empty folder, for some reason, that made Eclipse satisfied with the classpath file entry. The folder does not exist in the repo, so I expect anyone who clones it to get an error for a missing folder. This is why I removed it in my branch.

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

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


More information about the openjfx-dev mailing list