|
Lines 950-956
Link Here
|
| 950 |
/** @since 3.3 */ |
950 |
/** @since 3.3 */ |
| 951 |
int NonNullLocalVariableComparisonYieldsFalse = Internal + 458; |
951 |
int NonNullLocalVariableComparisonYieldsFalse = Internal + 458; |
| 952 |
/** @since 3.9 BETA_JAVA8 */ |
952 |
/** @since 3.9 */ |
| 953 |
int PotentialNullUnboxing = Internal + 459; |
953 |
int PotentialNullUnboxing = Internal + 459; |
| 954 |
/** @since 3.9 BETA_JAVA8 */ |
954 |
/** @since 3.9 */ |
| 955 |
int NullUnboxing = Internal + 461; |
955 |
int NullUnboxing = Internal + 461; |
| 956 |
|
956 |
|
|
Lines 1251-1255
Link Here
|
| 1251 |
int MethodNameClashHidden = MethodRelated + 584; |
1251 |
int MethodNameClashHidden = MethodRelated + 584; |
| 1252 |
|
1252 |
|
| 1253 |
/** @since 3.9 BETA_JAVA8 */ |
1253 |
/** @since 3.9 */ |
| 1254 |
int UnsafeElementTypeConversion = TypeRelated + 585; |
1254 |
int UnsafeElementTypeConversion = TypeRelated + 585; |
| 1255 |
|
1255 |
|
|
Lines 1406-1412
Link Here
|
| 1406 |
/** @since 3.4 */ |
1406 |
/** @since 3.4 */ |
| 1407 |
int UnusedTypeArgumentsForConstructorInvocation = MethodRelated + 660; |
1407 |
int UnusedTypeArgumentsForConstructorInvocation = MethodRelated + 660; |
| 1408 |
/** @since 3.9 BETA_JAVA8 */ |
1408 |
/** @since 3.9 */ |
| 1409 |
int UnusedTypeParameter = TypeRelated + 661; |
1409 |
int UnusedTypeParameter = TypeRelated + 661; |
| 1410 |
/** @since 3.9 BETA_JAVA8 */ |
1410 |
/** @since 3.9 */ |
| 1411 |
int IllegalArrayOfUnionType = TypeRelated + 662; |
1411 |
int IllegalArrayOfUnionType = TypeRelated + 662; |
| 1412 |
/** @since 3.9 BETA_JAVA8 */ |
1412 |
/** @since 3.9 BETA_JAVA8 */ |
|
Lines 1421-1431
Link Here
|
| 1421 |
* Null analysis for other kinds of expressions, syntactically nonnull |
1421 |
* Null analysis for other kinds of expressions, syntactically nonnull |
| 1422 |
*/ |
1422 |
*/ |
| 1423 |
/** @since 3.9 BETA_JAVA8 */ |
1423 |
/** @since 3.9 */ |
| 1424 |
int NonNullExpressionComparisonYieldsFalse = Internal + 670; |
1424 |
int NonNullExpressionComparisonYieldsFalse = Internal + 670; |
| 1425 |
/** @since 3.9 BETA_JAVA8 */ |
1425 |
/** @since 3.9 */ |
| 1426 |
int RedundantNullCheckOnNonNullExpression = Internal + 671; |
1426 |
int RedundantNullCheckOnNonNullExpression = Internal + 671; |
| 1427 |
/** @since 3.9 BETA_JAVA8 */ |
1427 |
/** @since 3.9 */ |
| 1428 |
int NullExpressionReference = Internal + 672; |
1428 |
int NullExpressionReference = Internal + 672; |
| 1429 |
/** @since 3.9 BETA_JAVA8 */ |
1429 |
/** @since 3.9 */ |
| 1430 |
int PotentialNullExpressionReference = Internal + 673; |
1430 |
int PotentialNullExpressionReference = Internal + 673; |
| 1431 |
|
1431 |
|
|
Lines 1634-1638
Link Here
|
| 1634 |
/** @since 3.8 */ |
1634 |
/** @since 3.8 */ |
| 1635 |
int IllegalAnnotationForBaseType = TypeRelated + 923; |
1635 |
int IllegalAnnotationForBaseType = TypeRelated + 923; |
| 1636 |
/** @since 3.9 BETA_JAVA8 */ |
1636 |
/** @since 3.9 */ |
| 1637 |
int NullableFieldReference = FieldRelated + 924; |
1637 |
int NullableFieldReference = FieldRelated + 924; |
| 1638 |
/** @since 3.8 */ |
1638 |
/** @since 3.8 */ |
|
Lines 1654-1670
Link Here
|
| 1654 |
/** @since 3.8 */ |
1654 |
/** @since 3.8 */ |
| 1655 |
int RequiredNonNullButProvidedSpecdNullable = Internal + 933; |
1655 |
int RequiredNonNullButProvidedSpecdNullable = Internal + 933; |
| 1656 |
/** @since 3.9 BETA_JAVA8 */ |
1656 |
/** @since 3.9 */ |
| 1657 |
int UninitializedNonNullField = FieldRelated + 934; |
1657 |
int UninitializedNonNullField = FieldRelated + 934; |
| 1658 |
/** @since 3.9 BETA_JAVA8 */ |
1658 |
/** @since 3.9 */ |
| 1659 |
int UninitializedNonNullFieldHintMissingDefault = FieldRelated + 935; |
1659 |
int UninitializedNonNullFieldHintMissingDefault = FieldRelated + 935; |
| 1660 |
/** @since 3.9 BETA_JAVA8 */ |
1660 |
/** @since 3.9 */ |
| 1661 |
int NonNullMessageSendComparisonYieldsFalse = Internal + 936; |
1661 |
int NonNullMessageSendComparisonYieldsFalse = Internal + 936; |
| 1662 |
/** @since 3.9 BETA_JAVA8 */ |
1662 |
/** @since 3.9 */ |
| 1663 |
int RedundantNullCheckOnNonNullSpecdField = Internal + 937; |
1663 |
int RedundantNullCheckOnNonNullSpecdField = Internal + 937; |
| 1664 |
/** @since 3.9 BETA_JAVA8 */ |
1664 |
/** @since 3.9 */ |
| 1665 |
int NonNullSpecdFieldComparisonYieldsFalse = Internal + 938; |
1665 |
int NonNullSpecdFieldComparisonYieldsFalse = Internal + 938; |
| 1666 |
/** @since 3.9 BETA_JAVA8 */ |
1666 |
/** @since 3.9 */ |
| 1667 |
int ConflictingNullAnnotations = MethodRelated + 939; |
1667 |
int ConflictingNullAnnotations = MethodRelated + 939; |
| 1668 |
/** @since 3.9 BETA_JAVA8 */ |
1668 |
/** @since 3.9 */ |
| 1669 |
int ConflictingInheritedNullAnnotations = MethodRelated + 940; |
1669 |
int ConflictingInheritedNullAnnotations = MethodRelated + 940; |
| 1670 |
|
1670 |
|