CloneSet189


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9910.962class_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18223
E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java
28177
E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/FirebirdPlugin.java
39194
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java
4975
E:/TSE/Projects-CloneDR/sql12/plugins/isqlj/src/org/rege/isqlj/squirrel/ISqlJPlugin.java
59511
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java
67246
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java
79164
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsPlugin.java
88254
E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java
99209
E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/UserScriptPlugin.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
223
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/cache/src/de/ixdb/squirrel_sql/plugins/cache/CachePlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  //plugin supports only Session main window
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  //plugin supports only Session main window
  }
}


Next
Previous
Clone Instance
2
Line Count
8
Source Line
177
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebird/src/org/firebirdsql/squirrel/FirebirdPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // Supports Session main window only
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // Supports Session main window only
  }
}


Next
Previous
Clone Instance
3
Line Count
9
Source Line
194
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // plugin supports Session main window only
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // plugin supports Session main window only
  }
}


Next
Previous
Clone Instance
4
Line Count
9
Source Line
75
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/isqlj/src/org/rege/isqlj/squirrel/ISqlJPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }
}


Next
Previous
Clone Instance
5
Line Count
9
Source Line
511
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/MssqlPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }
}


Next
Previous
Clone Instance
6
Line Count
7
Source Line
246
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
    addMenusToObjectTree(objectTreeInternalFrame.getObjectTreeAPI());
  }
}


Next
Previous
Clone Instance
7
Line Count
9
Source Line
164
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // plugin supports Session main window only
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // plugin supports Session main window only
  }
}


Next
Previous
Clone Instance
8
Line Count
8
Source Line
254
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sybase/src/net/sourceforge/squirrel_sql/plugins/SybaseASE/SybaseASEPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  //plugin supports Session main window only
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  //plugin supports Session main window only
  }
}


First
Previous
Clone Instance
9
Line Count
9
Source Line
209
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/UserScriptPlugin.java

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) {
  // TODO
  // Plugin supports only the main session window
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  public void sqlInternalFrameOpened(SQLInternalFrame sqlInternalFrame, ISession sess) {
  // plugin supports Session main window only
  // Supports Session main window only
  // TODO
  // Plugin supports only the main session window
  //plugin supports Session main window only
  //plugin supports only Session main window
  }

  public void objectTreeInternalFrameOpened(ObjectTreeInternalFrame objectTreeInternalFrame, ISession sess) [[#variable18d21460]]
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d21460]]
{
//plugin supports only Session main window
} 
12[[#18d21460]]
{
// Supports Session main window only
} 
13[[#18d21460]]
{
// plugin supports Session main window only
} 
14[[#18d21460]]
{
// TODO
// Plugin supports only the main session window
} 
15[[#18d21460]]
{
// TODO
// Plugin supports only the main session window
} 
16[[#18d21460]]
{
  addMenusToObjectTree(objectTreeInternalFrame.getObjectTreeAPI());
} 
17[[#18d21460]]
{
// plugin supports Session main window only
} 
18[[#18d21460]]
{
//plugin supports Session main window only
} 
19[[#18d21460]]
{
// TODO
// Plugin supports only the main session window
}