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 2
TODO 0

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 2

org.apache.commons.contract.Executor Line
- install() method has been removed XMLMessageProvider.install("contract/exceptions", Thread.currentThread().getContextClassLoader().getResourceAsStream("exceptions.xml")); XMLMessageProvider.install("contract/constraints", Thread.currentThread().getContextClassLoader().getResourceAsStream("constraints.xml")); 16
org.apache.commons.contract.util.MainWrapper Line
- install() method has been removed XMLMessageProvider.install("contract/util", Thread.currentThread().getContextClassLoader().getResourceAsStream("util.xml")); 42