-
Notifications
You must be signed in to change notification settings - Fork 11
Add Minecraft Forge 1.5.2 Javadoc documentation #1
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
base: main
Are you sure you want to change the base?
Conversation
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughAdds generated Javadoc HTML for Forge 1.5.2-7.8.1.738 across multiple cpw.mods.fml packages (client, modloader, registry, common), including class, interface, class-use, package pages and constant-values; also updates README with a 1.5.2 table row. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello @xabyxd, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly expands the project's documentation by incorporating the Javadoc for Minecraft Forge version 1.5.2-7.8.1.738. This addition provides valuable historical context and reference material for developers working with older versions of the modding framework. The documentation was sourced from the Wayback Machine to ensure its authenticity and completeness. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request adds the javadocs for Forge version 1.5.2, which is a great addition for historical reference. The changes are straightforward. I've added one minor suggestion to the README.md
file to ensure file formatting consistency.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
javadoc/forge/1.5.2-7.8.1.738/cpw/mods/fml/common/DummyModContainer.html (1)
109-132
: Upgrade external Javadoc links to HTTPSAll Oracle API references still use plaintext
http://download.oracle.com/...
. Switching them to their HTTPS equivalents avoids mixed-content warnings and MITM risk without changing behavior.Apply (and repeat for the remaining Oracle links) using something like:
-<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a> +<a href="https://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a>
I used the wayback machine to get the original javadocs.
Summary by CodeRabbit