Ignore:
Timestamp:
2018-02-09T23:53:38+01:00 (7 years ago)
Author:
donvip
Message:

code cleanup, move actions to more appropriate menus

File:
1 edited

Legend:

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

    r32970 r34058  
    1616org.eclipse.jdt.core.compiler.debug.localVariable=generate
    1717org.eclipse.jdt.core.compiler.debug.sourceFile=generate
     18org.eclipse.jdt.core.compiler.problem.APILeak=warning
    1819org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1920org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    4748org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
    4849org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
    49 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
     50org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
    5051org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
    5152org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     
    5354org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
    5455org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
     56org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
    5557org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
    5658org.eclipse.jdt.core.compiler.problem.nullReference=warning
     
    5961org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
    6062org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
     63org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
    6164org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
    6265org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
     
    7578org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
    7679org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
     80org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
    7781org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
    7882org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
     
    8185org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
    8286org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
     87org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
     88org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
     89org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info
    8390org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
    8491org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
Note: See TracChangeset for help on using the changeset viewer.