CloneSet938


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17320.964method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1171585
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java
2171603
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java
3171621
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
1585
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java

public void waitTillSchemasAndCatalogsLoaded() {
  try {
    synchronized (this ) {
      while (false == _schemasAndCatalogsLoaded) {
        this.wait();
      }
    }
  }
  catch (InterruptedException
         e) {
    throw new RuntimeException(e);
  }
}


Next
Previous
Clone Instance
2
Line Count
17
Source Line
1603
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java

public void waitTillTablesLoaded() {
  try {
    synchronized (this ) {
      while (false == _tablesLoaded) {
        this.wait();
      }
    }
  }
  catch (InterruptedException
         e) {
    throw new RuntimeException(e);
  }
}


First
Previous
Clone Instance
3
Line Count
17
Source Line
1621
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java

public void waitTillStoredProceduresLoaded() {
  try {
    synchronized (this ) {
      while (false == _storedProceduresLoaded) {
        this.wait();
      }
    }
  }
  catch (InterruptedException
         e) {
    throw new RuntimeException(e);
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable1cd46480]]() {
  try {
    synchronized (this ) {
      while (false == [[#variable1cd46400]]) {
        this.wait();
      }
    }
  }
  catch (InterruptedException
         e) {
    throw new RuntimeException(e);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd46480]]
waitTillSchemasAndCatalogsLoaded 
12[[#1cd46480]]
waitTillTablesLoaded 
13[[#1cd46480]]
waitTillStoredProceduresLoaded 
21[[#1cd46400]]
_schemasAndCatalogsLoaded 
22[[#1cd46400]]
_tablesLoaded 
23[[#1cd46400]]
_storedProceduresLoaded