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 ClassTotal number of occurrencesTag strings used by tag class
@todo0@todo
TODO33TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 33

org.apache.maven.index.AbstractNexusIndexerTestLine
Brian reported, does not work on Windows because of left open files? FileUtils.deleteDirectory( indexDir );60
org.apache.maven.index.AbstractRepoNexusIndexerTestLine
we are FAKING here! return false;511
org.apache.maven.index.ArtifactInfoRecordLine
use getters instead of public fields ---------- Listing all the fields that ArtifactInfo has on LuceneIndex48
org.apache.maven.index.ConcurrentUseTestLine
delete some of those already added artifactInfo.version = "1." + String.valueOf( versionSource.getAndIncrement() );131
org.apache.maven.index.DefaultArtifactContextProducerLine
shouldn't this use repository layout instead?58
org.apache.maven.index.DefaultQueryCreatorLine
resolve this better! Decouple QueryCreator and IndexCreators! This is a hack/workaround here229
we are not falling back anymore to legacy!376
org.apache.maven.index.DefaultScannerListenerLine
scattered across commented out changes while I was fixing NEXUS-2712, cstamas These changes should be applied by borks too much the fragile indexer100
org.apache.maven.index.Nexus1911IncrementalTestLine
fix this!250
org.apache.maven.index.OneLineFragmenterLine
Auto-generated method stub76
Auto-generated method stub82
org.apache.maven.index.archetype.NexusArchetypeDataSourceLine
maybe update index107
org.apache.maven.index.context.DefaultIndexingContextLine
figure this out better and non blocking555
detect is writer "dirty"?614
is this needed? Why not put the commit() call into synchronized since all callers of doCommit() aside of commit() already possess exclusive lock649
define some treshold or requirement for reopening readers (is expensive) For example: by inserting 1 record among 1M, do we really want to reopen?656
this will prevent from reopening them, but needs better solution Needed to make bottleWarmerThread die off779
org.apache.maven.index.creator.JarFileContentsIndexCreatorLine
verify if class is public or protected174
skip all inner classes for now175
org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreatorLine
recheck, is the following true? "Maven plugins and Maven Archetypes can be only JARs?"71
org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreatorLine
recheck, is the following true? "Maven plugins and Maven Archetypes can be only JARs?"82
org.apache.maven.index.creator.MinimalArtifactInfoIndexCreatorLine
handle artifacts without poms135
this change breaks junit tests, but not sure why is "null" expected value? ai.packaging = "jar";188
org.apache.maven.index.creator.OsgiArtifactIndexCreatorLine
olamy : supports only jars ?153
org.apache.maven.index.incremental.DefaultIncrementalHandlerTestLine
Auto-generated method stub125
Auto-generated method stub132
Auto-generated method stub139
Auto-generated method stub146
org.apache.maven.index.updater.IndexDataWriterLine
optimize storing int value282
org.apache.maven.index.updater.LocalIndexCacheTestLine
how to assert if merge==false internally?169
org.apache.maven.index.util.SpoofIndexCreatorLine
Auto-generated method stub49
Auto-generated method stub54
Auto-generated method stub59