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 | 3 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 3
| org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon | Line |
|---|---|
| Fix encoding... url += "/" + URLEncoder.encode( parts[i], System.getProperty("file.encoding") ); | 516 |
| merge with the other headers and have some better defaults, unify with lightweight headers | 796 |
| [BP]: according to httpclient docs, really should swallow the output on error. verify if that is required | 907 |