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 | 5 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 2
org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor | Line |
---|---|
Nexus specifics shouldn't be in the archiva-scheduled module | 54 |
org.apache.maven.archiva.scheduled.tasks.TaskCreator | Line |
Nexus specifics shouldn't be in the archiva-scheduled module | 33 |
Number of occurrences found in the code: 5
org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutorTest | Line |
---|---|
test it was removed from the packaged index also | 245 |
org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutorTest | Line |
can't test these as they weren't stored in the database assertEquals( 8, newStats.getTotalArtifactCount() ); assertEquals( 3, newStats.getTotalGroupCount() ); assertEquals( 5, newStats.getTotalProjectCount() ); | 229 |
can't test these as they weren't stored in the database assertEquals( 8, newStats.getTotalArtifactCount() ); assertEquals( 3, newStats.getTotalGroupCount() ); assertEquals( 5, newStats.getTotalProjectCount() ); | 263 |
can't test these as they weren't stored in the database assertEquals( 8, newStats.getTotalArtifactCount() ); assertEquals( 3, newStats.getTotalGroupCount() ); assertEquals( 5, newStats.getTotalProjectCount() ); | 311 |
can't test these as they weren't stored in the database assertEquals( 8, newStats.getTotalArtifactCount() ); assertEquals( 3, newStats.getTotalGroupCount() ); assertEquals( 5, newStats.getTotalProjectCount() ); | 359 |