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 209475 Details for
Bug 247564
[compiler][null] Detecting null field reference
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]
doc patch
master--Fixed-bug-247564-compilernull-Detecting-null.patch (text/plain), 2.22 KB, created by
Ayushman Jain
on 2012-01-13 14:59:25 EST
(
hide
)
Description:
doc patch
Filename:
MIME Type:
Creator:
Ayushman Jain
Created:
2012-01-13 14:59:25 EST
Size:
2.22 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm >index 8e25ed3..bcbab59 100644 >--- a/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm >+++ b/bundles/org.eclipse.jdt.doc.isv/guide/jdt_api_options.htm >@@ -723,6 +723,27 @@ > <td><b><i><a href= > "../reference/api/org/eclipse/jdt/core/JavaCore.html#DISABLED">DISABLED</a></i></b></td> > </tr> >+ >+<tr> >+<td colspan="2"><a name="INCLUDE_FIELDS_IN_NULL_ANALYSIS" id= >+"INCLUDE_FIELDS_IN_NULL_ANALYSIS"></a><b>Include fields in null analysis</b> (<b><a href= >+"../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> >+</tr> >+<tr valign="top"> >+<td rowspan="2">When enabled, the compiler will flag all null related errors or warnings that have been enabled by the user >+on fields, in addition to local variables.<br /> >+Note that this option is only relevant in the context of the warnings raised by the options >+<a href="#REDUNDANT_NULL_CHECK">COMPILER_PB_REDUNDANT_NULL_CHECK</a>, <a href= >+"#NULL_REFERENCE">COMPILER_PB_NULL_REFERENCE</a>, and <a href= >+"#POTENTIAL_NULL_REFERENCE">COMPILER_PB_POTENTIAL_NULL_REFERENCE</a> on fields.</td> >+<td><b><a href="../reference/api/org/eclipse/jdt/core/JavaCore.html#ENABLED">ENABLED</a></b></td> >+</tr> >+<tr valign="top"> >+ >+<td><b><i><a href= >+"../reference/api/org/eclipse/jdt/core/JavaCore.html#DISABLED">DISABLED</a></i></b></td> >+</tr> >+ > <tr> > <td colspan="2"><b>Reporting Interface Method not Compatible with non-Inherited Methods</b> > (<b><a href= >diff --git a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm >index 34e0d96..01e12e7 100644 >--- a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm >+++ b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm >@@ -450,6 +450,11 @@ > <td valign="top">missing null check</td> > </tr> > <tr> >+<td align="center" valign="top">-</td> >+<td align="left" valign="top">nullFields</td> >+<td valign="top">null analysis for fields</td> >+</tr> >+<tr> > > <td align="center" valign="top">-</td> > <td align="left" valign="top">over-ann</td>
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 247564
:
185536
|
185729
|
186938
|
187094
|
188023
|
206514
|
206570
|
206572
|
207019
| 209475 |
209486
|
209552
|
209734
|
209741
|
209759
|
209774
|
209775