Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

Location:
applications/editors/josm/plugins/buildings_tools
Files:
2 edited

Legend:

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

    r24243 r29854  
    1 #Mon Nov 15 17:53:13 MSK 2010
    21eclipse.preferences.version=1
     2org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
     3org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
     4org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
     5org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
     6org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
     7org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
     8org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
     9org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
     10org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     11org.eclipse.jdt.core.compiler.problem.deadCode=warning
     12org.eclipse.jdt.core.compiler.problem.deprecation=warning
     13org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
     14org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
     15org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
     16org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
     17org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
     18org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     19org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
     20org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
     21org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
     22org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
     23org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
     24org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
     25org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
     26org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
     27org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
     28org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
     29org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
     30org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
     31org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
     32org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
     33org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
     34org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
     35org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
     36org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
     37org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
     38org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
     39org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     40org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
     41org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
     42org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
     43org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
     44org.eclipse.jdt.core.compiler.problem.nullReference=warning
     45org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
     46org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
     47org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
     48org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
     49org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
     50org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
     51org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
     52org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
     53org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
     54org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
     55org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
     56org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
     57org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
     58org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
     59org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
     60org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
     61org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
     62org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
     63org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
     64org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
     65org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
     66org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
     67org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
     68org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
     69org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
     70org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
     71org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
     72org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
     73org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
     74org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
     75org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
     76org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
     77org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     78org.eclipse.jdt.core.compiler.problem.unusedImport=warning
     79org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
     80org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
     81org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
     82org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
     83org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
     84org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
     85org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
     86org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
     87org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
     88org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
     89org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    390org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    491org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r29771 r29854  
    44    <property name="commit.message" value="BuildingTools: update to current JOSM"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6082"/>
     6    <property name="plugin.main.version" value="6162"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.