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 |
---|---|---|
@deprecated | 0 | @deprecated |
@todo | 0 | @todo |
FIXME | 0 | FIXME |
TODO | 26 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 26
org_scala_tools_maven.ScalaCompilerSupport | Line |
---|---|
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.ScalaConsoleMojo | Line |
- Many other paths uses the getScalaCommand()!!! We should try to use that as much as possibel to help maintainability. | 74 |
org_scala_tools_maven.ScalaMojoSupport | Line |
follow the dependenciesManagement and override rules | 280 |
refactor to do only one scan of dependency to find all scala-version | 394 |
- Make sure we handle bad artifacts.... | 427 |
note that filter does not get applied due to MNG-3236 | 428 |
- Fork or not depending on configuration? | 481 |
- Ensure proper scala version for plugins | 549 |
- Pull in transitive dependencies. | 551 |
org_scala_tools_maven.ScalaScriptMojo | Line |
check that every entry from the classpath exists ! | 338 |
org_scala_tools_maven.ScalaSourceMojoSupport | Line |
- Since we're making files anyway, perhaps we should just test for existence here... | 101 |
org_scala_tools_maven_cs.ScalaCSMojoSupport | Line |
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.CheckScalaVersionVisitor | Line |
- 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.ScalaDistroArtifactFilter | Line |
- Are we checking the right artifacts? | 16 |
org_scala_tools_maven_dependency.StringUtil | Line |
- Handle version ranges... | 16 |
org_scala_tools_maven_executions.JavaMainCaller | Line |
avoid to have several Thread to pipe stream | 29 |
add support to inject startup command and shutdown command (on :quit) | 30 |
org_scala_tools_maven_executions.JavaMainCallerInProcess | Line |
- Do something usefull here... | 32 |
- Ignore classpath | 43 |
org_scala_tools_maven_executions.MainHelper | Line |
- Redirect System.in System.err and System.out | 159 |
org_scala_tools_maven_model.MavenProjectAdapter | Line |
Auto-generated method stub | 70 |
Figure out what is here | 137 |