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 | 6 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 16 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 6
com.tunyk.mvn.plugins.htmlcompressor.HtmlCompressorMojo | Line |
---|---|
use fileExtensions | 57 |
use getFileExtensions | 485 |
use setFileExtensions | 498 |
com.tunyk.mvn.plugins.htmlcompressor.XmlCompressorMojo | Line |
use fileExtensions | 38 |
use getFileExtensions | 123 |
use setFileExtensions | 136 |
Todo Work
Number of occurrences found in the code: 16
com.tunyk.mvn.plugins.htmlcompressor.FileTool | Line |
---|---|
JWL 4/22/2023 Didn't see a good way to handle as it gets flagged to remove unnecessary cast if I fix this per error-prone, so ignoring it | 168 |
com.tunyk.mvn.plugins.htmlcompressor.FileToolTest | Line |
check if any other files aren't included | 83 |
check if file ext filter works | 84 |
check if recursion is forking | 85 |
test file encoding | 86 |
check file exists and its contents is written correctly | 120 |
check if file created and contents is right | 146 |
com.tunyk.mvn.plugins.htmlcompressor.HtmlCompressorMojo | Line |
JWL 4/22/2023 Unsupported | 146 |
JWL 4/22/2023Unsupported | 160 |
com.tunyk.mvn.plugins.htmlcompressor.HtmlCompressorMojoTest | Line |
test results | 77 |
com.tunyk.mvn.plugins.htmlcompressor.HtmlCompressorTest | Line |
test files where created and every one has the right contents | 72 |
test json file was created and it has right contents | 77 |
verify if provided compression params are picked up | 84 |
com.tunyk.mvn.plugins.htmlcompressor.XmlCompressorMojoTest | Line |
test results | 76 |
com.tunyk.mvn.plugins.htmlcompressor.XmlCompressorTest | Line |
test files where created and every one has the right contents | 72 |
verify if provided compression params are picked up | 79 |