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 |
TODO |
45 |
Each tag is detailed below:
Number of occurrences found in the code: 45
org.apache.velocity.tools.ToolInfo |
Line |
? if we have performance issues with copyProperties, |
322 |
? support property conversion here? heavy-handed way is BeanUtils.copyProperty(...) |
384 |
? move to Utils? |
390 |
org.apache.velocity.tools.ToolboxFactory |
Line |
? check the scope against any "ValidScopes" annotation on the tool class, or do we leave validation like this to FactoryConfiguration? |
147 |
this will waste cycles on subsequent retrievals of the same toolbox. consider improving... |
245 |
org.apache.velocity.tools.config.ConfigurationCleaner |
Line |
loop on validate() until all debug scoped tools are removed |
107 |
org.apache.velocity.tools.config.ConfigurationUtils |
Line |
look for any Tools classes in the root of the classpath |
184 |
look for a getConfiguration() method |
475 |
org.apache.velocity.tools.config.Data |
Line |
make sure this works as expected... |
320 |
org.apache.velocity.tools.generic.ClassToolTests |
Line |
test other configuration settings |
100 |
test contents of list? |
125 |
add ConstructorSub tests |
128 |
test a class that does have fields |
137 |
add FieldSub tests |
140 |
test contents of list? |
149 |
add MethodSub tests |
152 |
test contents of set? |
161 |
org.apache.velocity.tools.generic.ContextTool |
Line |
this could be a lot more efficient |
160 |
org.apache.velocity.tools.generic.LoopTool |
Line |
pick up a log so we can log this |
578 |
org.apache.velocity.tools.generic.LoopToolTests |
Line |
watch enumeration watch collection |
161 |
org.apache.velocity.tools.generic.MarkupTool |
Line |
log setTab failure |
77 |
fix escaped delimiters |
113 |
match attributes |
356 |
org.apache.velocity.tools.generic.SortTool |
Line |
log this |
192 |
make it optional whether or not case is ignored |
282 |
org.apache.velocity.tools.generic.ValueParser |
Line |
someone doing java configuration ought to be able to put a source Map in the tool properties, allowing this to be used like other tools |
38 |
this tool should be made thread-safe (the request-scoped ParameterTool doesn't need it, but other uses could...) |
584 |
org.apache.velocity.tools.generic.XmlToolTests |
Line |
test more xpath expressions? |
147 |
test expressions with no results |
148 |
prepare the instance for testing |
194 |
test other strings? |
274 |
org.apache.velocity.tools.struts.StrutsUtils |
Line |
? beware of null module config if ActionServlet isn't init'ed? |
408 |
org.apache.velocity.tools.struts.ValidatorTool |
Line |
escape? |
519 |
escape? |
528 |
org.apache.velocity.tools.test.blackbox.ViewToolsTests |
Line |
other getters with default values */ |
311 |
org.apache.velocity.tools.test.whitebox.ConfigTests |
Line |
test converter/target class stuff |
310 |
test adding convertable properties |
340 |
public @Test void testCompoundConfiguration() |
343 |
add tests for ToolboxConfiguration |
394 |
add tests for FactoryConfiguration |
395 |
org.apache.velocity.tools.test.whitebox.GenericToolsTests |
Line |
still incomplete */ |
69 |
still incomplete */ |
213 |
org.apache.velocity.tools.view.UiDependencyTool |
Line |
replace this method with ConversionUtils.toURL(file, this) once VelocityTools 2.0-beta3 or 2.0 final is released. |
520 |
org.apache.velocity.tools.view.VelocityViewServlet |
Line |
add line/column/template info for parse errors et al |
366 |
org.apache.velocity.tools.view.ViewToolInfo |
Line |
if classloading becomes needed elsewhere, move this to a utils class |
56 |