The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| @todo | 0 | @todo |
| TODO | 6 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 6
| org.exoplatform.calendar.model.Event | Line |
|---|---|
| Actually this field is not used, status of Task is saved in field {@link #eventState} Value of this field is always empty. We should remove it | 187 |
| org.exoplatform.calendar.service.EventDAO | Line |
| we have to introduce the replacement before deprecate this api | 22 |
| org.exoplatform.calendar.service.test.BaseCalendarServiceTestCase | Line |
| Auto-generated catch block | 326 |
| org.exoplatform.calendar.service.test.RecurringEventTestCase | Line |
| Please fix this test case. It is failure in 10 last days of summer time (DST) of timezone GMT+1 (10 days before 25 Oct 2015) - This seem current behaviour is not good (Google calendar is different) I see if I create a event recurring at 8AM every day (at GTM+1), but after 25 0ct 2015, all recurring event will start at 9AM. I think all event must be started at 8AM (like this test case), the start-time only break if I share this event to other user at different timezone | 664 |
| this test case is temporary failed like testRecurringEventStartFromToday, I temporary disable it | 746 |
| org.exoplatform.calendar.service.test.UnifiedSearchTestCase | Line |
| @nttuyen consider move it to common | 918 |