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
@deprecated0@deprecated
@todo0@todo
FIXME0FIXME
TODO26TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 26

org_scala_tools_maven.ScalaCompilerSupportLine
a better behavior : if there is at least one .scala to compile then add all .java, if there is at least one .java then add all .scala (because we don't manage class dependency)158
org_scala_tools_maven.ScalaConsoleMojoLine
- Many other paths uses the getScalaCommand()!!! We should try to use that as much as possibel to help maintainability.74
org_scala_tools_maven.ScalaMojoSupportLine
follow the dependenciesManagement and override rules280
refactor to do only one scan of dependency to find all scala-version394
- Make sure we handle bad artifacts....427
note that filter does not get applied due to MNG-3236428
- Fork or not depending on configuration?481
- Ensure proper scala version for plugins549
- Pull in transitive dependencies.551
org_scala_tools_maven.ScalaScriptMojoLine
check that every entry from the classpath exists !338
org_scala_tools_maven.ScalaSourceMojoSupportLine
- Since we're making files anyway, perhaps we should just test for existence here...101
org_scala_tools_maven_cs.ScalaCSMojoSupportLine
use parser and maven logger to print (and find warning, error,...)36
use Stream instead of String to allow progressive display (when scalacs will support it)37
org_scala_tools_maven_dependency.CheckScalaVersionVisitorLine
- Do we care about provided scope?39
- Handle version ranges???? does that make sense given scala's binary incompatability!42
- Go all the way up the parent chain till we hit the bottom....49
- What now?54
org_scala_tools_maven_dependency.ScalaDistroArtifactFilterLine
- Are we checking the right artifacts?16
org_scala_tools_maven_dependency.StringUtilLine
- Handle version ranges...16
org_scala_tools_maven_executions.JavaMainCallerLine
avoid to have several Thread to pipe stream29
add support to inject startup command and shutdown command (on :quit)30
org_scala_tools_maven_executions.JavaMainCallerInProcessLine
- Do something usefull here...32
- Ignore classpath43
org_scala_tools_maven_executions.MainHelperLine
- Redirect System.in System.err and System.out159
org_scala_tools_maven_model.MavenProjectAdapterLine
Auto-generated method stub70
Figure out what is here137