Community
Participate
Working Groups
Connection problems should be translated to meaningful issues. Just catching UnknownHostException seems to fail in certain cases: } catch (UnknownHostException e) { issues.add(newIssue(Severity.ERROR, entityId, item, TXT_HOST_UNKNOWN, url.getHost())); } catch (IOException e) { LOG.warning(MessageFormat.format("I/O Exception on validation: {0}", e.getMessage())); //$NON-NLS-1$ }