|
|
@10303
|
8 years |
Don-vip |
sonar - squid:S2164 - Math should not be performed on floats
|
|
|
@10302
|
8 years |
Don-vip |
fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
|
|
|
@10300
|
8 years |
Don-vip |
sonar - Performance - Method passes constant String of length 1 to …
|
|
|
@10299
|
8 years |
Don-vip |
sonar - Performance - Method passes constant String of length 1 to …
|
|
|
@10298
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10297
|
8 years |
bastiK |
fixed #12885 - new method to add validator test from plugin (based on …
|
|
|
@10296
|
8 years |
Don-vip |
sonar - squid:S1148 - Throwable.printStackTrace() should not be called
|
|
|
@10295
|
8 years |
Don-vip |
see #12863 - fix typo
|
|
|
@10294
|
8 years |
Don-vip |
sonar - squid:S1848 - refactor URL checks
|
|
|
@10293
|
8 years |
Don-vip |
sonar - squid:S2681 - fix indentation
|
|
|
@10292
|
8 years |
Don-vip |
sonar - squid:S2275 - Format specifiers should be used instead of …
|
|
|
@10290
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10289
|
8 years |
Don-vip |
see #12881, see #11924 - force generics to avoid Java 9 compilation error
|
|
|
@10288
|
8 years |
Don-vip |
fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
|
|
|
@10287
|
8 years |
Don-vip |
fix #12881 - predicates usage in Utils (patch by michael2402)
|
|
|
@10286
|
8 years |
Don-vip |
fix #12880 - Add instanceOf predicate and predicate tests (patch by …
|
|
|
@10285
|
8 years |
Don-vip |
fix #12875 - Add data to bug report (patch by michael2402)
|
|
|
@10284
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10282
|
8 years |
Don-vip |
GSOC core rework - LayerManager, see #12863, need a LayerManager …
|
|
|
@10281
|
8 years |
Don-vip |
GSOC core rework - LayerManager, see #12863, restore a public method …
|
|
|
@10280
|
8 years |
Don-vip |
fix #12874 - NPE
|
|
|
@10279
|
8 years |
Don-vip |
GSOC core rework - LayerManager, see #12863, rename …
|
|
|
@10277
|
8 years |
Don-vip |
GSOC core rework - LayerManager, see #12863, fix checkstyle violations
|
|
|
@10275
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10274
|
8 years |
stoecker |
GSOC core rework - LayerManager, see #12863, by Micheel Zangl, fix version
|
|
|
@10273
|
8 years |
stoecker |
GSOC core rework - LayerManager, see #12863, by Micheel Zangl, add …
|
|
|
@10271
|
8 years |
stoecker |
GSOC core rework - LayerManager, fix #12863, by Michael Zangl
|
|
|
@10268
|
8 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10261
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10256
|
8 years |
Don-vip |
add more unit tests
|
|
|
@10255
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10254
|
8 years |
Don-vip |
sonar - squid:S1948 - Fields in a "Serializable" class should either …
|
|
|
@10253
|
8 years |
Don-vip |
fix #12853 - handle OSM API error properly when maximum bounds are …
|
|
|
@10252
|
8 years |
Don-vip |
partial revert of r10250 - causes NPE in OverpassDownloadDialog …
|
|
|
@10250
|
8 years |
Don-vip |
findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
|
|
|
@10248
|
8 years |
Don-vip |
findbugs - NM_CONFUSING
|
|
|
@10247
|
8 years |
Don-vip |
findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
|
|
|
@10246
|
8 years |
Don-vip |
findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD - remove unused …
|
|
|
@10245
|
8 years |
Don-vip |
findbugs - CI_CONFUSED_INHERITANCE
|
|
|
@10244
|
8 years |
Don-vip |
findbugs - BIT_SIGNED_CHECK
|
|
|
@10243
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10242
|
8 years |
Don-vip |
sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
|
|
|
@10241
|
8 years |
Don-vip |
fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
|
|
|
@10240
|
8 years |
Don-vip |
fix #12847 - NPE - regression of r10238
|
|
|
@10239
|
8 years |
Don-vip |
see #11002 - add some robustness against JDK bug
|
|
|
@10238
|
8 years |
Don-vip |
sonar - squid:S1873 - "static final" arrays should be "private"
|
|
|
@10237
|
8 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10236
|
8 years |
Don-vip |
sonar - squid:S1194 - "java.lang.Error" should not be extended
|
|
|
@10235
|
8 years |
Don-vip |
sonar - squid:S00112 - Generic exceptions should never be thrown
|
|
|
@10234
|
8 years |
Don-vip |
findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
|
|
|
@10228
|
8 years |
Don-vip |
findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
|
|
|
@10226
|
8 years |
Don-vip |
see #12844 - display which OSM API is used in status report
|
|
|
@10224
|
8 years |
Don-vip |
fix unwanted warning when parsing comments in tagchecker files
|
|
|
@10223
|
8 years |
Don-vip |
findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
|
|
|
@10220
|
8 years |
Don-vip |
add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
|
|
|
@10217
|
8 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10216
|
8 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10215
|
8 years |
Don-vip |
findbugs - MS_MUTABLE_COLLECTION
|
|
|
@10214
|
8 years |
Don-vip |
findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
|
|
|
@10213
|
8 years |
Don-vip |
fix coverity 1355245 - FS: Format string problem
|
|
|
@10212
|
8 years |
Don-vip |
sonar - squid:S2221 - "Exception" should not be caught when not …
|
|
|
@10211
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10210
|
8 years |
Don-vip |
see #11924 - Java 9 - replace calls to deprecated classes …
|
|
|
@10209
|
8 years |
Don-vip |
see #11924 - Java 9 - fixes more deprecation warnings
|
|
|
@10208
|
8 years |
Don-vip |
see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
|
|
|
@10207
|
8 years |
Don-vip |
remove MultiSplitLayout parsing features (code previously used only by …
|
|
|
@10206
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10205
|
8 years |
Don-vip |
add more unit tests
|
|
|
@10204
|
8 years |
Don-vip |
see #12841 - ignore splitted roundabouts in roundabout validation test
|
|
|
@10202
|
8 years |
Don-vip |
increase code coverage
|
|
|
@10201
|
8 years |
Don-vip |
add more unit tests
|
|
|
@10200
|
8 years |
Don-vip |
add more unit tests
|
|
|
@10199
|
8 years |
Don-vip |
fix unit tests
|
|
|
@10198
|
8 years |
Don-vip |
add more unit tests
|
|
|
@10196
|
8 years |
Don-vip |
fix #9795 - Fetch from Overpass API using HTTPS
|
|
|
@10194
|
8 years |
Don-vip |
sonar, javadoc
|
|
|
@10192
|
8 years |
Don-vip |
see #12774 - robustness/cleanup in session loading
|
|
|
@10191
|
8 years |
Don-vip |
fix #7302 - Field showing name of object under cursor is often too …
|
|
|
@10190
|
8 years |
Don-vip |
fix #12838 - NPE
|
|
|
@10189
|
8 years |
Don-vip |
fix coverity 1355210 - UR: Uninitialized read of field in constructor
|
|
|
@10187
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10186
|
8 years |
Don-vip |
fix #12813 - partial revert of r10175 - HDOP is unitless
|
|
|
@10185
|
8 years |
Don-vip |
sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
|
|
|
@10184
|
8 years |
Don-vip |
sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
|
|
|
@10183
|
8 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10182
|
8 years |
Don-vip |
sonar - squid:S1943 - Classes and methods that rely on the default …
|
|
|
@10181
|
8 years |
Don-vip |
sonar - squid:S2184 - Math operands should be cast before assignment
|
|
|
@10180
|
8 years |
Don-vip |
fix NPE - regression from r10179
|
|
|
@10179
|
8 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10178
|
8 years |
Don-vip |
see #11924 - add compatibility with JEP 272 for Java 9 on OSX
|
|
|
@10176
|
8 years |
Don-vip |
fix #12776 - "Correlate to gpx" doesn't refresh combo box after GPX …
|
|
|
@10175
|
8 years |
Don-vip |
fix #12813 - adapt GPX color scale bar to system of measurement for …
|
|
|
@10174
|
8 years |
Don-vip |
fix coverity 1354674, 1354675
|
|
|
@10173
|
8 years |
Don-vip |
sonar - squid:S1186 - Methods should not be empty
|
|
|
@10172
|
8 years |
Don-vip |
fix #12828 - exception from popup menu (regression from r9916)
|
|
|
@10171
|
8 years |
Don-vip |
update to checkstyle 6.18
|
|
|
@10170
|
8 years |
Don-vip |
update new TLD from IANA
|
|
|
@10169
|
9 years |
wiktorn |
Restore IndexDiskCache that was switched off in [9142]
…
|
|
|
@10168
|
9 years |
wiktorn |
Process and render the tiles that are not loaded, so placeholder …
|
|
|
@10167
|
9 years |
wiktorn |
Fix for large imagery offsets.
See: #12681
Closes: #12810
|
|
|