Can you compile a list of items to remove and I'll submit a PR? If
something needs to move somewhere I can include that too.

I'm updating the Eclipse files so I want to know what's relevant and what's
not.

On Fri, May 21, 2021 at 3:05 AM Kevin Rushforth <kevin.rushfo...@oracle.com>
wrote:

> The tests under tests/functional are legacy tests. Since they aren't
> wired up to the build, it isn't surprising that they don't compile or
> run. Some of the stuff under apps is likely in the same state. Anything
> that isn't built or maintained is subject to bit-rot and should probably
> be deleted or cleaned up and put somewhere where it is built regularly
> and run at least occasionally.
>
> -- Kevin
>
>
> On 5/20/2021 4:29 PM, Nir Lisker wrote:
> > Hi,
> >
> > I'm looking inside tests/functional and I see that this file
> >
> >
> https://github.com/openjdk/jfx/blob/master/tests/functional/animation/javafx/animation/AnimationFunctionalTestBase.java
> >
> > references com.sun.javafx.functions.Function0, but this class can't be
> > found. There is also a commented out section in FloodGame.java in apps
> > referencing this class.
> >
> > This file also has a declaration
> >
> > protected class SimpleTimeline extends Timeline {...
> >
> > which gives an error because Timeline is final.
> >
> > There are more errors there and in its package. What is this package and
> > how does it suppose to work?
>
>

Reply via email to