Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 168117
Collapse All | Expand All

(-)src/org/eclipse/tptp/monitoring/logui/internal/wizards/LogFileElement.java (+4 lines)
Lines 312-317 Link Here
312
	}
312
	}
313
313
314
    public String getAgentName(){
314
    public String getAgentName(){
315
    	if(mergedAgent != null){
316
    		return mergedAgent.getName();
317
    	}else {
315
    	String fPath = (String)getValues().get("file_path"); //$NON-NLS-1$
318
    	String fPath = (String)getValues().get("file_path"); //$NON-NLS-1$
316
    	String name = getParser().getName() + (fPath!=null ? " "+fPath : ""); //$NON-NLS-1$ //$NON-NLS-2$
319
    	String name = getParser().getName() + (fPath!=null ? " "+fPath : ""); //$NON-NLS-1$ //$NON-NLS-2$
317
    	if(containsLifeLines()){
320
    	if(containsLifeLines()){
Lines 328-333 Link Here
328
		}
331
		}
329
    	
332
    	
330
    	return name;
333
    	return name;
334
    	}
331
    }
335
    }
332
    
336
    
333
	protected boolean containsLifeLines(){
337
	protected boolean containsLifeLines(){

Return to bug 168117