model = new ObjectTableModel(COLUMNS,
SamplingStatCalculator.class,
new Functor[] {
new Functor("getLabel"), //$NON-NLS-1$
new Functor("getCount"), //$NON-NLS-1$
new Functor("getMeanAsNumber"), //$NON-NLS-1$
new Functor("getMedian"), //$NON-NLS-1$
new Functor("getPercentPoint", //$NON-NLS-1$
new Object[] { new Float(.900) }),
new Functor("getMin"), //$NON-NLS-1$
new Functor("getMax"), //$NON-NLS-1$
new Functor("getErrorPercentage"), //$NON-NLS-1$
new Functor("getRate"), //$NON-NLS-1$
new Functor("getKBPerSecond") }, //$NON-NLS-1$
new Functor[] { null, null, null, null, null, null, null, null, null, null },
new Class[] { String.class, Long.class, Long.class, Long.class, Long.class, Long.class,
Long.class, String.class, String.class, String.class });
clearData();
model = new ObjectTableModel(COLUMNS,
SamplingStatCalculator.class,
new Functor[] {
new Functor("getLabel"), //$NON-NLS-1$
new Functor("getCount"), //$NON-NLS-1$
new Functor("getMeanAsNumber"), //$NON-NLS-1$
new Functor("getMedian"), //$NON-NLS-1$
new Functor("getPercentPoint", //$NON-NLS-1$
new Object[] { new Float(.900) }),
new Functor("getMin"), //$NON-NLS-1$
new Functor("getMax"), //$NON-NLS-1$
new Functor("getErrorPercentage"), //$NON-NLS-1$
new Functor("getRate"), //$NON-NLS-1$
new Functor("getKBPerSecond") //$NON-NLS-1$
},
new Functor[] { null, null, null, null, null, null, null, null, null, null },
new Class[] { String.class, Long.class, Long.class, Long.class, Long.class,
Long.class, Long.class, String.class, String.class, String.class });
clearData();
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/StatGraphVisualizer.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/StatVisualizer.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | model = new ObjectTableModel(COLUMNS,↵ | | 1 | model = new ObjectTableModel(COLUMNS, ↵
|
2 | SamplingStatCalculator.class,↵ | | 2 | SamplingStatCalculator.class,↵
|
3 | new Functor[] {↵ | | 3 | new Functor[] { ↵
|
4 | new Functor("getLabel"), //$NON-NLS-1$↵ | | 4 | new Functor("getLabel"), //$NON-NLS-1$↵
|
5 | new Functor("getCount"), //$NON-NLS-1$↵ | | 5 | new Functor("getCount"), //$NON-NLS-1$↵
|
6 | new Functor("getMeanAsNumber"), //$NON-NLS-1$↵ | | 6 | new Functor("getMeanAsNumber"), //$NON-NLS-1$↵
|
7 | new Functor("getMedian"), //$NON-NLS-1$↵ | | 7 | new Functor("getMedian"), //$NON-NLS-1$↵
|
8 | new Functor("getPercentPoint", //$NON-NLS-1$↵ | | 8 | new Functor("getPercentPoint", //$NON-NLS-1$↵
|
9 | new Object[] { new Float(.900) }),↵ | | 9 | new Object[] { new Float(.900) }), ↵
|
10 | new Functor("getMin"), //$NON-NLS-1$↵ | | 10 | new Functor("getMin"), //$NON-NLS-1$↵
|
11 | new Functor("getMax"), //$NON-NLS-1$↵ | | 11 | new Functor("getMax"), //$NON-NLS-1$↵
|
12 | new Functor("getErrorPercentage"), //$NON-NLS-1$↵ | | 12 | new Functor("getErrorPercentage"), //$NON-NLS-1$↵
|
13 | new Functor("getRate"), //$NON-NLS-1$↵ | | 13 | new Functor("getRate"), //$NON-NLS-1$↵
|
14 | new Functor("getKBPerSecond") }, //$NON-NLS-1$↵ | | 14 | new Functor("getKBPerSecond") //$NON-NLS-1$↵
|
15 | ↵ | | 15 | },↵
|
16 | new Functor[] { null, null, null, null, null, null, null, null, null, null }, ↵ | | 16 | new Functor[] { null, null, null, null, null, null, null, null, null, null }, ↵
|
17 | new Class[] { String.class, Long.class, Long.class, Long.class, Long.class, ↵ | | 17 | new Class[] { String.class, Long.class, Long.class, Long.class, Long.class, ↵
|
18 | Long.class,↵ | | 18 | Long.class,↵
|
19 | Long.class, String.class, String.class, String.class });↵ | | 19 | Long.class, String.class, String.class, String.class });↵
|
20 | clearData(); | | 20 | clearData();
|
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 |