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
@todo 6 @todo
TODO 6 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 6

org.apache.maven.wagon.PathUtils Line
need to URL decode for spaces? 295
org.apache.maven.wagon.Wagon Line
delegate this to a truly internal connection method 225
org.apache.maven.wagon.authentication.AuthenticationInfoTest Line
test defaults 27
org.apache.maven.wagon.proxy.ProxyInfo Line
Propose standard types of proxy servers (e.g. <i>SOCKSv4</i>), which can be shared between wagon api and providers 32
org.apache.maven.wagon.repository.Repository Line
[BP] some things are specific to certain wagons (eg key stuff in authInfo, permissions) 35
org.apache.maven.wagon.repository.RepositoryPermissionsTest Line
test defaults 27

TODO

Number of occurrences found in the code: 6

org.apache.maven.wagon.AbstractWagon Line
Do these needs to be fields, or are they only used in openConnection()? 200
org.apache.maven.wagon.PathUtils Line
move to plexus-utils or use something appropriate from there 467
org.apache.maven.wagon.events.SessionEventSupportTest Line
actually test it gets called? 51
org.apache.maven.wagon.events.TransferEventSupportTest Line
actually test it gets called? 50
should be testing the buffer 111
org.apache.maven.wagon.repository.Repository Line
[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