Changeset 34157 in osm for applications/editors/josm
- Timestamp:
- 2018-04-08T16:40:17+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/CustomizePublicTransportStop
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/.settings/org.eclipse.jdt.core.prefs
r34156 r34157 1 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.nonnull.secondary= 6 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 7 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= 8 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 9 org.eclipse.jdt.core.compiler.annotation.nullable.secondary= 10 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 2 11 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 12 org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate … … 8 17 org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 18 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 19 org.eclipse.jdt.core.compiler.problem.APILeak=warning 20 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 10 21 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 22 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 23 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 24 org.eclipse.jdt.core.compiler.problem.deadCode=warning 25 org.eclipse.jdt.core.compiler.problem.deprecation=warning 26 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 27 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 28 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 29 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 11 30 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 31 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 32 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore 33 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 34 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore 35 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 36 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning 37 org.eclipse.jdt.core.compiler.problem.forbiddenReference=error 38 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning 39 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled 40 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 41 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 42 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 43 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore 44 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning 45 org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 46 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 47 org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 48 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore 49 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 50 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 51 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 52 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 53 org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning 54 org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning 55 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 56 org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 57 org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning 58 org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 59 org.eclipse.jdt.core.compiler.problem.nullReference=warning 60 org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 61 org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 62 org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 63 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 64 org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning 65 org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore 66 org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore 67 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 68 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 69 org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 70 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore 71 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore 72 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore 73 org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 74 org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 75 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 76 org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning 77 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 78 org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 79 org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 80 org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 81 org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning 82 org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 83 org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 84 org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 85 org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 86 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 87 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 88 org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning 89 org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled 90 org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info 91 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore 92 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore 93 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 94 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore 95 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 96 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 97 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 98 org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 99 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 100 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning 101 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning 102 org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore 103 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore 104 org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 105 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 106 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 107 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning 108 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 109 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 110 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 12 111 org.eclipse.jdt.core.compiler.source=1.8 13 112 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 -
applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java
r34156 r34157 585 585 * Callback method for buttons event 586 586 */ 587 @Override 587 588 public void actionPerformed(ActionEvent event) { 588 589 if (SAVE_COMMAND.equals(event.getActionCommand())) {
Note:
See TracChangeset
for help on using the changeset viewer.