Bug 113239

Summary: new compiler option 'fatalOptionalError'
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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