Changeset 31971 in osm for applications/editors/josm


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.

Location:
applications/editors/josm/plugins/mapillary
Files:
4 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
  • applications/editors/josm/plugins/mapillary/README.md

    r31835 r31971  
    11# Mapillary-plugin for [JOSM](https://josm.openstreetmap.de)
    22
    3 [![build status](https://travis-ci.org/floscher/josm-mapillary-plugin.svg?branch=master)](https://travis-ci.org/floscher/josm-mapillary-plugin)
    4 [![code coverage](https://img.shields.io/codecov/c/github/floscher/josm-mapillary-plugin/master.svg)](https://codecov.io/github/floscher/josm-mapillary-plugin?branch=master)
    5 [![technical debt](https://img.shields.io/sonar/https/josm.openstreetmap.de/sonar/josm-plugins:mapillary/sqale_debt_ratio.svg)](https://josm.openstreetmap.de/sonar/drilldown/measures/3325?metric=sqale_index)
    6 [![latest release](https://img.shields.io/github/release/floscher/josm-mapillary-plugin.svg)](https://github.com/floscher/josm-mapillary-plugin/releases/latest)
     3[![build status](https://img.shields.io/travis/floscher/josm-mapillary-plugin/master.svg?style=flat-square)](https://travis-ci.org/floscher/josm-mapillary-plugin)
     4[![code coverage](https://img.shields.io/codecov/c/github/floscher/josm-mapillary-plugin/master.svg?style=flat-square)](https://codecov.io/github/floscher/josm-mapillary-plugin?branch=master)
     5[![technical debt](https://img.shields.io/sonar/https/josm.openstreetmap.de/sonar/josm-plugins:mapillary/sqale_debt_ratio.svg?style=flat-square)](https://josm.openstreetmap.de/sonar/drilldown/measures/3325?metric=sqale_index)
     6[![latest release](https://img.shields.io/github/release/floscher/josm-mapillary-plugin.svg?style=flat-square)](https://github.com/floscher/josm-mapillary-plugin/releases/latest)
     7![license: GPLv2 or later](https://img.shields.io/badge/license-GPLv2 or later-blue.svg?style=flat-square)
    78
    89A plugin for showing Mapillary images inside the OpenStreetMap-Editor JOSM.
  • applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties

    r31782 r31971  
    33zipStoreBase=GRADLE_USER_HOME
    44zipStorePath=wrapper/dists
    5 distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
    6 distributionSha256Sum=c9159ec4362284c0a38d73237e224deae6139cbde0db4f0f44e1c7691dd3de2f
     5distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
     6distributionSha256Sum=66406247f745fc6f05ab382d3f8d3e120c339f34ef54b86f6dc5f6efc18fbb13
Note: See TracChangeset for help on using the changeset viewer.