Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.
Tag | Total number of occurences |
---|
@todo | 0 |
TODO | 37 |
Each tag is detailed below:
Number of occurences found in the code: 0
Number of occurences found in the code: 37
net.wotonomy.foundation.NSArray | Line |
---|
See if this signature can be reasonably changed, as having a no-op parameter is a little counter-intuitive. | 79 |
Test this logic. | 245 |
Test this logic. | 264 |
Check whether in WebObjects the range supposed to be measured against the parameter or the NSArray itself??? -ceg | 325 |
net.wotonomy.foundation.NSBundle | Line |
---|
Implement. | 132 |
Implement. | 231 |
Implement. | 268 |
figure out what this does. | 272 |
Implement. | 278 |
Implement. | 294 |
Implement. | 314 |
Implement. | 353 |
Implement. | 370 |
Implement. | 376 |
net.wotonomy.foundation.NSKeyValueCoding | Line |
---|
may need to handle "." nesting here so that handleQueryWithUnboundKey gets called for for the nested object, not the parent object | 245 |
may need to handle "." nesting here so that handleTakeValueForUnboundKey gets called for for the nested object, not the parent object | 285 |
this currently just calls valueForKey | 330 |
this currently just calls takeValueForKey | 346 |
net.wotonomy.foundation.NSKeyValueCodingSupport | Line |
---|
may need to handle "." nesting here so that handleQueryWithUnboundKey gets called for for the nested object, not the parent object | 52 |
may need to handle "." nesting here so that handleTakeValueForUnboundKey gets called for for the nested object, not the parent object | 91 |
this currently just calls valueForKey | 137 |
this currently just calls takeValueForKey | 153 |
net.wotonomy.foundation.NSLog | Line |
---|
need to initialize the debug level and groups based on the value of the NSDebugLevel and NSDebugGroup properties | 98 |
net.wotonomy.foundation.NSMutableArray | Line |
---|
Test this logic. | 207 |
Test this logic. | 216 |
Test this logic. | 230 |
implement | 252 |
net.wotonomy.foundation.NSRange | Line |
---|
Test this logic. | 137 |
Test this logic. | 159 |
Test this logic. | 172 |
Test this logic. | 186 |
Test this logic. | 203 |
Test this logic. no intersection: return this and aRange without calculation | 222 |
Test this logic. this range is completely contained by other range | 239 |
Test this logic. other range is completely contained by this range | 257 |
Test this logic. ranges intersect: remove only the intersection | 275 |
Test this logic. | 321 |