|
|
@11009
|
8 years |
Don-vip |
fix recent sonar/checkstyle issues
|
|
|
@11002
|
8 years |
simon04 |
see #11975 - Extract NameFinder for Nominatim queries
|
|
|
@10791
|
8 years |
simon04 |
see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
|
|
|
@10790
|
8 years |
simon04 |
see #13319 - Use InputMapUtils where applicable (VK_ENTER)
|
|
|
@10634
|
8 years |
Don-vip |
sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
|
|
|
@10629
|
8 years |
simon04 |
fix #13085 - When downloading from Overpass, a "download area too …
|
|
|
@10627
|
8 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10611
|
8 years |
Don-vip |
see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
|
|
|
@10604
|
8 years |
Don-vip |
fix #12478, fix #12565, fix #11114 - Use Swing Copy/Paste instead of …
|
|
|
@10424
|
8 years |
stoecker |
see #12994 - don't use SideButton outside side panel
|
|
|
@10378
|
8 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@10217
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10212
|
9 years |
Don-vip |
sonar - squid:S2221 - "Exception" should not be caught when not …
|
|
|
@10179
|
9 years |
Don-vip |
sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
|
|
|
@10173
|
9 years |
Don-vip |
sonar - squid:S1186 - Methods should not be empty
|
|
|
@10035
|
9 years |
Don-vip |
code refactoring to ease creation of unit tests by avoiding as much as …
|
|
|
@9972
|
9 years |
Don-vip |
sonar - remove unnecessary fully qualified names
|
|
|
@9606
|
9 years |
Don-vip |
add more unit tests
|
|
|
@9576
|
9 years |
Don-vip |
code refactoring for unit tests / headless mode
|
|
|
@9543
|
9 years |
Don-vip |
refactoring - global simplification of use of setLayout method - …
|
|
|
@9484
|
9 years |
simon04 |
Refactoring: add JosmComboBox.getEditorComponent , Javadoc
|
|
|
@9371
|
9 years |
simon04 |
Java 7: use Objects.equals and Objects.hash
|
|
|
@9309
|
9 years |
simon04 |
see #12292 - Allow to disconnect HttpClient in connecting phase
|
|
|
@9243
|
9 years |
Don-vip |
javadoc update
|
|
|
@9230
|
9 years |
Don-vip |
fix javadoc errors/warnings
|
|
|
@9171
|
9 years |
simon04 |
see #12231 - Use HttpClient instead of some Utils.openHttpConnection …
|
|
|
@9078
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@9075
|
9 years |
Don-vip |
pmd - Useless qualified this usage in the same class
|
|
|
@9059
|
9 years |
Don-vip |
checkstyle
|
|
|
@8932
|
9 years |
Don-vip |
fix #11971 - -/= `key in Overpass Download changes map size
|
|
|
@8851
|
9 years |
Don-vip |
sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
|
|
|
@8840
|
9 years |
Don-vip |
sonar - squid:S3052 - Fields should not be initialized to default values
|
|
|
@8836
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8713
|
9 years |
simon04 |
see #11428 - Overpass Download: make help work
|
|
|
@8624
|
9 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@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
|
|
|
@8470
|
10 years |
Don-vip |
javadoc fixes. Removed one duplicated method in exception handling
|
|
|
@8469
|
10 years |
Don-vip |
Add some more package-info.java to enhance Javadoc. Refactor package …
|
|
|
@8468
|
10 years |
Don-vip |
fix some minor sonar/code style issues:
- Avoid Protected Field In …
|
|
|
@8464
|
10 years |
Don-vip |
Singular fields
|
|
|
@8461
|
10 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8444
|
10 years |
Don-vip |
remove extra whitespaces
|
|
|
@8404
|
10 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8394
|
10 years |
Don-vip |
- global use of String.isEmpty()
- Correctness - Method throws …
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8378
|
10 years |
Don-vip |
fix copyright/license headers globally
|
|
|
@8347
|
10 years |
Don-vip |
simplify/instrument SAX code
|
|
|
@8342
|
10 years |
Don-vip |
code style - Close curly brace and the next "else", "catch" and …
|
|
|
@8338
|
10 years |
Don-vip |
fix squid:S1319 - Declarations should use Java collection interfaces …
|
|
|
@8318
|
10 years |
Don-vip |
fix various Sonar issues:
- squid:S1068: Unused private fields should …
|
|
|
@8308
|
10 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8304
|
10 years |
Don-vip |
simplify URL encoding/decoding
|
|
|
@8291
|
10 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8287
|
10 years |
Don-vip |
fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
|
|
|
@8285
|
10 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@8215
|
10 years |
simon04 |
fix #10866 - Adjust size check for "Download area too large" warning …
|
|
|
@8126
|
10 years |
Don-vip |
fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
|
|
|
@8071
|
10 years |
Don-vip |
fix #10960 - Add note API search dialog (modified patch by ToeBee). …
|
|
|
@8061
|
10 years |
bastiK |
see #11096 - strip .png
|
|
|
@7937
|
10 years |
bastiK |
add subversion property svn:eol=native
|
|
|
@7808
|
10 years |
bastiK |
applied #10827 - Cannot download only notes (patch by ToeBee)
|
|
|
@7722
|
10 years |
Don-vip |
fix #10746 - Add Notes checkbox in DownloadDialog (patch by ToeBee)
|
|
|
@7712
|
10 years |
Don-vip |
fix #10721 - don't display empty tooltips
|
|
|
@7628
|
10 years |
Don-vip |
fix #5934 - error handling missing, when nominatim server returns garbage
|
|
|
@7509
|
10 years |
stoecker |
remove tabs
|
|
|
@7434
|
10 years |
Don-vip |
fix #8885 (see #4614) - add offline mode with new command line …
|
|
|
@7082
|
11 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7033
|
11 years |
Don-vip |
see #8465 - global use of try-with-resources , according to
* …
|
|
|
@7029
|
11 years |
Don-vip |
fix more warnings, remove unused code
|
|
|
@7027
|
11 years |
Don-vip |
fix more warnings (-Xlint:rawtypes ), remove deprecated method and …
|
|
|
@7026
|
11 years |
stoecker |
fix #3142 - drop applet code finally
|
|
|
@7021
|
11 years |
Don-vip |
see #8465 - enable -Xlint:cast and fix associated warnings
|
|
|
@7020
|
11 years |
Don-vip |
see #8465 - fix remaining compilation warnings
|
|
|
@7017
|
11 years |
Don-vip |
see #8465 - fix easy compilation warnings
|
|
|
@7005
|
11 years |
Don-vip |
see #8465 - use diamond operator where applicable
|
|
|
@7001
|
11 years |
Don-vip |
see #8465 - switch core to Java 7
|
|
|
@6990
|
11 years |
Don-vip |
sonar - place Strings literals on the left side when checking for …
|
|
|
@6920
|
11 years |
Don-vip |
fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
|
|
|
@6890
|
11 years |
Don-vip |
fix some Sonar issues (Constructor Calls Overridable Method)
|
|
|
@6883
|
11 years |
Don-vip |
fix some Sonar issues
|
|
|
@6830
|
11 years |
Don-vip |
javadoc fixes for jdk8 compatibility
|
|
|
@6822
|
11 years |
bastiK |
see #8902 - Small performance enhancements / coding style (patch by …
|
|
|
@6643
|
11 years |
Don-vip |
global replacement of e.printStackTrace() by Main.error(e)
|
|
|
@6552
|
11 years |
simon04 |
Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
|
|
|
@6509
|
11 years |
Don-vip |
fix #9459 - initialize default center view of MapView to last download …
|
|
|
@6448
|
11 years |
simon04 |
fix #3626 - Show history for any object in history dialog
If no …
|
|
|
@6380
|
11 years |
Don-vip |
update license/copyright information
|
|
|
@6378
|
11 years |
Don-vip |
Sonar/Findbugs - fix various violations, javadoc
|
|
|
@6365
|
11 years |
Don-vip |
Sonar/Findbugs - fix of recent violations
|
|
|
@6364
|
11 years |
Don-vip |
fix #3744 - Refresh list of TMS layers of download dialog when imagery …
|
|
|
@6340
|
11 years |
Don-vip |
refactor of some GUI/widgets classes (impacts some plugins):
- …
|
|
|
@6316
|
11 years |
Don-vip |
Sonar/FindBugs - Loose coupling
|
|
|
@6310
|
11 years |
Don-vip |
Sonar/FindBugs - Nested blocks of code should not be left empty
|
|
|
@6296
|
11 years |
Don-vip |
Sonar/Findbugs - Avoid commented-out lines of code, javadoc
|
|
|
@6235
|
11 years |
Don-vip |
Sonar - fix recently introduced issues
|
|
|
@6203
|
11 years |
Don-vip |
fix #9024 - bbox/bounds memory optimizations (modified patch by …
|
|
|
@6104
|
11 years |
Don-vip |
see #8902 - Small performance enhancements / coding style (patch by …
|
|
|