Ignore:
Timestamp:
2017-08-25T22:50:43+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 12649

File:
1 edited

Legend:

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

    r32699 r33518  
    33org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
    44org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
     5org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
    56org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
     7org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
    68org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
     9org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
    710org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    811org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     
    1922org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
    2023org.eclipse.jdt.core.compiler.problem.deadCode=warning
    21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
     24org.eclipse.jdt.core.compiler.problem.deprecation=warning
    2225org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
    2326org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
     
    5154org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
    5255org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
     56org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
    5357org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
    5458org.eclipse.jdt.core.compiler.problem.nullReference=warning
     
    5761org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
    5862org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
     63org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
    5964org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
    6065org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
     
    7378org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
    7479org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
     80org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
    7581org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
    7682org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
     
    7985org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
    8086org.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
    8190org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
    8291org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
     
    8695org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
    8796org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     97org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
    8898org.eclipse.jdt.core.compiler.problem.unusedImport=warning
    8999org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
Note: See TracChangeset for help on using the changeset viewer.