Skip to content
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

Fix classes javadoc breakage #635

Closed

Conversation

JoJoDeveloping
Copy link
Contributor

Fix bug in previous PR ( #617 )

We previously failed hard when we couldn't keep track of indentation. Now we just fail softly and warn the user that there is likely an issue with class javadoc comments.

We could also use "debug" or "info" instead of "warn" for the logger or just stop adding class javadocs when it fails, instead of trying to recover

@JoJoDeveloping JoJoDeveloping force-pushed the classes_javadoc_fix branch 4 times, most recently from 7c38c27 to c3bc2fe Compare November 14, 2019 01:46
@d0sboots
Copy link

d0sboots commented Dec 8, 2019

What will it take to get this merged in? The bug (that this looks like it fixes) prevents "gradlew eclipse" from working in 1.13,2, 1.14.2, and 1.14.3.

@JoJoDeveloping
Copy link
Contributor Author

It is complete from my side, and with it setting up the MDK should work again (at least on 1.14.2, which I tested).
Note that these versions are unsupported, though.

LexManos and others added 3 commits January 13, 2020 16:39
This enables the Forum tag auto-closing and locking Issues and PRs, assuming the bot is watching the ForgeGradle repo
…nd also doesn't attempt to javadoc most classes
@covers1624
Copy link
Contributor

Can you please rebase this on top of the FG_4 branch.

You also don't need to pass the Logger object around just do private static final Logger LOGGER = Logging.getLogger(MyClass.class);

@covers1624 covers1624 added the needs rebase Pull Request requires rebasing on the latest changes to merge label Jan 30, 2021
@JoJoDeveloping
Copy link
Contributor Author

JoJoDeveloping commented Feb 1, 2021

Closed as this is no longer up to date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase Pull Request requires rebasing on the latest changes to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants