File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/util/ToolTipFactory.java | File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/contact/list/HeaderItemToolTipFactory.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | public static String createToolTip(GroupModelPartial item) {↵ | 1 | public static String createToolTip(IGroupItem item) {↵ | |
2 | StringBuffer buf = new StringBuffer();↵ | 2 | StringBuffer buf = new StringBuffer();↵ | |
3 | buf.append("<html><body> Name: " + item.getName());↵ | 3 | buf.append("<html><body> Name: " + item.getName());↵ | |
4 | if (item.getDescription() != null) {↵ | 4 | if (item.getDescription() != null) {↵ | |
5 | buf.append("<br> Description: " + item.getDescription());↵ | 5 | buf.append("<br> Description: " + item.getDescription());↵ | |
6 | }↵ | 6 | }↵ | |
7 | buf.append("</body></html>");↵ | 7 | buf.append("</body></html>");↵ | |
8 | return buf.toString();↵ | 8 | return buf.toString();↵ | |
9 | | 9 |
| |
See real code fragment | See real code fragment |
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 |