[jfx15] RFR: 8249537: Update copyright header for files modified in 2020

2020-08-16 Thread Ambarish Rapte
Update last modified year of copyright headers for files modified in 2020. - Commit messages: - 8249537: Update copyright header for files modified in 2020 Changes: https://git.openjdk.java.net/jfx/pull/281/files Webrev: https://webrevs.openjdk.java.net/jfx/281/webrev.00 Issue: h

Re: Unable to import OpenJFX Build into Eclipse

2020-08-16 Thread Nir Lisker
Hi Andrew, I did the same setup only with Ubuntu 18, which shouldn't matter, and I don't remember having this issue. I can try redoing it next time I boot the Ubuntu partition. What looks odd is that the error references the build directory. What happens if you clean the project first? - Nir On

Make TransformationList (Filtered and Sorted) extendable

2020-08-16 Thread Tobias Diez
Hello everybody, Right now it is hard to extend the FilteredList and the SortedList as these classes are marked final. This makes it practically impossible to add convenient helper methods, or change or extend the behavior of these classes. I agree that normally you don't need to extend them, but