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 |
---|---|---|
FIXME | 4 | FIXME |
NOPMD | 0 | NOPMD |
NOTE | 0 | NOTE |
TODO | 8 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 4
org.apache.commons.ognl.OgnlContext | Line |
---|---|
complexity is O(n) | 546 |
complexity is O(n) | 597 |
complexity is O(n) | 658 |
org.apache.commons.ognl.OgnlOps | Line |
O(n) is there a better way?! | 1039 |
Number of occurrences found in the code: 8
org.apache.commons.ognl.ASTAnd | Line |
---|---|
javadoc | 37 |
javadoc | 46 |
org.apache.commons.ognl.ASTMethod | Line |
This is a hacky workaround until javassist supports varargs method invocations | 188 |
org.apache.commons.ognl.ListPropertyAccessor | Line |
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.OgnlCache | Line |
methodCache and invokePC should allow to use classCacheInsecptor _methodCache.setClassInspector( inspector ); _invokePermissionCache.setClassInspector( inspector ); | 232 |
org.apache.commons.ognl.OgnlRuntime | Line |
the method was intended as private, so it'd need to move in a util class | 1484 |
org.apache.commons.ognl.enhance.ExpressionCompiler | Line |
ok - so this looks really f-ed up ...and it is ..eh if you can do it better I'm all for it :) | 212 |