- Remove
RefactorModule
and addGenerate
. - Remove scoped visitors, moved scope testing to
Cursor
. - Added name/tags constructor to
SourceVisitor
so that every visitor is named, and to separate tag key/values from the name for better telemetry. - Removed public
isCursored()
from visitors and added protectedsetCursoringOn()
intended to be called in visitor constructors that require cursoring. - Beginning of support for Maven POM manipulation.