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

Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java (+3 lines)
Lines 1124-1129 Link Here
1124
	}
1124
	}
1125
	
1125
	
1126
	private Expression parseMemberValue(char[] memberValue) {
1126
	private Expression parseMemberValue(char[] memberValue) {
1127
		if (memberValue == null) {
1128
			return null;
1129
		}
1127
		if (this.parser == null) {
1130
		if (this.parser == null) {
1128
			this.parser = new Parser(this.problemReporter, true);
1131
			this.parser = new Parser(this.problemReporter, true);
1129
		}
1132
		}

Return to bug 168088