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

Class model and builder generation reworked #7256

Merged
merged 18 commits into from
Aug 16, 2023

Conversation

Verdent
Copy link
Member

@Verdent Verdent commented Jul 27, 2023

Fixes #6713
Fixes #6716

@Verdent Verdent self-assigned this Jul 27, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 27, 2023
@Verdent Verdent force-pushed the 6716-class-model branch 2 times, most recently from b3b0444 to 69135ab Compare August 3, 2023 18:31
@Verdent Verdent marked this pull request as ready for review August 8, 2023 12:05
trentjeff
trentjeff previously approved these changes Aug 14, 2023
common/processor/class-model/pom.xml Outdated Show resolved Hide resolved
@@ -253,331 +259,223 @@ private void generatePrototypeWithBuilder(TypeElement builderInterface,
TypeInfo typeInfo = typeInformation.blueprintType();
TypeName prototype = typeContext.typeInfo().prototype();
String ifaceName = prototype.className();
List<TypeName> typeGenericArguments = blueprintDef.typeArguments();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See line 243 (original), 249 (new):

@SuppressWarnings("checkstyle:MethodLength") // will be fixed when we switch to model

Verdent added 17 commits August 15, 2023 12:59
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Signed-off-by: David Kral <david.k.kral@oracle.com>
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@trentjeff trentjeff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Verdent Verdent merged commit 66ca33e into helidon-io:main Aug 16, 2023
@Verdent Verdent deleted the 6716-class-model branch August 16, 2023 09:34
@Verdent Verdent restored the 6716-class-model branch August 16, 2023 11:11
@Verdent Verdent deleted the 6716-class-model branch August 17, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants