367368369370371372373374375376
{ return Float.parseFloat(value); } catch(NumberFormatException e) { problems.add(new FXGInvalidFloatValueProblem(node.getDocumentPath(), node.getStartLine(), node.getStartColumn(), name, value)); return defaultValue; } }