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 | 5 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 5
org.apache.maven.shared.project.deploy.internal.DefaultProjectDeployer | Line |
---|---|
Reconsider this exception? Better Exception type? | 115 |
Reconsider this exception? Better Exception type? | 121 |
org.apache.maven.shared.project.install.internal.DefaultProjectInstaller | Line |
push into transformation | 85 |
org.apache.maven.shared.project.install.internal.DualDigester | Line |
Consider using a thread to calculate one of the digests when the files are large; it's fairly slow ! | 36 |
Think about this class if we could use the ChecksumUtils class of aether-util ? I think we need to go via reflection. | 40 |