File path: /columba-1.4-src/calendar/src/main/java/org/columba/calendar/parser/XCSDocumentParser.java | File path: /columba-1.4-src/calendar/src/main/java/org/columba/calendar/parser/XCSDocumentParser.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | void setSummary(String s) {↵ | 1 | void setEventClass(String s) {↵ | |
2 | set(ICALENDAR.SUMMARY, s);↵ | 2 | set(ICALENDAR.CLASS, s);↵ | |
3 | }↵ | 3 | }↵ | |
4 | public String getSummary() {↵ | 4 | public String getEventClass() {↵ | |
5 | return get(ICALENDAR.SUMMARY);↵ | 5 | return get(ICALENDAR.CLASS);↵ | |
6 | }↵ | 6 | }↵ | |
7 | public void setDescription(String s) {↵ | 7 | public void setLocation(String s) {↵ | |
8 | set(ICALENDAR.DESCRIPTION, s);↵ | 8 | set(ICALENDAR.LOCATION, s);↵ | |
9 | }↵ | 9 | }↵ | |
10 | public String getDescription() {↵ | 10 | public String getLocation() {↵ | |
11 | return get(ICALENDAR.DESCRIPTION);↵ | 11 | return get(ICALENDAR.LOCATION);↵ | |
12 | } | 12 |
| |
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 |