Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 416027 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java (+3 lines)
Lines 5183-5186 Link Here
5183
			if (this.targetJDK >= ClassFileConstants.JDK1_8) {
5183
			if (this.targetJDK >= ClassFileConstants.JDK1_8) {
5184
				this.produceAttributes |= ClassFileConstants.ATTR_TYPE_ANNOTATION;
5184
				this.produceAttributes |= ClassFileConstants.ATTR_TYPE_ANNOTATION;
5185
				if (options.produceMethodParameters) {
5186
					this.produceAttributes |= ClassFileConstants.ATTR_METHOD_PARAMETERS;
5187
				}
5185
			}
5188
			}
5186
		} else if (this.targetJDK == ClassFileConstants.CLDC_1_1) {
5189
		} else if (this.targetJDK == ClassFileConstants.CLDC_1_1) {

Return to bug 416027