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

Implementation of the source location.

This commit is contained in:
Mikhail Khodjaiants 2002-08-19 23:13:12 +00:00
parent df466bd14f
commit addae70fe8

View file

@ -128,7 +128,7 @@ public class CSourceLocator implements ICSourceLocator
private Object getSourceInput( IStackFrameInfo info )
{
Object result = null;
if ( info != null )
if ( info != null && fProject != null )
{
setInternalMode( ICSourceLocator.MODE_SOURCE );
String fileName = info.getFile();