1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'.

This commit is contained in:
Mikhail Khodjaiants 2003-03-28 22:22:35 +00:00
parent 3bb9a78023
commit 9567d8dfda

View file

@ -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 2003-03-28 Mikhail Khodjaiants
Do not log the exceptions thrown by the breakpoint setting methods. Do not log the exceptions thrown by the breakpoint setting methods.
* CDebugTarget.java * CDebugTarget.java