patched-codes / patchwork

Automate code reviews, patching and documentation with self-hosted LLM workflows.
https://patched.codes
GNU Affero General Public License v3.0
1.1k stars 72 forks source link

Javadocs is created with ``` #935

Closed gkorland closed 1 month ago

gkorland commented 1 month ago

Javadocs comments are created with surrounding ``` which are breaking to java compilation.

See example: https://github.com/FalkorDB/JFalkorDB/pull/71

prathamjagga commented 1 month ago

@gkorland can you explain a bit about it, what exactly is happening. In the commits of the Pull Request you mentioned, I see the docstrings are correct.

gkorland commented 1 month ago

The PR can't be merged, using ``` is not a legal Javadoc

codelion commented 1 month ago

@gkorland This should be fixed now, please let me know if you still run into the issue. (Here is an example Java project that we tested with https://github.com/patched-codes/AltoroJ/pull/23)