Author: mareshkau
Date: 2010-08-05 04:22:20 -0400 (Thu, 05 Aug 2010)
New Revision: 23933
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
Log:
https://jira.jboss.org/browse/JBIDE-6774
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2010-08-05
07:53:03 UTC (rev 23932)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2010-08-05
08:22:20 UTC (rev 23933)
@@ -829,7 +829,9 @@
try {
uri = new URI(resolvedValue);
} catch (URISyntaxException e) {
- VpePlugin.getDefault().logWarning("Error in parsiong URI string", e);
//$NON-NLS-1$
+ // here we process user input, and when user enter url, there possible that we will not
be able parse it.
+ // so we just ignore this.
+ // VpePlugin.getDefault().logWarning("Error in parsiong URI string", e);
//$NON-NLS-1$
}
if ((uri != null) && (uri.isAbsolute()))