Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] No more warning when overriding deprecated method

After a number of requests, we finally added an option to avoid complaining
when overriding a deprecated method.
Until JDT/UI surfaces it in the preference page, it will be disabled by
default (as per request).


      Added option to avoid reporting a warning when overriding a
      deprecated method. By default, such warnings are no longer reported.
       * COMPILER / Reporting Deprecation When Overriding Deprecated Method
       *    When enabled, the compiler will signal the declaration of a
      method overriding a deprecated one.
       *    The severity of the problem is controlled with option
      "org.eclipse.jdt.core.compiler.problem.deprecation".
       *     - option id:
      "org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod"

       *     - possible values:   { "enabled", "disabled" }
       *     - default:           "disabled"





Back to the top