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 Class Total number of occurrences Tag strings used by tag class
@todo 0 @todo
FIXME 2 FIXME
TODO 1 TODO

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 2

org.jadira.scanner.classpath.ClasspathResolverTest Line
List<JClass> classes = (List<JClass>)helper.resolveAll(new JavaClasspathUrlLocator(), new ClasspathProjector(), new JClassFilter()); 171
List<JClass> classes = (List<JClass>)helper.resolveAll(new JavaClasspathUrlLocator(), new ClasspathProjector(), new JClassFilter()); 250

TODO

Number of occurrences found in the code: 1

org.jadira.scanner.classpath.projector.ClasspathProjector Line
Preload the projection cache if possible 29