Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 16 | 3 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 292 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 2 | 298 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
3 | 2 | 304 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
4 | 2 | 310 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
5 | 2 | 316 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
6 | 2 | 323 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
7 | 2 | 119 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
8 | 2 | 125 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
9 | 2 | 131 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
10 | 2 | 138 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
11 | 2 | 151 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
12 | 2 | 156 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
13 | 2 | 168 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
14 | 2 | 72 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
15 | 2 | 77 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
16 | 2 | 82 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGDELETE, $deleteqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGRENAME, $renameqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGMOVE, $moveqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGRESIZE, $resizeqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGROTATE, $rotateqty); |
| ||||
$notify['type'][]='failure'; $notify['message'][]=sprintf(TB_MSGEDITERR, $errorqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGCREATE, $createqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGDELETE, $deleteqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGRENAME, $renameqty); |
| ||||
$notify['type'][]='failure'; $notify['message'][]=sprintf(TB_MSGEDITERR, $errorqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGMKDIR, $browsepath); |
| ||||
$notify['type'][]='error'; $notify['message'][]=sprintf(TB_MSGMKDIRFAIL, $browsepath); |
| ||||
$notify['type'][]='info'; $notify['message'][]=sprintf(TB_MSGNEWTHUMBS, $newthumbqty); |
| ||||
$notify['type'][]='success'; $notify['message'][]=sprintf(TB_MSGUPGOOD, $goodqty); |
| ||||
$notify['type'][]='failure'; $notify['message'][]=sprintf(TB_MSGUPBAD, $badqty); |
| ||||
$notify['type'][]='failure'; $notify['message'][]=sprintf(TB_MSGUPDUP, $dupqty); |
| |||
$notify['type'][]= [[#variable57f6e3e0]]; $notify['message'][]=sprintf( [[#variable5853c9a0]], [[#variable4dd93900]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57f6e3e0]] | 'failure' |
1 | 2 | [[#57f6e3e0]] | 'success' |
1 | 3 | [[#57f6e3e0]] | 'success' |
1 | 4 | [[#57f6e3e0]] | 'success' |
1 | 5 | [[#57f6e3e0]] | 'success' |
1 | 6 | [[#57f6e3e0]] | 'success' |
1 | 7 | [[#57f6e3e0]] | 'success' |
1 | 8 | [[#57f6e3e0]] | 'failure' |
1 | 9 | [[#57f6e3e0]] | 'success' |
1 | 10 | [[#57f6e3e0]] | 'info' |
1 | 11 | [[#57f6e3e0]] | 'error' |
1 | 12 | [[#57f6e3e0]] | 'failure' |
1 | 13 | [[#57f6e3e0]] | 'success' |
1 | 14 | [[#57f6e3e0]] | 'success' |
1 | 15 | [[#57f6e3e0]] | 'success' |
1 | 16 | [[#57f6e3e0]] | 'failure' |
2 | 1 | [[#5853c9a0]] | TB_MSGEDITERR |
2 | 2 | [[#5853c9a0]] | TB_MSGROTATE |
2 | 3 | [[#5853c9a0]] | TB_MSGRESIZE |
2 | 4 | [[#5853c9a0]] | TB_MSGMOVE |
2 | 5 | [[#5853c9a0]] | TB_MSGRENAME |
2 | 6 | [[#5853c9a0]] | TB_MSGDELETE |
2 | 7 | [[#5853c9a0]] | TB_MSGCREATE |
2 | 8 | [[#5853c9a0]] | TB_MSGUPDUP |
2 | 9 | [[#5853c9a0]] | TB_MSGMKDIR |
2 | 10 | [[#5853c9a0]] | TB_MSGNEWTHUMBS |
2 | 11 | [[#5853c9a0]] | TB_MSGMKDIRFAIL |
2 | 12 | [[#5853c9a0]] | TB_MSGUPBAD |
2 | 13 | [[#5853c9a0]] | TB_MSGUPGOOD |
2 | 14 | [[#5853c9a0]] | TB_MSGRENAME |
2 | 15 | [[#5853c9a0]] | TB_MSGDELETE |
2 | 16 | [[#5853c9a0]] | TB_MSGEDITERR |
3 | 1 | [[#4dd93900]] | $errorqty |
3 | 2 | [[#4dd93900]] | $rotateqty |
3 | 3 | [[#4dd93900]] | $resizeqty |
3 | 4 | [[#4dd93900]] | $moveqty |
3 | 5 | [[#4dd93900]] | $renameqty |
3 | 6 | [[#4dd93900]] | $deleteqty |
3 | 7 | [[#4dd93900]] | $createqty |
3 | 8 | [[#4dd93900]] | $dupqty |
3 | 9 | [[#4dd93900]] | $browsepath |
3 | 10 | [[#4dd93900]] | $newthumbqty |
3 | 11 | [[#4dd93900]] | $browsepath |
3 | 12 | [[#4dd93900]] | $badqty |
3 | 13 | [[#4dd93900]] | $goodqty |
3 | 14 | [[#4dd93900]] | $renameqty |
3 | 15 | [[#4dd93900]] | $deleteqty |
3 | 16 | [[#4dd93900]] | $errorqty |