|
|
@10404
|
8 years |
Don-vip |
findbugs security - XML Parsing Vulnerable to XXE - enable …
|
|
|
@10403
|
8 years |
stoecker |
see #12966 - don't mix caching of resource and zip-archive images
|
|
|
@10384
|
8 years |
Don-vip |
fix #12954 - IllegalComponentStateException with detached dialogs
|
|
|
@10379
|
8 years |
Don-vip |
see #12963 - ignore warning on Linux systems which do not provide …
|
|
|
@10378
|
8 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@10375
|
8 years |
Don-vip |
fix #12959 - Move state changes to MapViewState class (patch by …
|
|
|
@10370
|
8 years |
stoecker |
it's not so easy to add 1, I need two tries often :-)
|
|
|
@10369
|
8 years |
stoecker |
see #9995 - patch by strump - improve HIDPI
|
|
|
@10362
|
8 years |
stoecker |
javadoc and style fixes
|
|
|
@10359
|
8 years |
stoecker |
see #9995 - overlooked part of the code
|
|
|
@10358
|
8 years |
stoecker |
see #9995 - improve handling for HIDPI screens, patch by strump …
|
|
|
@10356
|
8 years |
stoecker |
see #9995, see #10684 - remove more hardcoded places of images
|
|
|
@10339
|
8 years |
Don-vip |
fix unit tests
|
|
|
@10337
|
8 years |
Don-vip |
Windows 10: add new Segoe UI Historic font + add unit tests
|
|
|
@10316
|
8 years |
Don-vip |
fix coverity 1313942 + 1353522 - Integer handling issues
|
|
|
@10315
|
8 years |
Don-vip |
findbugs, code optimization/cleanup
|
|
|
@10314
|
8 years |
Don-vip |
sonar - squid:S2272 - "Iterator.next()" methods should throw …
|
|
|
@10309
|
8 years |
Don-vip |
sonar - squid:S1182 - Classes that override "clone" should be …
|
|
|
@10308
|
8 years |
Don-vip |
sonar - squid:S1854 - Dead stores should be removed
|
|
|
@10306
|
8 years |
Don-vip |
sonar - pmd:ImmutableField + remove unused code
|
|
|
@10305
|
8 years |
Don-vip |
sonar - various code cleanup fixes
|
|
|
@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 …
|
|
|
@10294
|
8 years |
Don-vip |
sonar - squid:S1848 - refactor URL checks
|
|
|
@10289
|
8 years |
Don-vip |
see #12881, see #11924 - force generics to avoid Java 9 compilation error
|
|
|
@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)
|
|
|
@10246
|
8 years |
Don-vip |
findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD - remove unused …
|
|
|
@10242
|
8 years |
Don-vip |
sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
|
|
|
@10235
|
8 years |
Don-vip |
sonar - squid:S00112 - Generic exceptions should never be thrown
|
|
|
@10223
|
8 years |
Don-vip |
findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
|
|
|
@10216
|
8 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10214
|
8 years |
Don-vip |
findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
|
|
|
@10212
|
8 years |
Don-vip |
sonar - squid:S2221 - "Exception" should not be caught when not …
|
|
|
@10208
|
8 years |
Don-vip |
see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
|
|
|
@10200
|
8 years |
Don-vip |
add more unit tests
|
|
|
@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
|
|
|
@10173
|
8 years |
Don-vip |
sonar - squid:S1186 - Methods should not be empty
|
|
|
@10166
|
8 years |
Don-vip |
see #11390 - ask some Linux users to switch to Java 8 (partial …
|
|
|
@10160
|
8 years |
bastiK |
partial revert of [9529] (fixes #12583)
possibly breaking tests
|
|
|
@10152
|
8 years |
Don-vip |
sonar - squid:S1939 - Extensions and implementations should not be …
|
|
|
@10140
|
9 years |
bastiK |
fixed #12748 - Error dialog after deleting a new inserted node
|
|
|
@10133
|
9 years |
Don-vip |
increase code coverage
|
|
|
@10125
|
9 years |
Don-vip |
refactor classes from corrector package, add javadoc
|
|
|
@10115
|
9 years |
Don-vip |
fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
|
|
|
@10101
|
9 years |
Don-vip |
fix #12705 - catch scripting errors with Java 7 when building invalid …
|
|
|
@10067
|
9 years |
Don-vip |
see #12652 - rework bug report classes to improve unit tests coverage
|
|
|
@10066
|
9 years |
Don-vip |
catch HeadlessException in Utils.copyToClipboard for unit tests
|
|
|
@10064
|
9 years |
Don-vip |
see #12652, see #11924 - re-add a unit test in …
|
|
|
@10062
|
9 years |
Don-vip |
see #12652 - about dialog: replace old bug report link with new bug …
|
|
|
@10055
|
9 years |
Don-vip |
fix #12652 - Do not ...snip... bug report messages after 6000 …
|
|
|
@10043
|
9 years |
Don-vip |
sonar - squid:S2325 - "private" methods that don't access instance …
|
|
|
@10040
|
9 years |
Don-vip |
fix #12680 - Documentation and cleanup on predicates (patch by …
|
|
|
@10003
|
9 years |
Don-vip |
sonar - fix consecutive literal appends
|
|
|
@10001
|
9 years |
Don-vip |
sonar - Local variable and method parameter names should comply with a …
|
|
|
@9997
|
9 years |
Don-vip |
sonar - various fixes + javadoc
|
|
|
@9992
|
9 years |
Don-vip |
sonar - fix more issues
|
|
|
@9990
|
9 years |
Don-vip |
sonar - Inner classes which do not reference their owning classes …
|
|
|
@9987
|
9 years |
Don-vip |
sonar - use double instead of float
|
|
|
@9983
|
9 years |
Don-vip |
remove unused code
|
|
|
@9980
|
9 years |
Don-vip |
sonar - code style + javadoc
|
|
|
@9977
|
9 years |
Don-vip |
sonar - remove some transient modifiers
|
|
|
@9971
|
9 years |
Don-vip |
sonar - use diamond operator when possible (some cases cause …
|
|
|
@9970
|
9 years |
Don-vip |
sonar - remove useless parentheses
|
|
|
@9954
|
9 years |
Don-vip |
make MapScaler and SizeButton implement Accessible interface, …
|
|
|
@9952
|
9 years |
simon04 |
see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
|
|
|
@9951
|
9 years |
simon04 |
see #11516 - Compute closed way area using Sinusoidal projection
|
|
|
@9949
|
9 years |
Don-vip |
remove deprecated stuff, code cleanup, javadoc, unit tests
|
|
|
@9935
|
9 years |
simon04 |
see #12584 - Attempt to obtain the session cookie via CookieManager
|
|
|
@9916
|
9 years |
Don-vip |
ChangesetCacheManager : add unit tests
|
|
|
@9915
|
9 years |
Don-vip |
see #12587 - checkstyle
|
|
|
@9912
|
9 years |
simon04 |
fix #12587 - fix NPE in HttpClient
|
|
|
@9911
|
9 years |
simon04 |
Remove code to be removed end of 2015
|
|
|
@9876
|
9 years |
simon04 |
fix #12521 - On Overpass API error OSM API gets blamed
|
|
|
@9856
|
9 years |
simon04 |
fix #12547 see #12469 - Fix Overpass API "Build query" for Java 7
|
|
|
@9854
|
9 years |
Don-vip |
sonar - squid:S2272 - "Iterator.next()" methods should throw …
|
|
|
@9850
|
9 years |
Don-vip |
findbugs
|
|
|
@9827
|
9 years |
Don-vip |
checkstyle, javadoc
|
|
|
@9823
|
9 years |
bastiK |
move preference writing to new class; some refactoring
|
|
|
@9814
|
9 years |
Don-vip |
see #12229 - revert r9785 and r9803: problem with audio unit test was …
|
|
|
@9810
|
9 years |
Don-vip |
checkstyle
|
|
|
@9807
|
9 years |
wiktorn |
Make map returned by getHeaderFields() case insensitive.
RFC 2616, …
|
|
|
@9803
|
9 years |
Don-vip |
partial revert of r9779 to see if it fixes audio unit test regression
|
|
|
@9799
|
9 years |
stoecker |
fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
|
|
|
@9796
|
9 years |
bastiK |
applied #12524 - heading calculation reversed longitudes (patch by kolesar)
|
|
|
@9790
|
9 years |
bastiK |
use intended units for east/north coordinates (see #12186)
When …
|
|
|
@9779
|
9 years |
Don-vip |
add more unit tests
|
|
|
@9755
|
9 years |
bastiK |
add preference type MultiMap (closes #12437)
|
|
|
@9750
|
9 years |
Don-vip |
see #12022 - Disable GNOME Atk Java wrapper on Linux
|
|
|
@9746
|
9 years |
Don-vip |
fix #12497 - add support for notes in session files
|
|
|
@9739
|
9 years |
simon04 |
see #12485 - Fix parsing of sub-seconds
Sometimes there are really …
|
|
|
@9732
|
9 years |
Don-vip |
remote control: add more unit tests, robustness
|
|
|
@9720
|
9 years |
Don-vip |
remove deprecated stuff
|
|
|
@9717
|
9 years |
Don-vip |
checkstyle
|
|
|
@9705
|
9 years |
simon04 |
fix #12409 - Refactor ImageProvider.ImageSizes
|
|
|
@9704
|
9 years |
simon04 |
fix #12469 - Update overpass wizard code
|
|
|
@9697
|
9 years |
simon04 |
Fix MetadataException : "Tag 'Orientation' has not been set -- check …
|
|
|
@9691
|
9 years |
simon04 |
fix #12452 - icons in relation list display low priority icons
Prefer …
|
|
|