VisualVMLauncher
VisualVMLauncher copied to clipboard
#44: Fix executor start action texts
The start action texts both incorrectly displayed Run '<>'.
This was due to getStartActionText not having been overridden in the executors.
Fixed by overriding the appropriate methods and changed DebugVisualVMExecutor to extend DefaultDebugExecutor.