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

Collect data model for Qute doesn't support fluent API #876

Closed
angelozerr opened this issue May 23, 2023 · 0 comments · Fixed by #877
Closed

Collect data model for Qute doesn't support fluent API #876

angelozerr opened this issue May 23, 2023 · 0 comments · Fixed by #877
Assignees
Labels
bug Something isn't working qute Qute support
Milestone

Comments

@angelozerr
Copy link
Contributor

Given this Java class which defines several call expression data with fluent API:

@Inject
private Template hello;

@GET
@Produces(MediaType.TEXT_HTML)
public TemplateInstance get(@QueryParam("name") String name) {
	return hello.data("height", 1.50, "weight", 50L)
			.data("age", 12)					
			.data("name", name);
}

The age and name are note collected in the data model.

@angelozerr angelozerr added bug Something isn't working qute Qute support labels May 23, 2023
@angelozerr angelozerr added this to the 1.19.0 milestone May 23, 2023
@angelozerr angelozerr self-assigned this May 23, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue May 23, 2023
angelozerr added a commit to angelozerr/intellij-quarkus that referenced this issue May 23, 2023
fbricon pushed a commit that referenced this issue May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute Qute support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant