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:
parent
3bb9a78023
commit
9567d8dfda
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue