Bug 113239 - new compiler option 'fatalOptionalError'
Summary: new compiler option 'fatalOptionalError'
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 11:03 EDT by Martin Aeschlimann CLA
Modified: 2005-11-07 12:26 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2005-10-20 11:03:15 EDT
* COMPILER / Treating Optional Error as Fatal
*    When enabled, optional errors (i.e. optional problems which severity is set
to "error") will be treated as standard
*    compiler errors, yielding problem methods/types preventing from running
offending code until the issue got resolved.
*    When disabled, optional errors are only considered as warnings, still
carrying an error indication to make them more
*    severe. Note that by default, errors are fatal, whether they are optional
or not.
*     - option id:        
"org.eclipse.jdt.core.compiler.problem.fatalOptionalError"
*     - possible values:   { "enabled", "disabled" }
*     - default:           "enabled"
</pre>
Comment 1 Martin Aeschlimann CLA 2005-11-07 12:26:17 EST
fixed > 20051107