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 ClassTotal number of occurrencesTag strings used by tag class
FIXME4FIXME
NOPMD0NOPMD
NOTE0NOTE
TODO8TODO

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 4

org.apache.commons.ognl.OgnlContextLine
complexity is O(n)546
complexity is O(n)597
complexity is O(n)658
org.apache.commons.ognl.OgnlOpsLine
O(n) is there a better way?!1039

TODO

Number of occurrences found in the code: 8

org.apache.commons.ognl.ASTAndLine
javadoc37
javadoc46
org.apache.commons.ognl.ASTMethodLine
This is a hacky workaround until javassist supports varargs method invocations188
org.apache.commons.ognl.ListPropertyAccessorLine
This feels really inefficient, must be some better way check if the index string represents a method on a custom class implementing java.util.List instead..211
This feels really inefficient, must be some better way check if the index string represents a method on a custom class implementing java.util.List instead..221
org.apache.commons.ognl.OgnlCacheLine
methodCache and invokePC should allow to use classCacheInsecptor _methodCache.setClassInspector( inspector ); _invokePermissionCache.setClassInspector( inspector );232
org.apache.commons.ognl.OgnlRuntimeLine
the method was intended as private, so it'd need to move in a util class1484
org.apache.commons.ognl.enhance.ExpressionCompilerLine
ok - so this looks really f-ed up ...and it is ..eh if you can do it better I'm all for it :)212