Ignore:
Timestamp:
2016-01-11T16:16:56+01:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Update Gradle to 2.10

Also, the badges in the README were updated and the Eclipse settings for compiler warnings were tightened a bit.

File:
1 edited

Legend:

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

    r31909 r31971  
    3131org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
    3232org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
    33 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
     33org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
    3434org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
    3535org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
     
    5454org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
    5555org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
    56 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
     56org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning
    5757org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
    5858org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
     
    7474org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
    7575org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
    76 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
    77 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
     76org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
     77org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
    7878org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
    79 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
     79org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
    8080org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
    8181org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
    8282org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     83org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
    8384org.eclipse.jdt.core.compiler.problem.unusedImport=warning
    8485org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
Note: See TracChangeset for help on using the changeset viewer.