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

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java (+3 lines)
Lines 206-211 Link Here
206
		| TypeParameterHiding
206
		| TypeParameterHiding
207
		| FinalParameterBound
207
		| FinalParameterBound
208
		| UnhandledWarningToken
208
		| UnhandledWarningToken
209
		| UnusedPrivateMember
210
		| FieldHiding
211
		| LocalVariableHiding
209
		/*| NullReference*/;
212
		/*| NullReference*/;
210
213
211
	// Debug attributes
214
	// Debug attributes

Return to bug 76530