Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 187565
Collapse All | Expand All

(-)src-symptom-handler/org/eclipse/tptp/monitoring/symptom/provisional/models/util/SymptomLoader.java (-1 / +1 lines)
Lines 990-996 Link Here
990
			String urlString = URI.createFileURI(path).toString();
990
			String urlString = URI.createFileURI(path).toString();
991
			return urlString.startsWith("file:/");
991
			return urlString.startsWith("file:/");
992
		}catch(Exception e){
992
		}catch(Exception e){
993
			e.printStackTrace();
993
			// the exception is showing that the path is not a local file
994
		}
994
		}
995
		return false;
995
		return false;
996
	}
996
	}

Return to bug 187565