CloneSet340


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19320.984compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11919
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/DatabaseExpanderTest.java
22019
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/DomainParentExpanderTest.java
32019
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/GeneratorParentExpanderTest.java
Next
Last
Clone Instance
1
Line Count
19
Source Line
19
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/DatabaseExpanderTest.java

/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
package org.firebirdsql.squirrel.exp;

import net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.AbstractINodeExpanderTest;
import org.firebirdsql.squirrel.FirebirdPlugin;
import org.junit.Before;

public class DatabaseExpanderTest extends AbstractINodeExpanderTest {
  @Before public void setUp() throws Exception {
    FirebirdPlugin mockPlugin = mockHelper.createMock(FirebirdPlugin.class );
    classUnderTest = new DatabaseExpander(mockPlugin);
  }
}




Next
Previous
Clone Instance
2
Line Count
20
Source Line
19
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/DomainParentExpanderTest.java

/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
package org.firebirdsql.squirrel.exp;

import net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.AbstractINodeExpanderTest;
import org.firebirdsql.squirrel.FirebirdPlugin;
import org.junit.Before;

public class DomainParentExpanderTest extends AbstractINodeExpanderTest {
  @Before public void setUp() throws Exception {
    FirebirdPlugin mockPlugin = mockHelper.createMock(FirebirdPlugin.class );
    classUnderTest = new DomainParentExpander(mockPlugin);
  }
}




First
Previous
Clone Instance
3
Line Count
20
Source Line
19
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/org/firebirdsql/squirrel/exp/GeneratorParentExpanderTest.java

/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
package org.firebirdsql.squirrel.exp;

import net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.AbstractINodeExpanderTest;
import org.firebirdsql.squirrel.FirebirdPlugin;
import org.junit.Before;

public class GeneratorParentExpanderTest extends AbstractINodeExpanderTest {
  @Before public void setUp() throws Exception {
    FirebirdPlugin mockPlugin = mockHelper.createMock(FirebirdPlugin.class );
    classUnderTest = new GeneratorParentExpander(mockPlugin);
  }
}




Clone AbstractionParameter Count: 2Parameter Bindings

/*
 * Copyright (C) 2008 Rob Manning
 * manningr@users.sourceforge.net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
package org.firebirdsql.squirrel.exp;

import net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.AbstractINodeExpanderTest;
import org.firebirdsql.squirrel.FirebirdPlugin;
import org.junit.Before;

public class [[#variable1af908c0]]extends AbstractINodeExpanderTest {
  @Before public void setUp() throws Exception {
    FirebirdPlugin mockPlugin = mockHelper.createMock(FirebirdPlugin.class );
    classUnderTest = new [[#variable1af90720]](mockPlugin);
  }
}


 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af908c0]]
DatabaseExpanderTest 
12[[#1af908c0]]
DomainParentExpanderTest 
13[[#1af908c0]]
GeneratorParentExpanderTest 
21[[#1af90720]]
DatabaseExpander 
22[[#1af90720]]
DomainParentExpander 
23[[#1af90720]]
GeneratorParentExpander