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

${param} throws “java.lang.NumberFormatException: For input string: "${}" in an int input fields of a BB #239

Closed
YoavLevinger opened this issue Mar 29, 2015 · 2 comments

Comments

@YoavLevinger
Copy link

When using a BB with input type int and setting it to ${param}, the JSystem GUI throws “java.lang.NumberFormatException".

This is a regression from older JSystem version 6.0.01. all current scenarios receiving int, for example: port number as ${https.port.number} from the maven as a run parameter, fail to open in this JSystem version.

Environment details:
version 6.1.01
java version "1.7.0_17"
OS: Windows 7(64)

Steps to reproduce:

  • Use a BB with int as an input field value.
  • Set this input field to ${parameter}
  • Save.
@SSgtMendel
Copy link

${scenario:} is also broken; Most likely related to this issue.
see Issue: #253

@itaiag
Copy link
Contributor

itaiag commented Apr 10, 2016

This is the result of a fix that was done for issue #214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants