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.

TagTotal number of occurrences
@todo9
TODO19

Each tag is detailed below:

@todo

Number of occurrences found in the code: 9

org.apache.maven.plugin.eclipse.EclipsePluginMasterProjectTestLine
a know problem with this approach is that tests are running with the installed version of the plugin! Don't enable test in pom.xml at the moment or you will never be able to build.62
should this be included? see MNG-514176
org.apache.maven.plugin.eclipse.writers.EclipseOSGiManifestWriterLine
check if we should use system-dependent newlines or if eclipse prefers a common format52
handle expanded plugins241
org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriterLine
is this really needed?157
org.apache.maven.plugin.ide.AbstractIdeSupportMojoLine
a final report with the list of missingArtifacts?684
org.apache.maven.plugin.ide.IdeUtilsLine
there should be a better way to do this195
there should be a better way to do this215
there should be a better way to do this234

TODO

Number of occurrences found in the code: 19

org.apache.maven.plugin.eclipse.BuildCommandLine
log warning about illegal key/value pair151
log warning about unknown argument tag156
org.apache.maven.plugin.eclipse.EclipsePluginLine
Why are we using project in some places, and executedProject in others??712
figure out how to merge if the same dir is specified twice with different in/exclude patterns.1353
org.apache.maven.plugin.eclipse.EclipsePluginTestLine
Add a test for downloadJavadocs. Currently, eclipse doesn't support having variables in the javadoc path. This means that the expected .classpath can't match the final result as the result will have the absolute path to the user's local repo.623
org.apache.maven.plugin.eclipse.EclipseToMavenMojoLine
use WriterFactory.newXmlWriter() when plexus-utils is upgraded to 1.4.5+437
org.apache.maven.plugin.eclipse.RadPluginTestLine
fix failing test public void testProject2() throws Exception { testProject( "project-rad-2", new Properties(), "rad-clean", "rad" ); File generatedManifest = getTestFile( PROJECTS_BASEDIR + "/project-rad-2/src/main/webapp/META-INF/MANIFEST.MF" ); File expectedManifest = getTestFile( PROJECTS_BASEDIR + "/project-rad-2/src/main/webapp/META-INF/expected_MANIFEST.MF" ); assertFileEquals( localRepositoryDirectory.getCanonicalPath(), expectedManifest, generatedManifest ); }50
org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPluginLine
only accepts the cause as parameter in JDK 1.6+99
org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriterLine
return a list of MonitoredResources that encapsulate the resource locations - includes/excludes aren't supported so we need to just add the directories.79
org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriterLine
merge source dirs on output path+filtering to reduce <copy> tags for speed.268
if (..magic property equals orderDependencies..)343
org.apache.maven.plugin.eclipse.writers.EclipseManifestWriterLine
if this really is an error, shouldn't we stop the build??152
org.apache.maven.plugin.eclipse.writers.EclipseProjectWriterLine
this entire element might be dropped if the comment is null. but as the maven1 eclipse plugin does it, it's better to be safe than sorry A eclipse developer might want to look at this.174
org.apache.maven.plugin.eclipse.writers.EclipseWriterConfigLine
get the right comparator depending on orderDependencies={name,nearness..}; if none specified it could use a NullComparator to reduce the number of conditions that have to be checked180
org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseMetadataWriterLine
use maven final name99
use maven final name105
retrieve this from project configuration114
org.apache.maven.plugin.eclipse.writers.rad.RadManifestWriterLine
if this really is an error, shouldn't we stop the build??136
org.apache.maven.plugin.ide.AbstractIdeSupportMojoLine
merge this with the missingSourceDependencies in a classifier based map?450