CloneSet803


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113185
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/async/ReleaseFileUpdateCheckTask.java
213246
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateControllerImpl.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
185
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/async/ReleaseFileUpdateCheckTask.java

{
  String desiredChannel = settings.getUpdateServerChannel().toLowerCase();
  String currentChannelName = _installedChannelBean.getName();
  if ( !currentChannelName.equals(desiredChannel)) {
    if (s_log.isInfoEnabled()) {
      s_log.info("getDesiredChannel: User is switching distribution channel from " + "installed channel (" + currentChannelName + ") to new channel (" + desiredChannel + ")");
    }
  }
  return desiredChannel;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
246
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/UpdateControllerImpl.java

{
  String desiredChannel = settings.getUpdateServerChannel().toLowerCase();
  String currentChannelName = _installedChannelBean.getName();
  if ( !currentChannelName.equals(desiredChannel)) {
    if (s_log.isInfoEnabled()) {
      s_log.info("getDesiredChannel: User is switching distribution channel from " + "installed channel (" + currentChannelName + ") to new channel (" + desiredChannel + ")");
    }
  }
  return desiredChannel;
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  String desiredChannel = settings.getUpdateServerChannel().toLowerCase();
  String currentChannelName = _installedChannelBean.getName();
  if ( !currentChannelName.equals(desiredChannel)) {
    if (s_log.isInfoEnabled()) {
      s_log.info("getDesiredChannel: User is switching distribution channel from " + "installed channel (" + currentChannelName + ") to new channel (" + desiredChannel + ")");
    }
  }
  return desiredChannel;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None