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 (+4 lines)
Lines 206-211 Link Here
206
		| TypeParameterHiding
206
		| TypeParameterHiding
207
		| FinalParameterBound
207
		| FinalParameterBound
208
		| UnhandledWarningToken
208
		| UnhandledWarningToken
209
		| UnusedLocalVariable
210
		| UnusedPrivateMember
211
		| FieldHiding
212
		| LocalVariableHiding
209
		/*| NullReference*/;
213
		/*| NullReference*/;
210
214
211
	// Debug attributes
215
	// Debug attributes

Return to bug 76530