Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.985 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 641 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/parser/text/HtmlParser.java |
2 | 4 | 784 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/parser/text/HtmlParser.java |
| |||||
Matcher withLinkMatcher = EMAIL_PATTERN_INC_LINK.matcher(s); int pos = 0; // current position in s int length = s.length(); StringBuffer buf = new StringBuffer(); |
| |||||
Matcher withLinkMatcher = URL_PATTERN_INC_LINK.matcher(s); int pos = 0; // current position in s int length = s.length(); StringBuffer buf = new StringBuffer(); |
| |||
Matcher withLinkMatcher = [[#variable130cc820]].matcher(s); int pos = 0; // current position in s int length = s.length(); StringBuffer buf = new StringBuffer(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130cc820]] | EMAIL_PATTERN_INC_LINK |
1 | 2 | [[#130cc820]] | URL_PATTERN_INC_LINK |