Changeset 31971 in osm for applications/editors/josm/plugins/mapillary
- Timestamp:
- 2016-01-11T16:16:56+01:00 (9 years ago)
- 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 31 31 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 32 32 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 33 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess= ignore33 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning 34 34 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore 35 35 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning … … 54 54 org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore 55 55 org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore 56 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable= ignore56 org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning 57 57 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 58 58 org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning … … 74 74 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 75 75 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 76 org.eclipse.jdt.core.compiler.problem.unnecessaryElse= ignore77 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck= ignore76 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 77 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning 78 78 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 79 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException= ignore79 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 80 80 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 81 81 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 82 82 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 83 org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 83 84 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 84 85 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning -
applications/editors/josm/plugins/mapillary/README.md
r31835 r31971 1 1 # Mapillary-plugin for [JOSM](https://josm.openstreetmap.de) 2 2 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) 7 8 8 9 A plugin for showing Mapillary images inside the OpenStreetMap-Editor JOSM. -
applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties
r31782 r31971 3 3 zipStoreBase=GRADLE_USER_HOME 4 4 zipStorePath=wrapper/dists 5 distributionUrl=https\://services.gradle.org/distributions/gradle-2. 9-bin.zip6 distributionSha256Sum= c9159ec4362284c0a38d73237e224deae6139cbde0db4f0f44e1c7691dd3de2f5 distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip 6 distributionSha256Sum=66406247f745fc6f05ab382d3f8d3e120c339f34ef54b86f6dc5f6efc18fbb13
Note:
See TracChangeset
for help on using the changeset viewer.