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 | 2 | @todo |
TODO | 19 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 2
org.apache.maven.archiva.proxy.AbstractProxyTestCase | Line |
---|---|
get back into plexus-utils, share with converter module | 231 |
org.apache.maven.archiva.proxy.DefaultRepositoryProxyConnectors | Line |
exception handling needs work - "not modified" is not really an exceptional case, and it has more layers than your average brown onion | 82 |
Number of occurrences found in the code: 19
org.apache.maven.archiva.proxy.AbstractProxyTestCase | Line |
---|---|
Change when there is a FileUtils.copyFileToDirectory(file, destination, boolean) option FileUtils.copyFileToDirectory( file, destination ); | 260 |
org.apache.maven.archiva.proxy.CacheFailuresTransferTest | Line |
test some hard failures (eg TransferFailedException) | 41 |
test the various combinations of fetchFrom* (note: need only test when caching is enabled) | 42 |
org.apache.maven.archiva.proxy.DefaultRepositoryProxyConnectors | Line |
these should be used to validate the download based on the policies, not always downloaded to save on connections since md5 is rarely used | 504 |
shouldn't have to drill into the cause, but TransferFailedException is often not descriptive enough | 726 |
This is ugly - lets actually clean this up when we get the new repository api | 830 |
move to proxyInfo.toString() | 911 |
Ensure that list is correctly ordered based on configuration. See MRM-477 | 1002 |
org.apache.maven.archiva.proxy.ManagedDefaultTransferTest | Line |
is this check even needed if it passes above? | 319 |
do not want failures to present as a not found [MRM-492] | 445 |
How much information on each failure should we pass back to the user vs. logging in the proxy? | 446 |
org.apache.maven.archiva.proxy.MetadataTransferTest | Line |
same test for other fetch* methods | 122 |
org.apache.maven.archiva.proxy.SnapshotTransferTest | Line |
Has problems with wagon implementation not preserving timestamp. | 127 |
org.apache.maven.archiva.proxy.stubs.ArchivaDAOStub | Line |
Auto-generated method stub | 41 |
Auto-generated method stub | 47 |
Auto-generated method stub | 53 |
Auto-generated method stub | 64 |
Auto-generated method stub | 70 |
Auto-generated method stub | 76 |