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 230072 Details for
Bug 403810
[1.8] @since tags need adjusting.
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]
New Patch
Changes2.patch (text/plain), 3.73 KB, created by
shankha banerjee
on 2013-04-24 08:41:48 EDT
(
hide
)
Description:
New Patch
Filename:
MIME Type:
Creator:
shankha banerjee
Created:
2013-04-24 08:41:48 EDT
Size:
3.73 KB
patch
obsolete
>diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java >index e8091de..6fac35d 100644 >--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java >+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java >@@ -950,7 +950,7 @@ > /** @since 3.3 */ > int NonNullLocalVariableComparisonYieldsFalse = Internal + 458; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int PotentialNullUnboxing = Internal + 459; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NullUnboxing = Internal + 461; > >@@ -1251,5 +1251,5 @@ > int MethodNameClashHidden = MethodRelated + 584; > >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int UnsafeElementTypeConversion = TypeRelated + 585; > >@@ -1406,7 +1406,7 @@ > /** @since 3.4 */ > int UnusedTypeArgumentsForConstructorInvocation = MethodRelated + 660; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int UnusedTypeParameter = TypeRelated + 661; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int IllegalArrayOfUnionType = TypeRelated + 662; > /** @since 3.9 BETA_JAVA8 */ >@@ -1421,11 +1421,11 @@ > * Null analysis for other kinds of expressions, syntactically nonnull > */ >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NonNullExpressionComparisonYieldsFalse = Internal + 670; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int RedundantNullCheckOnNonNullExpression = Internal + 671; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NullExpressionReference = Internal + 672; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int PotentialNullExpressionReference = Internal + 673; > >@@ -1634,5 +1634,5 @@ > /** @since 3.8 */ > int IllegalAnnotationForBaseType = TypeRelated + 923; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NullableFieldReference = FieldRelated + 924; > /** @since 3.8 */ >@@ -1654,17 +1654,17 @@ > /** @since 3.8 */ > int RequiredNonNullButProvidedSpecdNullable = Internal + 933; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int UninitializedNonNullField = FieldRelated + 934; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int UninitializedNonNullFieldHintMissingDefault = FieldRelated + 935; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NonNullMessageSendComparisonYieldsFalse = Internal + 936; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int RedundantNullCheckOnNonNullSpecdField = Internal + 937; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int NonNullSpecdFieldComparisonYieldsFalse = Internal + 938; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int ConflictingNullAnnotations = MethodRelated + 939; >- /** @since 3.9 BETA_JAVA8 */ >+ /** @since 3.9 */ > int ConflictingInheritedNullAnnotations = MethodRelated + 940; > >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 6d8ad59..ec6f02d6 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 >@@ -529,5 +529,5 @@ > * <dt>Default:</dt><dd><code>"ignore"</code></dd> > * </dl> >- * @since 3.9 BETA_JAVA8 >+ * @since 3.9 > * @category CompilerOptionID > */ >@@ -1704,5 +1704,5 @@ > * <dt>Default:</dt><dd><code>"disabled"</code></dd> > * </dl> >- * @since 3.9 BETA_JAVA8 >+ * @since 3.9 > * @category CompilerOptionID > */ >@@ -1724,5 +1724,5 @@ > * <dt>Default:</dt><dd><code>"disabled"</code></dd> > * </dl> >- * @since 3.9 BETA_JAVA8 >+ * @since 3.9 > * @category CompilerOptionID > */ >@@ -1749,5 +1749,5 @@ > * <dt>Default:</dt><dd><code>"warning"</code></dd> > * </dl> >- * @since 3.9 BETA_JAVA8 >+ * @since 3.9 > * @category CompilerOptionID > */
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 403810
:
230064
|
230072
|
230103