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 ClassTotal number of occurrencesTag strings used by tag class
@todo6@todo
TODO6TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 6

org.apache.maven.wagon.PathUtilsLine
need to URL decode for spaces?295
org.apache.maven.wagon.WagonLine
delegate this to a truly internal connection method237
org.apache.maven.wagon.authentication.AuthenticationInfoTestLine
test defaults27
org.apache.maven.wagon.proxy.ProxyInfoLine
Propose standard types of proxy servers (e.g. <i>SOCKSv4</i>), which can be shared between wagon api and providers32
org.apache.maven.wagon.repository.RepositoryLine
[BP] some things are specific to certain wagons (eg key stuff in authInfo, permissions)35
org.apache.maven.wagon.repository.RepositoryPermissionsTestLine
test defaults27

TODO

Number of occurrences found in the code: 6

org.apache.maven.wagon.AbstractWagonLine
Do these needs to be fields, or are they only used in openConnection()?211
org.apache.maven.wagon.PathUtilsLine
move to plexus-utils or use something appropriate from there467
org.apache.maven.wagon.events.SessionEventSupportTestLine
actually test it gets called?51
org.apache.maven.wagon.events.TransferEventSupportTestLine
actually test it gets called?50
should be testing the buffer111
org.apache.maven.wagon.repository.RepositoryLine
[BP]: refactor out the PathUtils URL stuff into a class like java.net.URL, so you only parse once can't use URL class as is because it won't recognise our protocols, though perhaps we could attempt to register handlers for scp, etc?139