Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 227159 Details for
Bug 381345
[1.8] Take care of the Java 8 major version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for 1.8 support in JavaCore
JavaCore.patch (text/plain), 1.80 KB, created by
Jesper Moller
on 2013-02-16 15:38:53 EST
(
hide
)
Description:
Patch for 1.8 support in JavaCore
Filename:
MIME Type:
Creator:
Jesper Moller
Created:
2013-02-16 15:38:53 EST
Size:
1.80 KB
patch
obsolete
>diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java >index 3985932..a08d940 100644 >--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java >+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java >@@ -1,9 +1,13 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2012 IBM Corporation and others. >+ * Copyright (c) 2000, 2013 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >+ * >+ * This is an implementation of an early-draft specification developed under the Java >+ * Community Process (JCP) and is made available for testing and evaluation purposes >+ * only. The code is not compatible with any specification of the JCP. > * > * Contributors: > * IBM Corporation - initial API and implementation >@@ -98,6 +102,7 @@ > * COMPILER_INHERIT_NULL_ANNOTATIONS > * COMPILER_PB_NONNULL_PARAMETER_ANNOTATION_DROPPED > * COMPILER_PB_SYNTACTIC_NULL_ANALYSIS_FOR_FIELDS >+ * Jesper S Moller - Contributions for bug 381345 : [1.8] Take care of the Java 8 major version > *******************************************************************************/ > > package org.eclipse.jdt.core; >@@ -2644,6 +2649,12 @@ > public static final String VERSION_1_7 = "1.7"; //$NON-NLS-1$ > /** > * Configurable option value: {@value}. >+ * @since 3.9 >+ * @category OptionValue >+ */ >+ public static final String VERSION_1_8 = "1.8"; //$NON-NLS-1$ >+ /** >+ * Configurable option value: {@value}. > * @since 3.4 > * @category OptionValue > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 381345
: 227159