-
Enhancement
-
Resolution: Obsolete
-
Minor
-
4.3.0.Beta1
-
2
The connection wizard creates new connection instances in several places which seems unnecessary (we need it at least once where we dont want to modify an existing connection and operate on a copy before merging the changes back upon successfull verification)
ConnctionWizardPageModel
private void initEditConnection(IConnection connection) { this.selectedConnection = connection; this.connection = connection.clone(); ...
ConnctionWizardPageModel
public IStatus connect() { ... try { this.connection = createConnection(); ...
- relates to
-
JBIDE-21325 Connection wizard: trying to login with expired token causes 2nd, nested connection dialog
- Closed
-
JBIDE-21332 Connection wizard: trying to login with expired token causes 2nd, nested connection dialog
- Closed
-
JBIDE-21354 Connection wizard: trying to login with expired token causes 2nd, nested connection dialog
- Closed