* @param source the original document (left document) that this difference refers to
* @return a <code>DiffRegion</code> corresponding to this difference
*/
public DiffRegion getDiffRegion(List differences, IDocument source) {
if (fRegion == null)
fRegion= new DiffRegion(this, 0, differences, source);
return fRegion;
}