Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Remove org.codehaus.groovy.sandbox.ui Prompt and related classes. These were used for groovysh before it was updated to use the JLine library. At this point, there is no use for these classes and they should be removed.
This also includes the groovy.ui.ShellCompleter class, which is the only reference at this time to the above mentioned classes. The same functionality will be integrated, if desired, into the InteractiveConsole using the JLine completion API.