source: josm/trunk/test/unit/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18735   11 months taylor.smock Fix #22921: DateTimeException when using invalid day of month for …
(edit) @18723   12 months taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18718   12 months taylor.smock See #22898: JOSM Validator CLI errors out when is run with …
(edit) @18714   12 months taylor.smock Fix #22898: JOSM Validator CLI errors out when is run with …
(edit) @18706   12 months taylor.smock Fix #22817: Don't delete layer with changes and a non-normal upload …
(edit) @18695   13 months taylor.smock Fix #22603: Add PBF reading support
(edit) @18694   13 months taylor.smock Fix #22381: Try to automatically install newly required plugins on …
(edit) @18691   13 months taylor.smock Significantly reduce cost of large presets like `Name Suggestion …
(edit) @18690   13 months taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18689   14 months taylor.smock Revert tests added in r18685/r18686, see #22767 The test has proven …
(edit) @18686   14 months taylor.smock See #22767, fix failing unit tests The fix for #22767 included a new …
(edit) @18685   14 months taylor.smock Fix #22767: Geotagged image deletion does not move to the …
(edit) @18684   14 months taylor.smock Fix #22770: High precision scroll inputs may cause zoom events in the …
(edit) @18683   14 months taylor.smock Fix #22783: Presets menu should not sort the first action block The …
(edit) @18675   14 months taylor.smock Fix #22684: IAE: Parameter 'en1' must not be null in …
(edit) @18671   14 months taylor.smock See #20768: Ensure that removing an OAuth 1.0 token actually removes …
(edit) @18670   14 months taylor.smock Fix #22753: Fix GitHub Actions This uses actions from …
(edit) @18669   14 months taylor.smock See #22753: Fix GitHub Actions This drops the sync call in the test …
(edit) @18668   14 months taylor.smock See #22753: Fix GitHub Actions This *should* fix the failing Java 8 …
(edit) @18666   14 months taylor.smock See r18665, fix broken test and explain why the OAuth token consumer …
(edit) @18665   14 months taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18664   14 months taylor.smock Fix #22704: Add parent_way_angle mapcss function (patch by Woazboat)
(edit) @18661   14 months taylor.smock Fix #22703, see #22695, #22704: 90° offset of icon-rotation: way; in …
(edit) @18658   15 months taylor.smock See #22680: Unexpected exception when downloading GeoJSON This …
(edit) @18651   15 months taylor.smock See #20768/r18650: Add OAuth 2.0 support This fixes tests that don't …
(edit) @18650   15 months taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @18649   15 months taylor.smock Fix #22712: ignore list doesn't work This occurred due to …
(edit) @18637   15 months taylor.smock See #18230: Move RightAngleBuildingTest error code to 4101 from 3701. …
(edit) @18636   15 months taylor.smock Fix #21423: Prevent error codes from clashing This works by creating …
(edit) @18635   15 months taylor.smock Fix #22626: Geotagged images from GPX files cannot be closed when …
(edit) @18634   15 months taylor.smock Fix #22638: NoSuchFileException can occur when a gpx track points at …
(edit) @18630   15 months taylor.smock see r18628: {apikey} fails for Swedish historic orthophoto endpoint …
(edit) @18622   16 months taylor.smock Fix #22625: SOE in ImageViewer This was fallout from reworking #21605
(edit) @18619   16 months taylor.smock Fix #22600: NPE: cannot invoke "EastNorth.isValid" because "common" is null
(edit) @18615   16 months taylor.smock Fix #22504: Circularize multiple selected ways (patch by qeef, modified)
(edit) @18614   16 months taylor.smock See #21605: Add tabs to ImageViewerDialog for use with different image …
(edit) @18612   17 months taylor.smock Fix #13097: Angle snapping impossible with WGS84 projection
(edit) @18610   17 months taylor.smock Fix #21324: Command stack says "pasting 1 tag to [number] objects" …
(edit) @18602   17 months taylor.smock See r18598, fix tests under Java 18/19 This was caused by a race …
(edit) @18600   17 months taylor.smock Fix #22515: Shortcuts for search string icons on toolbar made with …
(edit) @18598   17 months taylor.smock FlatLaf uses properties files which occasionally have breaking changes …
(edit) @18593   18 months taylor.smock See #22337: Make window for attached GPX waypoint images resizable …
(edit) @18590   18 months taylor.smock See #22453: Decrease allocations/CPU samples in …
(edit) @18589   18 months taylor.smock Fix #22453: Decrease allocations/CPU samples in …
(edit) @18586   18 months taylor.smock Fix #22487: Object hover preview is re-enabled on layer change even …
(edit) @18578   18 months taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
(edit) @18574   18 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
(edit) @18571   19 months taylor.smock Fix #22439: Filter deleting always deletes the first filter regardless …
(edit) @18568   19 months taylor.smock See #22391/r18567: fix typo (&20 -> %20 for ' ' url encoding)
(edit) @18562   19 months taylor.smock See r18555: Fix tests on Windows This occurred due to the changes to …
(edit) @18555   20 months taylor.smock Update tests for new UI information See #20716: Search for missing …
(edit) @18553   20 months taylor.smock Fix #20716: Search for missing power line support features (patch by …
(edit) @18551   20 months taylor.smock Fix test failures due to StackOverflowError This occurs due to …
(edit) @18549   20 months taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
(edit) @18541   20 months taylor.smock Fix #22250: Abort on XML error elements
(edit) @18539   20 months taylor.smock Fix #21856: Split way: Wrong position of new member in PTv2 relation …
(edit) @18538   20 months taylor.smock JosmTextField: setHint now properly returns the old hint See …
(edit) @18526   21 months taylor.smock Fix tests that have been broken on Mac and Windows Mac was due to …
(edit) @18496   22 months taylor.smock Fix #22156: ArithmeticException: / by zero in …
(edit) @18494   22 months taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18491   23 months taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
(edit) @18487   23 months taylor.smock PMD/Checkstyle fixes for r18485
(edit) @18485   23 months taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18478   23 months taylor.smock Really fix failing tests in VectorDataSetTest The test failed ~50% of …
(edit) @18477   23 months taylor.smock Fix tests broken in r18473, see #22032 This was caused by vector …
(edit) @18475   23 months taylor.smock Fix #21794: Allow for cases where tags can be URL or key values in …
(edit) @18473   23 months taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18466   23 months taylor.smock Fix #21813: Improve marker handling in sessions and #21923: Improve …
(edit) @18464   23 months taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @18454   2 years taylor.smock Fix #21558: IOOBE in NotesDialog$NoteTableModel.getElementAt This is …
(edit) @18452   2 years taylor.smock Drop use of abc from tile.openstreetmap.org urls (patch by Firefishy) …
(edit) @18451   2 years taylor.smock Fix #22073: Optimized regexes (string starts with, ends with, …
(edit) @18444   2 years taylor.smock Fix #21775: Remove deprecated code in ImageData The code in question …
(edit) @18443   2 years taylor.smock Fix #17288: Notes progress bar shows no progress (patch by gaben, …
(edit) @18439   2 years taylor.smock Fix #17906, #21889, see #12617 for the original issue This fixes an …
(edit) @18434   2 years taylor.smock Dependency updates JCSCacheManager was modified to move away from …
(edit) @18433   2 years taylor.smock Fix #22024: DataIntegrityProblemException during data upload This is …
(edit) @18410   2 years taylor.smock WMTSTileSourceTest: Output the actual url when {apikey} is not in the …
(edit) @18403   2 years taylor.smock fix #21953: Remember custom overpass servers This was caused by not …
(edit) @18394   2 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18393   2 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18381   2 years taylor.smock Imagery Tests: Update expected error messages see r18380
(edit) @18376   2 years taylor.smock see r18374: Add missing building:part=yes tag
(edit) @18374   2 years taylor.smock RelationCheckerTest: Update tests for r18369 see #21738: update …
(edit) @18373   2 years taylor.smock checkstyle: LineLength > 149 in files from r18372
(edit) @18372   2 years taylor.smock see #21850: WMS and WMTS don't support {apikey} Add tests for r18371.
(edit) @18365   2 years Don-vip see #15182 - make JOSM callable as standalone validator (patch by …
(edit) @18360   2 years Don-vip upgrade to checkstyle 9.2.1
(edit) @18353   2 years Don-vip fix #21696 - add robustness in case NaN coordinates are being …
(edit) @18350   2 years Don-vip see #21005 - fix assumption
(edit) @18349   2 years Don-vip see #21005 - Assume security manager property is set on Java >= 18 …
(edit) @18344   2 years Don-vip see #21655 - update unit test
(edit) @18341   2 years Don-vip fix #21646 - Round new points in imagery.Shape (patch by taylor.smock)
(edit) @18332   2 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18327   2 years GerdP fix #21550: NPE in …
(edit) @18317   2 years GerdP see #20982: Douglas-Peucker implementation is wrong adapt unit test
(edit) @18306   2 years Don-vip see #21476 - fix non-regression test in CI environment (patch by …
(edit) @18302   2 years Don-vip see #21476 - disable failing test + fix checkstyle violations
(edit) @18299   2 years Don-vip fix #21476 - Fix and add non-regression test for …
(edit) @18291   2 years Don-vip fix #21463 - Fix parsing of empty parenthesis pairs in search …
Note: See TracRevisionLog for help on using the revision log.