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 |
|---|---|---|
| @todo | 0 | @todo |
| TODO | 15 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 15
| org.codehaus.plexus.util.FileUtilsTest | Line |
|---|---|
| I'm not sure what is supposed to happen here | 187 |
| Figure out how to test this | 196 |
| Should comparing 2 directories throw an Exception instead of returning false? Directories | 239 |
| StringIndexOutOfBoundsException thrown if file doesn't contain slash. Is this acceptable? assertEquals("", FileUtils.catPath("a", "b")); | 316 |
| Finish test | 405 |
| Reenable this test | 909 |
| org.codehaus.plexus.util.LineOrientedInterpolatingReader | Line |
| Fix this! It should report, but not interrupt. | 284 |
| org.codehaus.plexus.util.cli.CommandLineUtils | Line |
| Find out if waitUntilDone needs to be called using a try-finally construct. The method may throw an InterruptedException so that calls to waitUntilDone may be skipped. try { if ( inputFeeder != null ) { inputFeeder.waitUntilDone(); } } finally { try { outputPumper.waitUntilDone(); } finally { errorPumper.waitUntilDone(); } } | 186 |
| org.codehaus.plexus.util.cli.Commandline | Line |
| Provided only for backward compat. with <= 1.4 | 465 |
| Provided only for backward compat. with <= 1.4 | 572 |
| org.codehaus.plexus.util.dag.DAG | Line |
| this class should be renamed from DAG to Dag | 31 |
| org.codehaus.plexus.util.introspection.ReflectionValueExtractor | Line |
| don't throw Exception | 165 |
| org.codehaus.plexus.util.introspection.ReflectionValueExtractorTest | Line |
| assert exception message | 291 |
| assert exception message | 305 |
| org.codehaus.plexus.util.reflection.Reflector | Line |
| Check if exception is the right action! Field exists, but contains null | 371 |