Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 6 | 0.961 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 90 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketAttachingConnectorImpl.java |
2 | 4 | 115 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
3 | 4 | 119 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketLaunchingConnectorImpl.java |
4 | 4 | 93 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketRawLaunchingConnectorImpl.java |
| ||||
fHostname = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "port"; //$NON-NLS-1$ fPort = ((Connector.IntegerArgument) connectionArgs.get(attribute)).intValue(); attribute = "timeout"; //$NON-NLS-1$ |
| ||||
fHome = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "options"; //$NON-NLS-1$ fOptions = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "main"; //$NON-NLS-1$ |
| ||||
fMain = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "suspend"; //$NON-NLS-1$ fSuspend = ((Connector.BooleanArgument) connectionArgs.get(attribute)).booleanValue(); attribute = "quote"; //$NON-NLS-1$ |
| ||||
fCommand = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "address"; //$NON-NLS-1$ fAddress = ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = "quote"; //$NON-NLS-1$ |
| |||
[[#variablea706d240]]= ((Connector.StringArgument) connectionArgs.get(attribute)).value(); attribute = [[#variablea706d1e0]]; //$NON-NLS-1$ [[#variablea706d120]]= ((Connector. [[#variablea4883620]]) connectionArgs.get(attribute)). [[#variablea706d0a0]](); attribute = [[#variablea706d0e0]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a706d240]] | fHostname |
1 | 2 | [[#a706d240]] | fMain |
1 | 3 | [[#a706d240]] | fHome |
1 | 4 | [[#a706d240]] | fCommand |
2 | 1 | [[#a706d1e0]] | "port" |
2 | 2 | [[#a706d1e0]] | "suspend" |
2 | 3 | [[#a706d1e0]] | "options" |
2 | 4 | [[#a706d1e0]] | "address" |
3 | 1 | [[#a706d120]] | fPort |
3 | 2 | [[#a706d120]] | fSuspend |
3 | 3 | [[#a706d120]] | fOptions |
3 | 4 | [[#a706d120]] | fAddress |
4 | 1 | [[#a4883620]] | IntegerArgument |
4 | 2 | [[#a4883620]] | BooleanArgument |
4 | 3 | [[#a4883620]] | StringArgument |
4 | 4 | [[#a4883620]] | StringArgument |
5 | 1 | [[#a706d0a0]] | intValue |
5 | 2 | [[#a706d0a0]] | booleanValue |
5 | 3 | [[#a706d0a0]] | value |
5 | 4 | [[#a706d0a0]] | value |
6 | 1 | [[#a706d0e0]] | "timeout" |
6 | 2 | [[#a706d0e0]] | "quote" |
6 | 3 | [[#a706d0e0]] | "main" |
6 | 4 | [[#a706d0e0]] | "quote" |