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:
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 |
Number of occurrences found in the code: 1
| org.jadira.scanner.classpath.projector.ClasspathProjector | Line |
|---|---|
| Preload the projection cache if possible | 29 |