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 Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 0 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 25 | todo, @todo |
Each tag is detailed below:
Todo Work
Number of occurrences found in the code: 25
| org.apache.maven.shared.release.DefaultReleaseManager | Line |
|---|---|
| rollback? | 206 |
| NPE here in phases=null above! | 597 |
| org.apache.maven.shared.release.phase.AbstractReleaseTestCase | Line |
| .... understand why this is working ... :-) why projectBuilder doesn't resolve and set in proper way DependencyArtifacts and Artifacts | 209 |
| return void since this is redundant | 238 |
| org.apache.maven.shared.release.phase.AbstractRewritePomsPhase | Line |
| needs a better error message, what pom? what dependency? | 619 |
| needs a better error message, what pom? what dependency? | 626 |
| org.apache.maven.shared.release.phase.CheckDependencySnapshotsPhase | Line |
| plugins with no version will be resolved to RELEASE which is not a snapshot, but remains unresolved to this point. This is a potential hole in the check, and should be revisited after the release pom writing is done and resolving versions to verify whether it is. | 57 |
| plugins injected by the lifecycle are not tested here. They will be injected with a RELEASE version so are covered under the above point. | 60 |
| org.apache.maven.shared.release.phase.CheckoutProjectFromScm | Line |
| sanity check that it is not . or .. or lower | 175 |
| org.apache.maven.shared.release.phase.GenerateReleasePomsPhase | Line |
| share with RewritePomsForReleasePhase.rewriteVersion | 412 |
| share with RewritePomsForReleasePhase.translateScm | 430 |
| org.apache.maven.shared.release.phase.GenerateReleasePomsPhaseTest | Line |
| MRELEASE-262 | 103 |
| org.apache.maven.shared.release.phase.RewritePomsForBranchPhase | Line |
| svn utils should take care of prepending this | 127 |
| org.apache.maven.shared.release.phase.RewritePomsForReleasePhase | Line |
| svn utils should take care of prepending this | 126 |
| org.apache.maven.shared.release.phase.ScmCheckModificationsPhase | Line |
| would be nice for SCM status command to do this for me. | 143 |
| org.apache.maven.shared.release.phase.ScmTagPhase | Line |
| want includes/excludes? | 112 |
| org.apache.maven.shared.release.scm.DefaultScmRepositoryConfigurator | Line |
| this is a bit dodgy - id is not host, but since we don't have a <host> field we make an assumption | 115 |
| org.apache.maven.shared.release.scm.ScmTranslator | Line |
| move this API into SCM? | 26 |
| org.apache.maven.shared.release.transform.jdom2.JDomProperties | Line |
| follow specs of Hashtable.put | 59 |
| org.apache.maven.shared.release.versions.DefaultVersionInfo | Line |
| this parser is better than DefaultArtifactVersion - replace it with this (but align naming) and then remove this from here. | 53 |
| hack because it didn't support "SNAPSHOT" | 123 |
| this is a workaround for a bug in DefaultArtifactVersion - fix there - 1.01 < 1.01.01 | 230 |
| this is a workaround for a bug in DefaultArtifactVersion - fix there - it should not consider case in comparing the qualifier NOTE: The combination of upper-casing and lower-casing is an approximation of String.equalsIgnoreCase() | 240 |
| org.apache.maven.shared.release.versions.DefaultVersionInfoTest | Line |
| bug?? checkVersionLessThanVersion( "1.01-beta-04-20051112.134500-2", "1.01-beta-04-SNAPSHOT" ); | 218 |
| bug in Artifact pattern checkGetSnapshotVersion( "20051112.134500-1", "SNAPSHOT" ); | 246 |


