Ignore:
Timestamp:
2016-07-02T00:17:24+02:00 (9 years ago)
Author:
donvip
Message:

remove calls to deprecated methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/.settings/org.eclipse.jdt.core.prefs

    r30736 r32516  
    4444org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
    4545org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
    46 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
     46org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
    4747org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
    4848org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     
    6363org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
    6464org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
    65 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
     65org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
    6666org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
    6767org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
     
    8585org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
    8686org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     87org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
    8788org.eclipse.jdt.core.compiler.problem.unusedImport=warning
    8889org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
Note: See TracChangeset for help on using the changeset viewer.