From 9567d8dfda5cbb6d9d38fa08e08616643f5da2ff Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Fri, 28 Mar 2003 22:22:35 +0000 Subject: [PATCH] Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 8487c918bfa..1c73d511cac 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2003-03-28 Mikhail Khodjaiants + Use the 'exists' method of the 'IFile' interface instead of using toFile().exists() for IPath. + * CDirectorySourceLocation.java + * CSourceLocator.java + 2003-03-28 Mikhail Khodjaiants Do not log the exceptions thrown by the breakpoint setting methods. * CDebugTarget.java