File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/context/ContactDetailsContextualProvider.java | File path: /columba-1.4-src/contact/src/main/java/org/columba/contact/search/ContactSearchProvider.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | public String getName() {↵ | 1 | public String getName() {↵ | |
2 | return bundle.getString("provider_related_title");↵ | 2 | return bundle.getString("provider_title");↵ | |
3 | }↵ | 3 | }↵ | |
4 | public String getDescription() {↵ | 4 | public String getDescription() {↵ | |
5 | return bundle.getString("provider_related_title");↵ | 5 | return bundle.getString("provider_description");↵ | |
6 | }↵ | 6 | }↵ | |
7 | public ImageIcon getIcon() {↵ | 7 | public ImageIcon getIcon() {↵ | |
8 | return ImageLoader.getSmallIcon(IconKeys.ADDRESSBOOK); | 8 |
| |
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 |