-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
generic
-
generic
JCTree contains an interface JCTree.Factory and an impl called TreeMaker. But the interface is incomplete, and almost all clients use TreeMaker directly. It would be nice to ween clients off TreeMaker and have them use the Factory interface instead.