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 | 41 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 6
org.apache.maven.archiva.repository.content.LegacyPathParser | Line |
---|---|
pass these in on construction instead, since this can't be long lived (no config listener), then no need to be a component | 44 |
org.apache.maven.archiva.repository.content.ManagedDefaultRepositoryContent | Line |
no need to be a component when filetypes is not | 44 |
org.apache.maven.archiva.repository.content.ManagedLegacyRepositoryContent | Line |
no need to be a component when filetypes, legacy path parser is not | 44 |
org.apache.maven.archiva.repository.content.RemoteLegacyRepositoryContent | Line |
no need to be a component once legacy path parser is not | 33 |
org.apache.maven.archiva.repository.content.RepositoryRequest | Line |
no need to be a component once legacy path parser is not | 34 |
org.apache.maven.archiva.repository.events.RepositoryListenerFactoryBean | Line |
though we will eventually remove this altogether, an interim cleanup would be to genericise this and replace the calls in RepositoryContentConsumers with calls to the same thing | 30 |
Number of occurrences found in the code: 41
org.apache.maven.archiva.repository.content.AbstractDefaultRepositoryContentTestCase | Line |
---|---|
Re-enabled in the future. | 114 |
org.apache.maven.archiva.repository.content.AbstractLegacyRepositoryContentTestCase | Line |
Re-enabled in the future. | 146 |
org.apache.maven.archiva.repository.content.DefaultPathParserTest | Line |
Re-enabled in the future. | 132 |
org.apache.maven.archiva.repository.content.LegacyPathParserTest | Line |
Re-enabled in the future. | 184 |
org.apache.maven.archiva.repository.content.ManagedDefaultRepositoryContent | Line |
log this somewhere? | 77 |
org.apache.maven.archiva.repository.metadata.MetadataTools | Line |
need to filter out 'bad' characters from the proxy id. | 333 |
[monitor] consider a monitor for this event. | 367 |
consider a read-redo on monitor return code? | 368 |
[monitor] consider a monitor for this event. | 392 |
consider a read-redo on monitor return code? | 393 |
[monitor] consider a monitor for this event. | 417 |
consider a read-redo on monitor return code? | 418 |
do we know this information instead? Set<Plugin> allPlugins = managedRepository.getPlugins( reference ); | 562 |
org.apache.maven.archiva.repository.metadata.MetadataToolsTest | Line |
replace with group tests public void testUpdateProjectBadArtifact() throws Exception { try { assertUpdatedProjectMetadata( "bad_artifact", null ); fail( "Should have thrown an IOException on a bad artifact." ); } catch ( IOException e ) { // Expected path } } | 118 |
org.apache.maven.archiva.repository.project.ProjectModelMerge | Line |
Should call this ProjectModelAncestry as it deals with the current project and its parent. | 49 |
Change to 'id' when LicenseTypeMapper is created. | 158 |
org.apache.maven.archiva.repository.project.filters.EffectiveProjectModelFilter | Line |
Document this via a monitor. | 214 |
add super pom repositories. | 264 |
org.apache.maven.archiva.repository.project.filters.ProjectModelExpressionFilter | Line |
should probably clone evaluator to prevent threading issues. | 84 |
create .resetSources() method in ExpressionEvaluator project on plexus side. Remove previous expression sources. | 87 |
org.apache.maven.archiva.repository.project.readers.ProjectModel300Reader | Line |
Handle <extend /> ?? (is this even possible?) | 64 |
Handle <id /> | 68 |
what to do with <shortDescription /> ? | 72 |
Handle <logo /> | 74 |
Handle <inceptionYear /> | 75 |
What to do with <gumpRepositoryId /> ? | 78 |
Handle <siteAddress /> | 79 |
Handle <siteDirectory /> ? | 80 |
Handle <distributionSite /> | 81 |
Handle <distributionDirectory /> | 82 |
throw into monitor as "duplicate dependency" issue. | 184 |
Create LicenseIdentity class to managed license ids. license.setId( elemLicense.elementTextTrim("id") ); | 292 |
Handle <logo /> | 353 |
org.apache.maven.archiva.repository.project.readers.ProjectModel400Reader | Line |
Output to monitor the problem with the Namespace. | 67 |
throw into monitor as "duplicate dependency" issue. | 211 |
Create LicenseIdentity class to managed license ids. license.setId( elemLicense.elementTextTrim("id") ); | 342 |
org.apache.maven.archiva.repository.project.writers.ProjectModel400Writer | Line |
add inceptionYear to ArchivaProjectModel | 109 |
add distribution management to ArchivaProjectModel | 117 |
Add notifiers into ArchivaProjectModel | 192 |
research if we need <distribution> subelement. | 340 |
org.apache.maven.archiva.repository.scanner.RepositoryContentConsumers | Line |
This is never called by the repository scanner instance, so not calling here either - but it probably should be? CollectionUtils.forAllDo( availableKnownConsumers, triggerCompleteScan ); CollectionUtils.forAllDo( availableInvalidConsumers, triggerCompleteScan ); | 292 |