Hi.
I've just compiled the new snapshot and have a complain about TreeModel
and TreeWalker (package org.apache.myfaces.custom.tree2). TreeModel
declares a public getTreeWalker() method. At the same time the
TreeWalker interface has package-level visibility. This essentially
prohibits "own" implementations other than those inherited from
TreeWalkerBase.
I think TreeWalker interface visibility level must be public.
Even worse: I simply can't implement getTreeWalker() in my
ExtendedTreeModel since interface is not visible. I'll hack my local
version for now, but this has to be corrected in the main branch as well.
Bye.
/lexi