-
Notifications
You must be signed in to change notification settings - Fork 102
remove fix mojo #1263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove fix mojo #1263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request removes the Javadoc "fix" mojo functionality from the Maven Javadoc plugin, addressing issue #1262. The fix functionality provided an interactive way to automatically fix and update Javadoc comments in Java source files.
Key changes in this removal:
- Removes the fix and test-fix goals and their associated classes
- Removes all test files and integration tests for the fix functionality
- Updates documentation to remove references to the fix goals
Reviewed Changes
Copilot reviewed 49 out of 50 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/main/java/org/apache/maven/plugins/javadoc/FixJavadocMojo.java | Removes the main fix mojo implementation |
src/main/java/org/apache/maven/plugins/javadoc/TestFixJavadocMojo.java | Removes the test-fix mojo implementation |
src/test/java/org/apache/maven/plugins/javadoc/FixJavadocMojoTest.java | Removes comprehensive unit tests for fix functionality |
src/test/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojoTest.java | Removes tests for abstract fix mojo functionality |
src/site/apt/index.apt.vm | Updates site documentation to remove fix goal references |
src/site/apt/examples/fix-javadocs.apt.vm | Removes entire documentation page for fix functionality |
src/it/projects/javadoc-fix/* | Removes integration test project for basic fix functionality |
src/it/projects/javadoc-fix-version/* | Removes integration test for version-specific fix behavior |
src/it/projects/MJAVADOC-fix | Removes multiple integration tests for various fix-related bug fixes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moots a bunch of bugs
fixes #1262
fixes #1250
fixes #1251
fixes #1252
fixes #1253
fixes #1254
fixes #1247
fixes #845
fixes #869
fixes #1119