Changeset 29854 in osm for applications/editors/josm/plugins/buildings_tools
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- 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 20102 1 eclipse.preferences.version=1 2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 9 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 10 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 11 org.eclipse.jdt.core.compiler.problem.deadCode=warning 12 org.eclipse.jdt.core.compiler.problem.deprecation=warning 13 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 14 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 15 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 16 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 17 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 18 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore 19 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 20 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore 21 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 22 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning 23 org.eclipse.jdt.core.compiler.problem.forbiddenReference=error 24 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning 25 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled 26 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 27 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 28 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 29 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore 30 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning 31 org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 32 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 33 org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 34 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore 35 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore 36 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 37 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore 38 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 39 org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning 40 org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning 41 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 42 org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 43 org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 44 org.eclipse.jdt.core.compiler.problem.nullReference=warning 45 org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 46 org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 47 org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 48 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 49 org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore 50 org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore 51 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 52 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 53 org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 54 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore 55 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore 56 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore 57 org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 58 org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 59 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 60 org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning 61 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 62 org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 63 org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 64 org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 65 org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 66 org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 67 org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 68 org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 69 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 70 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 71 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore 72 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore 73 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 74 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore 75 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 76 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 77 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 78 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 79 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning 80 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning 81 org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore 82 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore 83 org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 84 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 85 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 86 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning 87 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 88 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 89 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 3 90 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 4 91 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/buildings_tools/build.xml
r29771 r29854 4 4 <property name="commit.message" value="BuildingTools: update to current JOSM"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 082"/>6 <property name="plugin.main.version" value="6162"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly).
Note:
See TracChangeset
for help on using the changeset viewer.