public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return entries.size();
public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return styleChoices.size();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/SyntaxHiliteOptionPane.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public int getColumnCount()
1
public int getColumnCount()
2
	{
2
	{
3
		return 2;
3
		return 2;
4
	} //}}}
4
	} //}}}
5
	//{{{ getRowCount() method
5
	//{{{ getRowCount() method
6
	public int getRowCount()
6
	public int getRowCount()
7
	{
7
	{
8
		return entries.size();
8
		return styleChoices.size();
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0