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 Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 1 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 7 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 1
| org.apache.maven.buildcache.CacheResult | Line |
|---|---|
| Use {@link #rebuilt(CacheResult, Build)} instead. | 80 |
Todo Work
Number of occurrences found in the code: 7
| org.apache.maven.buildcache.CacheControllerImpl | Line |
|---|---|
| if remote is forced, probably need to refresh or reconcile all files | 421 |
| probably need update download url to cache | 508 |
| move to config | 1062 |
| org.apache.maven.buildcache.CacheDiff | Line |
| add support for skip values | 261 |
| org.apache.maven.buildcache.DefaultNormalizedModelProvider | Line |
| validate status of the model - it should be in resolved state | 76 |
| org.apache.maven.buildcache.checksum.DigestUtils | Line |
| add support for .gitattributes to statically configure file type before falling back to probe based content checks | 91 |
| org.apache.maven.buildcache.its.Issue67Test | Line |
| remove this function and use the one in LogFileUtils instead (not merged yet) | 82 |


