mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
CProjectSourceLocation.java: added 'toString' method.
This commit is contained in:
parent
cb96ed307b
commit
1201ff5f7c
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2003-10-29 Mikhail Khodjaiants
|
||||
* CProjectSourceLocation.java: added 'toString' method.
|
||||
|
||||
2003-10-28 Mikhail Khodjaiants
|
||||
Search only in the parent folders if the given file path is absolute.
|
||||
Return a list only if the number of resulting files is > 1.
|
||||
|
|
|
@ -388,4 +388,9 @@ public class CProjectSourceLocation implements IProjectSourceLocation
|
|||
fNotFoundCache.clear();
|
||||
fSearchForDuplicateFiles = search;
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return ( getProject() != null ) ? fProject.toString() : "";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue