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 | 6 | @deprecated |
| FIXME Work | 1 | fixme, @fixme |
| Todo Work | 11 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 6
| org.apache.maven.archiver.MavenArchiveConfiguration | Line |
|---|---|
| See <a href="https://bugs.openjdk.org/browse/JDK-8305597">JDK-8305597</a> | 39 |
| See <a href="https://bugs.openjdk.org/browse/JDK-8305597">JDK-8305597</a> | 96 |
| See <a href="https://bugs.openjdk.org/browse/JDK-8305597">JDK-8305597</a> | 147 |
| org.apache.maven.archiver.MavenArchiver | Line |
| Use {@link #parseBuildOutputTimestamp(String)} instead. | 719 |
| Use {@link #configureReproducibleBuild(String)} instead. | 733 |
| org.apache.maven.archiver.PomPropertiesUtil | Line |
| please use {@link #createPomProperties(MavenProject, Archiver, File, File, boolean)} | 106 |
FIXME Work
Number of occurrences found in the code: 1
| org.apache.maven.archiver.MavenArchiver | Line |
|---|---|
| This query method SHOULD NOT affect the internal state of the artifact version, but it does. | 380 |
Todo Work
Number of occurrences found in the code: 11
| org.apache.maven.archiver.ManifestConfiguration | Line |
|---|---|
| Is this general enough to be in Plexus Archiver? | 26 |
| org.apache.maven.archiver.MavenArchiveConfiguration | Line |
| Is this general enough to be in Plexus Archiver? | 32 |
| Rename this attribute to manifestConfiguration; | 48 |
| Change the name of this method into getManifestConfiguration() | 126 |
| org.apache.maven.archiver.MavenArchiver | Line |
| Add user attributes list and user groups list | 189 |
| Should we replace "map" with a copy? Note, that we modify it! | 246 |
| this is only for applets - should we distinguish them as a packaging? | 400 |
| the correct solution here would be to have an extension type, and to read the real extension values either from the artifact's manifest or some part of the POM | 420 |
| rethink this, it wasn't working Artifact projectArtifact = project.getArtifact(); if ( projectArtifact.isSnapshot() ) { Manifest.Attribute buildNumberAttr = new Manifest.Attribute( "Build-Number", "" + project.getSnapshotDeploymentBuildNumber() ); m.addConfiguredAttribute( buildNumberAttr ); } | 477 |
| Should issue a warning here, but how do we get a logger? | 588 |
| getLog().warn( "Forced build is disabled, but disabling the forced mode isn't supported by the archiver." ); | 589 |


