Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Total number of occurrences
@todo 0
FIXME 0
TODO 10

Each tag is detailed below:

TODO

Number of occurrences found in the code: 10

org.apache.commons.i18n.JdbcMessageProvider Line
Add Logging 172
Consider whether we need to recurse up if entries does not contain requested entry 175
org.apache.commons.i18n.MessageManagerTest Line
What error message is most correct (here and elsewhere)? assertEquals("Error text", "No message entries found for bundle with key dummyId", mnfex.getMessage()); 54
org.apache.commons.i18n.MessageProviderTestBase Line
JDBC 148
Document 166
Complete from above 168
Consider whether all MessageProviders must behave the same way 213
org.apache.commons.i18n.ResourceBundleMessageProviderTest Line
Wait for Daniels reply on whether this is intended 68
org.apache.commons.i18n.XMLMessageProviderTest Line
Wait for Daniels reply on whether this is intended assertEquals("Fallback when only in default", "This entry is not translated to any other languages", xmlmp.getText("helloWorld", "notTranslated", Locale.GERMAN)); 76
Wait for Daniels reply on whether this is intended 80