* @see IJavaProject#newEvaluationContext()
*/
public IEvaluationContext newEvaluationContext() {
EvaluationContext context = new EvaluationContext();
context.setLineSeparator(Util.getLineSeparator(null/*no existing source*/, this));
return new EvaluationContextWrapper(context, this);
}