This interferes with proper generificaiton of JDI.
The desired generification is, for example:
startListening(Map<String,? extends Connector.Argument> arguments)
and ditto for attach. This usge does not allow 'arguments' to
be modified. However, the current implmentation does modify
arguments.
The desired generification is, for example:
startListening(Map<String,? extends Connector.Argument> arguments)
and ditto for attach. This usge does not allow 'arguments' to
be modified. However, the current implmentation does modify
arguments.