416417418419420421422423424425426
return i; } } catch(NumberFormatException e) { problems.add(new FXGInvalidIntegerValueProblem(node.getDocumentPath(), node.getStartLine(), node.getStartColumn(), name, value)); return defaultValue; }