We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The use of the VariableUnsupportedTypeExceptionexception is not correct. The two parameters are reversed.
VariableUnsupportedTypeException (type, variableName) instead of VariableUnsupportedTypeException (variableName, type).
I am creating an issue here because the jira seems KO (unable to connect etc.).
Versions 1.3.0-SNAPSHOT and 1.4.0-SNAPSHOT are affected.
The text was updated successfully, but these errors were encountered:
petalslink#24 Correct usage of VariableUnsupportedTypeException
cdb1412
petalslink#24 Correct usage of VariableUnsupportedTypeException (repo…
8d231c9
…rt in 1.4.0-SNAPSHOT)
Merge pull request #25 from glaplace/petals-se-flowable-1.3.x
66b85b5
#24 Correct usage of VariableUnsupportedTypeException
Merge pull request #26 from glaplace/master
02a050b
#24 Correct usage of VariableUnsupportedTypeException (reported in 1.3.0-SNAPSHOT)
No branches or pull requests
Hello,
The use of the VariableUnsupportedTypeExceptionexception is not correct. The two parameters are reversed.
VariableUnsupportedTypeException (type, variableName) instead of VariableUnsupportedTypeException (variableName, type).
I am creating an issue here because the jira seems KO (unable to connect etc.).
Versions 1.3.0-SNAPSHOT and 1.4.0-SNAPSHOT are affected.
The text was updated successfully, but these errors were encountered: