CloneSet889


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5310.966class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1541
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumDatabaseCommand.java
2545
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumTableCommand.java
3667
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
41
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumDatabaseCommand.java

/** Logger for this class. */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(VacuumDatabaseCommand.class );

/** Internationalized strings for this class */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(VacuumDatabaseCommand.class );


Next
Previous
Clone Instance
2
Line Count
5
Source Line
45
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumTableCommand.java

/** Logger for this class. */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(VacuumTableCommand.class );

/** Internationalized strings for this class */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(VacuumTableCommand.class );


First
Previous
Clone Instance
3
Line Count
6
Source Line
67
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/PostgresPlugin.java

/** Logger for this class. */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(PostgresPlugin.class );

/** Internationalized strings for this class. */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(PostgresPlugin.class );


Clone AbstractionParameter Count: 1Parameter Bindings

/** Logger for this class. */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger( [[#variable1ccfc1a0]].class );

/** Internationalized strings for this class */
/** Internationalized strings for this class. */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager( [[#variable1ccfc1a0]].class );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccfc1a0]]
VacuumDatabaseCommand 
12[[#1ccfc1a0]]
VacuumTableCommand 
13[[#1ccfc1a0]]
PostgresPlugin