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 | 11 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 11
org.exoplatform.wiki.chromattic.ext.ntdef.NTFrozenNode | Line |
---|---|
remove these API when Chromattic support versioning | 51 |
org.exoplatform.wiki.mow.core.api.AbstractMOWTestcase | Line |
stopping or disposing the container does not delete data. We should find a way to do it after each test to make sure tests are really independent. stopContainer(); | 70 |
org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl | Line |
replace by @Checkin when Chromattic support | 208 |
replace by @Checkout when Chromattic support | 217 |
replace by @Restore when Chromattic support | 223 |
org.exoplatform.wiki.mow.core.api.wiki.PageImpl | Line |
replace by @Checkin when Chromattic support | 245 |
replace by @Checkout when Chromattic support | 256 |
replace by @Restore when Chromattic support | 261 |
org.exoplatform.wiki.service.impl.JCRDataStorage | Line |
study performance | 767 |
still don't know reason but following code is necessary. | 2128 |
org.exoplatform.wiki.service.wysiwyg.DefaultWikiService | Line |
add a property in the search data to get only recent pages data.addPropertyConstraint(String.format(" AND ( ( exo:lastModifier='%s' ) )", ConversationState.getCurrent().getIdentity().getUserId())); | 155 |