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
FIXME 0
TODO 1
XXX 1

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 0

TODO

Number of occurrences found in the code: 1

org.ini4j.addon.PreferencesWrapperTest Line
find the reason, why nce is null ??? assertNotNull(listener.nce); assertEquals(DOC, listener.nce.getChild().name()); 206

XXX

Number of occurrences found in the code: 1

org.ini4j.addon.PreferencesWrapperTest Line
in some Java implementation (ie: Sun JDK 1.4) Preferences events generated on other thread, and should wait a bit for that thread. Sorry, it makes this test very crazy..... 191