Skip to content

Double input format validation: check if the entire string was parsed

Simon Barner requested to merge 3582 into master
  • org.conqat.ide.commons.ui.databinding.validate.TextToDoubleValidator also accepted inputs where only a prefix was valid (followed by some garbage)
  • Local version of TextToDoubleValidator checks if the entire input was parsed.

Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582

Signed-off-by: Simon Barner barner@fortiss.org

Merge request reports