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 value substitution for parameters and forwards #194

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

mhdirkse
Copy link
Contributor

@mhdirkse mhdirkse commented Jul 1, 2024

No description provided.

@mhdirkse mhdirkse requested a review from nielsm5 July 1, 2024 12:55
@mhdirkse mhdirkse marked this pull request as ready for review July 1, 2024 12:55
@mhdirkse mhdirkse linked an issue Jul 1, 2024 that may be closed by this pull request
@mhdirkse
Copy link
Contributor Author

mhdirkse commented Jul 1, 2024

Ik heb de unit testen geüpdated, maar ik heb niet de Frank!Doc outputs voor en na deze fix vergeleken, dus de resultaten als de doclet wordt toegepast op de FF! code. Laat maar horen als je denkt dat dit nodig is.

* @ff.forward {@value #MY_CONSTANT} Forward description {@value #MY_CONSTANT}
*/
public class WithValueSubstitutions {
public static final String MY_CONSTANT = "my-constant";
Copy link
Member

Choose a reason for hiding this comment

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

Je hebt nu alleen testen voor substutions binnen de zelfde class. Misschien dat je ook nog een testje zou kunnen maken van een andere class (duplicaat hiervan) die verwijst naar MY_CONSTANT.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Gedaan.

@nielsm5 nielsm5 merged commit 9e21d54 into frankframework:master Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

{@value doesn't work when using doclet annotations
2 participants