|
|
@8777
|
9 years |
Don-vip |
Basic Java 9 support: make code compile, and Linux scripts detect it
|
|
|
@8764
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8756
|
9 years |
simon04 |
fix #10023 - Add history of Overpass queries
|
|
|
@8744
|
9 years |
simon04 |
see #11428 - Refactoring (class/package structure)
|
|
|
@8734
|
9 years |
simon04 |
see #11843 - Give all started threads sensible names
…
|
|
|
@8723
|
9 years |
simon04 |
see #11713 - use new interface ImageProcessor where applicable
|
|
|
@8722
|
9 years |
simon04 |
Fix typo in ImageOverlay
|
|
|
@8720
|
9 years |
simon04 |
fix #11583 - Add mnemonic key to "Search menu items": ALT+R
R … …
|
|
|
@8674
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8650
|
9 years |
wiktorn |
Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
|
|
|
@8624
|
9 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8602
|
9 years |
wiktorn |
Properly handle file based tile sources.
* move …
|
|
|
@8582
|
9 years |
Don-vip |
checkstyle
|
|
|
@8574
|
9 years |
bastiK |
applied #11655 - memory optimization (patch by shinigami, modified)
|
|
|
@8570
|
9 years |
Don-vip |
checkstyle
|
|
|
@8568
|
9 years |
wiktorn |
Basic WMTS support.
* added information about units and to_meter to …
|
|
|
@8567
|
9 years |
Don-vip |
fix #11651 - whitechars stripping optimization (modified patch by …
|
|
|
@8565
|
9 years |
Don-vip |
fix #11650 - performance: avoid creation of Date objects when it is …
|
|
|
@8564
|
9 years |
Don-vip |
fix #11649 - DateUtils optimization (modified patch by shinigami)
|
|
|
@8540
|
9 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8518
|
9 years |
Don-vip |
checkstyle: fix broken parsing of shortcuts
|
|
|
@8514
|
9 years |
Don-vip |
checkstyle: various checks
|
|
|
@8513
|
9 years |
Don-vip |
checkstyle: blocks
|
|
|
@8512
|
9 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|
@8510
|
9 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
9 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8506
|
9 years |
Don-vip |
fix some Sonar issues
|
|
|
@8487
|
9 years |
Don-vip |
Hide implicit public constructor for utility classes
|
|
|
@8482
|
9 years |
simon04 |
Correctly parse tab-separated tags
… by using non-greedy regular …
|
|
|
@8470
|
9 years |
Don-vip |
javadoc fixes. Removed one duplicated method in exception handling
|
|
|
@8468
|
9 years |
Don-vip |
fix some minor sonar/code style issues:
- Avoid Protected Field In …
|
|
|
@8461
|
9 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8459
|
9 years |
Don-vip |
javadoc / Unit test fixes
|
|
|
@8449
|
9 years |
Don-vip |
remove extra whitespaces
|
|
|
@8443
|
9 years |
Don-vip |
remove extra whitespaces
|
|
|
@8440
|
9 years |
Don-vip |
fix javadoc warnings
|
|
|
@8435
|
9 years |
Don-vip |
fix #11498 - Warn about obvious misspelled tag values (modified patch …
|
|
|
@8429
|
9 years |
Don-vip |
fix #11485 - robustness to JDK-6322854 when dealing with system selection
|
|
|
@8419
|
9 years |
Don-vip |
Sonar: various code style cleanup:
- fix copyright
- classes that …
|
|
|
@8416
|
9 years |
Don-vip |
fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
|
|
|
@8414
|
9 years |
stoecker |
i18n update, add Belarusian
|
|
|
@8413
|
9 years |
Don-vip |
code style - A close curly brace should be located at the beginning of …
|
|
|
@8412
|
9 years |
Don-vip |
ExecutorService field doesn't ever get shutdown
|
|
|
@8404
|
9 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8395
|
9 years |
Don-vip |
convention - An open curly brace should be located at the end of a line
|
|
|
@8394
|
9 years |
Don-vip |
- global use of String.isEmpty()
- Correctness - Method throws …
|
|
|
@8393
|
9 years |
Don-vip |
see #11447 - partial revert of r8384
|
|
|
@8390
|
9 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8387
|
9 years |
Don-vip |
fix some Findbugs warnings
|
|
|
@8385
|
9 years |
Don-vip |
fix regressions of r8384
|
|
|
@8384
|
9 years |
Don-vip |
squid:S1244 - Floating point numbers should not be tested for equality
|
|
|
@8380
|
9 years |
Don-vip |
code style - A getX() method which returns a boolean should be named isX()
|
|
|
@8379
|
9 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8378
|
9 years |
Don-vip |
fix copyright/license headers globally
|
|
|
@8377
|
9 years |
Don-vip |
performance - remove useless boxing of boolean constants
|
|
|
@8376
|
9 years |
Don-vip |
code style - remove useless calls to toString()
|
|
|
@8375
|
9 years |
Don-vip |
code style - Method stores return result in local before immediately …
|
|
|
@8374
|
9 years |
Don-vip |
code style - Unnecessary Final Modifier
|
|
|
@8373
|
9 years |
Don-vip |
code style - Method makes literal string comparisons passing the …
|
|
|
@8372
|
9 years |
Don-vip |
code cleanup
|
|
|
@8365
|
9 years |
Don-vip |
fix Findbugs performance issues
|
|
|
@8364
|
9 years |
Don-vip |
fix Findbugs violation - ICAST: Integral division result cast to double
|
|
|
@8352
|
9 years |
stoecker |
add Vietnamese language
|
|
|
@8347
|
9 years |
Don-vip |
simplify/instrument SAX code
|
|
|
@8346
|
9 years |
Don-vip |
squid:S00116 - Field names should comply with a naming convention
|
|
|
@8345
|
9 years |
Don-vip |
code style - Useless parentheses around expressions should be removed …
|
|
|
@8342
|
9 years |
Don-vip |
code style - Close curly brace and the next "else", "catch" and …
|
|
|
@8338
|
9 years |
Don-vip |
fix squid:S1319 - Declarations should use Java collection interfaces …
|
|
|
@8332
|
9 years |
Don-vip |
fix various issues:
- performance - inefficient use of keySet iterator …
|
|
|
@8324
|
9 years |
Don-vip |
squid:S1133 - remove deprecated code
|
|
|
@8323
|
9 years |
stoecker |
see #10684 - remove remaining overlay() calls
|
|
|
@8322
|
9 years |
simon04 |
fix #11380 - JOSM notes layer thinks that all notes were created on …
|
|
|
@8308
|
9 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8304
|
9 years |
Don-vip |
simplify URL encoding/decoding
|
|
|
@8303
|
9 years |
Balaitous |
fix #7421 - Circle created from way heads always clockwise
* If 3 …
|
|
|
@8292
|
9 years |
stoecker |
fix #11381 - default language setting failed
|
|
|
@8291
|
9 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8290
|
9 years |
Don-vip |
code cleanup
|
|
|
@8287
|
9 years |
Don-vip |
fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
|
|
|
@8286
|
9 years |
Don-vip |
fix sonar squid:S1444 - "public static" fields should always be constant
|
|
|
@8285
|
9 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@8284
|
9 years |
stoecker |
typo
|
|
|
@8283
|
9 years |
stoecker |
some i18n code cleanups
|
|
|
@8282
|
9 years |
stoecker |
fix handling of khmer a bit
|
|
|
@8244
|
9 years |
Don-vip |
see #11359 - ignore unsupported date/time exif tags
|
|
|
@8243
|
9 years |
Don-vip |
fix #11359 - update to metadata-extractor 2.8.1
|
|
|
@8241
|
9 years |
stoecker |
see #11148 - removed language display name workaround, but keep the …
|
|
|
@8233
|
9 years |
stoecker |
see #11148 - cleanup doc texts
|
|
|
@8232
|
9 years |
stoecker |
see #11148 - move language stuff to the correct place instead of …
|
|
|
@8228
|
9 years |
stoecker |
see #11148 - readd license
|
|
|
@8227
|
9 years |
stoecker |
fix #11148 - add Valencian language
|
|
|
@8207
|
10 years |
simon04 |
fix #11148 - Add Valencian language to josm (ca@valencia )
|
|
|
@8160
|
10 years |
stoecker |
add Lithuanian language - fix #11282
|
|
|
@8149
|
10 years |
stoecker |
fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
|
|
|
@8148
|
10 years |
bastiK |
applied #11249 - Remove some unneccessary variable boxing (patch by …
|
|
|
@8132
|
10 years |
Don-vip |
fix #11162 - update to metadata-extractor 2.7.2
|
|
|
@8129
|
10 years |
Don-vip |
fix Sonar issue findbugs:OS_OPEN_STREAM - Bad practice - Method may …
|
|
|
@8127
|
10 years |
Don-vip |
fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
|
|
|
@8126
|
10 years |
Don-vip |
fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
|
|
|
@8102
|
10 years |
stoecker |
fix #11155 - don't add subdir slash multiple times - why do the recent …
|
|
|