public int getColumnCount()
{
return 2;
} //}}}
//{{{ getRowCount() method
public int getRowCount()
{
return abbrevs.size();
public int getColumnCount()
{
return 2;
} //}}}
//{{{ getRowCount() method
public int getRowCount()
{
return entries.size();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/AbbrevsOptionPane.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.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 abbrevs.size(); | | 8 | return entries.size();
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |