Community
Participate
Working Groups
}
public String getAgentName(){
if(mergedAgent != null){
return mergedAgent.getName();
}else {
String fPath = (String)getValues().get("file_path"); //$NON-NLS-1$
String name = getParser().getName() + (fPath!=null ? " "+fPath : ""); //$NON-NLS-1$ //$NON-NLS-2$
if(containsLifeLines()){
return name;
protected boolean containsLifeLines(){