Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
feat: add generateJavaDoc option to disable Javadoc generation (#262)#265
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
Merged
AndreasIgel
merged 18 commits into
java-helpers:main
from
AndreasIgel:devin/fix-issue-262-generate-javadocAug 25, 2026
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fff0ff1
Make @SimpleBuilder @Inherited to match documentation (#244)
AndreasIgel 13a8fc8
Rename to BuilderAnnotationInheritanceTest and cover Template inherit…
AndreasIgel 105310a
Refactoring code to move assertNoBuilderGenerated to common asserts
AndreasIgel 2c83b78
fixing codeformat
AndreasIgel aca9ef6
Document @Inherited behavior of @SimpleBuilder.Template
AndreasIgel bd3bf93
Document options-inheritance limitation for inherited subclass builders
AndreasIgel e8e0352
Fix issue reference: #245 -> #248
AndreasIgel 9776343
Clarify @SimpleBuilder vs @SimpleBuilder.Template usage in docs
AndreasIgel 4b7723a
Link issue #248 from @SimpleBuilder.Template inheritance Javadoc
AndreasIgel 218ea79
Remove redundant troubleshooting item about @SimpleBuilder.Template t…
AndreasIgel bd6020d
Merge remote-tracking branch 'upstream/main'
devin-ai-integration[bot] 62d1269
Merge remote-tracking branch 'upstream/main'
devin-ai-integration[bot] ec99605
Merge upstream main
devin-ai-integration[bot] 77bfb8b
feat: add generateJavaDoc option to disable Javadoc generation (#262)
devin-ai-integration[bot] 25c5fa4
fix(#262): move generateJavaDoc gating from RoasterCodeGenerator to B…
devin-ai-integration[bot] ba774bf
refactor(#262): address PR feedback on generateJavaDoc implementation
devin-ai-integration[bot] 9b48214
refactor: remove cached generateJavaDoc flag and add full expected so…
devin-ai-integration[bot] 77091e0
Merge branch 'main' into devin/fix-issue-262-generate-javadoc
AndreasIgel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13 core/src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleBuilder.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1 .../src/main/java/org/javahelpers/simple/builders/core/annotations/SimpleMinimalBuilder.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135 changes: 0 additions & 135 deletions
135 ...generated-example-builder/org/javahelpers/simple/builders/example/CustomerDtoBuilder.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6 processor/src/main/java/org/javahelpers/simple/builders/processor/BuilderProcessor.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.