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

Build problem IBAN/mandate not initialized #571

Open
janrosendahl opened this issue Nov 21, 2024 · 0 comments
Open

Build problem IBAN/mandate not initialized #571

janrosendahl opened this issue Nov 21, 2024 · 0 comments

Comments

@janrosendahl
Copy link

In DirectDebit.java the static final variables IBAN and mandate have
to be initialized in the default constructor, otherwise build stops with
error (Variable 'IBAN'/.. might not have been initialized..)

/**
* bean constructor
*/
public DirectDebit() {
  this.IBAN = "";        // added to fix not inititalized
  this.mandate = ""; // added to fix not inititalized
}
janrosendahl pushed a commit to janrosendahl/mustangproject that referenced this issue Nov 21, 2024
@jstaerk jstaerk closed this as completed Dec 3, 2024
@jstaerk jstaerk reopened this Dec 3, 2024
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

No branches or pull requests

2 participants