View | Details | Raw Unified | Return to bug 224333 | Differences between
and this patch

Collapse All | Expand All

(-)Parser.java (+1 lines)
Lines 4434-4439 Link Here
4434
	// store the this.endPosition (position just before the '}') in case there is
4434
	// store the this.endPosition (position just before the '}') in case there is
4435
	// a trailing comment behind the end of the method
4435
	// a trailing comment behind the end of the method
4436
	md.bodyEnd = this.endPosition;
4436
	md.bodyEnd = this.endPosition;
4437
	md.sourceEnd = this.endPosition;
4437
	md.declarationSourceEnd = flushCommentsDefinedPriorTo(this.endStatementPosition);
4438
	md.declarationSourceEnd = flushCommentsDefinedPriorTo(this.endStatementPosition);
4438
}
4439
}
4439
protected void consumeMethodHeader() {
4440
protected void consumeMethodHeader() {

Return to bug 224333