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 381345
Collapse All | Expand All

(-)a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java (-1 / +12 lines)
Lines 1-9 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2012 IBM Corporation and others.
2
 * Copyright (c) 2000, 2013 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
8
 * This is an implementation of an early-draft specification developed under the Java
9
 * Community Process (JCP) and is made available for testing and evaluation purposes
10
 * only. The code is not compatible with any specification of the JCP.
7
 *
11
 *
8
 * Contributors:
12
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
13
 *     IBM Corporation - initial API and implementation
Lines 98-103 Link Here
98
 *									COMPILER_INHERIT_NULL_ANNOTATIONS
102
 *									COMPILER_INHERIT_NULL_ANNOTATIONS
99
 *									COMPILER_PB_NONNULL_PARAMETER_ANNOTATION_DROPPED
103
 *									COMPILER_PB_NONNULL_PARAMETER_ANNOTATION_DROPPED
100
 *									COMPILER_PB_SYNTACTIC_NULL_ANALYSIS_FOR_FIELDS
104
 *									COMPILER_PB_SYNTACTIC_NULL_ANALYSIS_FOR_FIELDS
105
 *     Jesper S Moller  - Contributions for bug 381345 : [1.8] Take care of the Java 8 major version
101
 *******************************************************************************/
106
 *******************************************************************************/
102
107
103
package org.eclipse.jdt.core;
108
package org.eclipse.jdt.core;
Lines 2644-2649 Link Here
2644
	public static final String VERSION_1_7 = "1.7"; //$NON-NLS-1$
2649
	public static final String VERSION_1_7 = "1.7"; //$NON-NLS-1$
2645
	/**
2650
	/**
2646
	 * Configurable option value: {@value}.
2651
	 * Configurable option value: {@value}.
2652
	 * @since 3.9
2653
	 * @category OptionValue
2654
	 */
2655
	public static final String VERSION_1_8 = "1.8"; //$NON-NLS-1$
2656
	/**
2657
	 * Configurable option value: {@value}.
2647
	 * @since 3.4
2658
	 * @since 3.4
2648
	 * @category OptionValue
2659
	 * @category OptionValue
2649
	 */
2660
	 */

Return to bug 381345