Ignore:
Timestamp:
2016-07-01T09:52:33+02:00 (9 years ago)
Author:
donvip
Message:

remove calls to deprecated methods

File:
1 edited

Legend:

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

    r30736 r32491  
    4040org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
    4141org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
    42 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
     42org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
    4343org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
    4444org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     
    5959org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
    6060org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
    61 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
     61org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
    6262org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
    6363org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
     
    8181org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
    8282org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     83org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
    8384org.eclipse.jdt.core.compiler.problem.unusedImport=warning
    8485org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
Note: See TracChangeset for help on using the changeset viewer.