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 | 4 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 6
org.apache.maven.wagon.AbstractWagon | Line |
---|---|
--No comment-- | 105 |
Please use the transfer using long as type of maxSize | 563 |
org.apache.maven.wagon.StreamingWagon | Line |
due to unknown contentLength various http(s) implementation will use a chuncked transfer encoding mode you must take care you http target server supports that (ngnix don't !). <b>So in case of http(s) transport layer avoid using this. Will be remove in 3.0</b> Copy from a local input stream to remote. | 64 |
org.apache.maven.wagon.Wagon | Line |
connect using the {@link #connect(org.apache.maven.wagon.repository.Repository)} or related methods - this is an internal method | 241 |
org.apache.maven.wagon.WagonUtils | Line |
--No comment-- | 32 |
org.apache.maven.wagon.repository.Repository | Line |
use {@link #Repository(String, String)} | 70 |
Number of occurrences found in the code: 4
org.apache.maven.wagon.PathUtils | Line |
---|---|
move to plexus-utils or use something appropriate from there | 477 |
org.apache.maven.wagon.events.SessionEventSupportTest | Line |
actually test it gets called? | 50 |
org.apache.maven.wagon.events.TransferEventSupportTest | Line |
actually test it gets called? | 49 |
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 |