Changeset 34157 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-04-08T16:40:17+02:00 (7 years ago)
Author:
donvip
Message:

fix java warning

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  
    11eclipse.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.nonnull.secondary=
     6org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
     7org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
     8org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
     9org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
     10org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    211org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    312org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
     
    817org.eclipse.jdt.core.compiler.debug.localVariable=generate
    918org.eclipse.jdt.core.compiler.debug.sourceFile=generate
     19org.eclipse.jdt.core.compiler.problem.APILeak=warning
     20org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1021org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     22org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
     23org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     24org.eclipse.jdt.core.compiler.problem.deadCode=warning
     25org.eclipse.jdt.core.compiler.problem.deprecation=warning
     26org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
     27org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
     28org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
     29org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
    1130org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
     31org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
     32org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     33org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
     34org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
     35org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
     36org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
     37org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
     38org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
     39org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
     40org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
     41org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
     42org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
     43org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
     44org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
     45org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
     46org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
     47org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
     48org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
     49org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
     50org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
     51org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
     52org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
     53org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
     54org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
     55org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
     56org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
     57org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
     58org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
     59org.eclipse.jdt.core.compiler.problem.nullReference=warning
     60org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
     61org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
     62org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
     63org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
     64org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
     65org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
     66org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
     67org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
     68org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
     69org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
     70org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
     71org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
     72org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
     73org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
     74org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
     75org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
     76org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
     77org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
     78org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
     79org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
     80org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
     81org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
     82org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
     83org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
     84org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
     85org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
     86org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
     87org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
     88org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
     89org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
     90org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info
     91org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
     92org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
     93org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
     94org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
     95org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
     96org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
     97org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     98org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
     99org.eclipse.jdt.core.compiler.problem.unusedImport=warning
     100org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
     101org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
     102org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
     103org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
     104org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
     105org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
     106org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
     107org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
     108org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
     109org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
     110org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    12111org.eclipse.jdt.core.compiler.source=1.8
    13112org.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  
    585585     * Callback method for buttons event
    586586     */
     587    @Override
    587588    public void actionPerformed(ActionEvent event) {
    588589        if (SAVE_COMMAND.equals(event.getActionCommand())) {
Note: See TracChangeset for help on using the changeset viewer.