Rename Pipe emptyInputReplacement to defaultValue and improve Frank!Doc by tnleeuw · Pull Request #10221 · frankframework/frankframework
Navigation Menu
{{ message }}
frankframework / frankframework Public
- Notifications You must be signed in to change notification settings
- Fork 81
Merged
Rename Pipe emptyInputReplacement to defaultValue and improve Frank!Doc#10221
Rename Pipe emptyInputReplacement to defaultValue and improve Frank!Doc#10221
Conversation
Copy link Copy Markdown
Contributor
tnleeuw
commented
Jan 5, 2026
tnleeuw
commented
Changes
Improve Frank!Doc / JavaDoc and rename attribute emptyInputReplacement to defaultValue.
Pull Request Checklist
Title
- Title expresses the business value (who benefits + what outcome)
Issues
Backports
- Backport PRs created (if needed) and linked
Documentation
- FF! Doc updated (user-facing behavior/config)
- FF! Manual updated (if applicable)
- Javadoc updated/generated (developer-facing APIs)
Tests
- Unit tests added/updated
- E2E/Integration tests added/updated (if applicable)
Breaking changes
- Breaking change recorded in markdown file
- Migration notes included (if needed)
tnleeuw added 2 commits
January 5, 2026 14:32…me `emptyInputReplacement` to `defaultValue`.
tnleeuw
requested review from
evandongen and
nielsm5
tnleeuw
self-assigned this
tnleeuw
added
Documentation
Developer Experience
labels
evandongen approved these changes Jan 6, 2026
Copy link Copy Markdown
Contributor
evandongen
left a comment
evandongen
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duidelijk met het commentaar erbij 👌
Comment on lines +380 to +381
| public void setDefaultValue(String string) { | ||
| defaultValue = string; |
Copy link Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public void setDefaultValue(String defaultValue) {
this.defaultValue = defaultValue;
tnleeuw added 2 commits
January 6, 2026 12:40nielsm5 approved these changes Jan 6, 2026
Copy link Copy Markdown
sonarqubecloud
bot
commented
Jan 6, 2026
sonarqubecloud bot commented
Jan 6, 2026
Quality Gate failed
Failed conditions

nielsm5
deleted the
issue/10166_DocImprovements
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
