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 247564 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm (+21 lines)
Lines 723-728 Link Here
723
<td><b><i><a href=
723
<td><b><i><a href=
724
"../reference/api/org/eclipse/jdt/core/JavaCore.html#DISABLED">DISABLED</a></i></b></td>
724
"../reference/api/org/eclipse/jdt/core/JavaCore.html#DISABLED">DISABLED</a></i></b></td>
725
</tr>
725
</tr>
726
727
<tr>
728
<td colspan="2"><a name="INCLUDE_FIELDS_IN_NULL_ANALYSIS" id=
729
"INCLUDE_FIELDS_IN_NULL_ANALYSIS"></a><b>Include fields in null analysis</b> (<b><a href=
730
"../reference/api/org/eclipse/jdt/core/JavaCore.html#COMPILER_PB_INCLUDE_FIELDS_IN_NULL_ANALYSIS">COMPILER_PB_INCLUDE_FIELDS_IN_NULL_ANALYSIS</a></b>)</td>
731
</tr>
732
<tr valign="top">
733
<td rowspan="2">When enabled, the compiler will flag all null related errors or warnings that have been enabled by the user
734
on fields, in addition to local variables.<br />
735
Note that this option is only relevant in the context of the warnings raised by the options
736
<a href="#REDUNDANT_NULL_CHECK">COMPILER_PB_REDUNDANT_NULL_CHECK</a>, <a href=
737
"#NULL_REFERENCE">COMPILER_PB_NULL_REFERENCE</a>, and <a href=
738
"#POTENTIAL_NULL_REFERENCE">COMPILER_PB_POTENTIAL_NULL_REFERENCE</a> on fields.</td>
739
<td><b><a href="../reference/api/org/eclipse/jdt/core/JavaCore.html#ENABLED">ENABLED</a></b></td>
740
</tr>
741
<tr valign="top">
742
743
<td><b><i><a href=
744
"../reference/api/org/eclipse/jdt/core/JavaCore.html#DISABLED">DISABLED</a></i></b></td>
745
</tr>
746
726
<tr>
747
<tr>
727
<td colspan="2"><b>Reporting Interface Method not Compatible with non-Inherited Methods</b>
748
<td colspan="2"><b>Reporting Interface Method not Compatible with non-Inherited Methods</b>
728
(<b><a href=
749
(<b><a href=
(-)a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm (+5 lines)
Lines 450-455 Link Here
450
<td valign="top">missing null check</td>
450
<td valign="top">missing null check</td>
451
</tr>
451
</tr>
452
<tr>
452
<tr>
453
<td align="center" valign="top">-</td>
454
<td align="left" valign="top">nullFields</td>
455
<td valign="top">null analysis for fields</td>
456
</tr>
457
<tr>
453
458
454
<td align="center" valign="top">-</td>
459
<td align="center" valign="top">-</td>
455
<td align="left" valign="top">over-ann</td>
460
<td align="left" valign="top">over-ann</td>

Return to bug 247564