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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18869   21 months taylor.smock Fix #23235: Allow unicode characters in URL paths
(edit) @18854   22 months taylor.smock Fix regression from r18853: test-compile failing due to an import for …
(edit) @18853   22 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18847   22 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
(edit) @18840   22 months taylor.smock Revert r18838, see #23008: natural=coastline does not work well with …
(edit) @18826   22 months taylor.smock Fix #23165: Cannot assign a changesetId > 0 to a new primitive There …
(edit) @18801   2 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18799   2 years taylor.smock See r18798: Actually use the @Territories annotation This also fixes …
(edit) @18786   2 years taylor.smock Fix #23083: SocketTimeoutException in …
(edit) @18777   2 years taylor.smock Reduce allocations during startup from Shape Shape#hashCode made …
(edit) @18766   2 years taylor.smock Fix #23011: Custom http headers aren't applied on custom TMS imagery …
(edit) @18761   2 years taylor.smock Fix borked tests (see r18757)
(edit) @18757   2 years taylor.smock Fix #17669, #22096: Allow placeholders in more locations in MapCSS
(edit) @18723   2 years taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18718   2 years taylor.smock See #22898: JOSM Validator CLI errors out when is run with …
(edit) @18714   2 years taylor.smock Fix #22898: JOSM Validator CLI errors out when is run with …
(edit) @18695   2 years taylor.smock Fix #22603: Add PBF reading support
(edit) @18691   2 years taylor.smock Significantly reduce cost of large presets like `Name Suggestion …
(edit) @18690   2 years taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18675   2 years taylor.smock Fix #22684: IAE: Parameter 'en1' must not be null in …
(edit) @18666   2 years taylor.smock See r18665, fix broken test and explain why the OAuth token consumer …
(edit) @18665   2 years taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18650   2 years taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @18649   2 years taylor.smock Fix #22712: ignore list doesn't work This occurred due to …
(edit) @18636   2 years taylor.smock Fix #21423: Prevent error codes from clashing This works by creating …
(edit) @18619   3 years taylor.smock Fix #22600: NPE: cannot invoke "EastNorth.isValid" because "common" is null
(edit) @18600   3 years taylor.smock Fix #22515: Shortcuts for search string icons on toolbar made with …
(edit) @18578   3 years taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
(edit) @18568   3 years taylor.smock See #22391/r18567: fix typo (&20 -> %20 for ' ' url encoding)
(edit) @18553   3 years taylor.smock Fix #20716: Search for missing power line support features (patch by …
(edit) @18526   3 years taylor.smock Fix tests that have been broken on Mac and Windows Mac was due to …
(edit) @18496   3 years taylor.smock Fix #22156: ArithmeticException: / by zero in …
(edit) @18494   3 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18478   3 years taylor.smock Really fix failing tests in VectorDataSetTest The test failed ~50% of …
(edit) @18477   3 years taylor.smock Fix tests broken in r18473, see #22032 This was caused by vector …
(edit) @18473   3 years taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18444   3 years taylor.smock Fix #21775: Remove deprecated code in ImageData The code in question …
(edit) @18410   3 years taylor.smock WMTSTileSourceTest: Output the actual url when {apikey} is not in the …
(edit) @18381   3 years taylor.smock Imagery Tests: Update expected error messages see r18380
(edit) @18376   3 years taylor.smock see r18374: Add missing building:part=yes tag
(edit) @18374   3 years taylor.smock RelationCheckerTest: Update tests for r18369 see #21738: update …
(edit) @18373   3 years taylor.smock checkstyle: LineLength > 149 in files from r18372
(edit) @18372   3 years taylor.smock see #21850: WMS and WMTS don't support {apikey} Add tests for r18371.
(edit) @18365   3 years Don-vip see #15182 - make JOSM callable as standalone validator (patch by …
(edit) @18360   4 years Don-vip upgrade to checkstyle 9.2.1
(edit) @18353   4 years Don-vip fix #21696 - add robustness in case NaN coordinates are being …
(edit) @18341   4 years Don-vip fix #21646 - Round new points in imagery.Shape (patch by taylor.smock)
(edit) @18291   4 years Don-vip fix #21463 - Fix parsing of empty parenthesis pairs in search …
(edit) @18287   4 years Don-vip fix #20913 - fix handling of GPX files in sessions (patch by Bjoeni) …
(edit) @18283   4 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18282   4 years GerdP see #21438 Add unit test for tags keys which appear in presets but …
(edit) @18207   4 years Don-vip fix #21257 - sort tracks chronologically when writing GPX file
(edit) @18195   4 years Don-vip fix #21300 - NPE in search compiler (patch by taylor.smock)
(edit) @18183   4 years Don-vip fix #21254 - fix shoe lace formula implementation (patch by taylor.smock)
(edit) @18144   4 years Don-vip increase tolerance of elipsoid test, got this random failure on ubuntu …
(edit) @18107   4 years Don-vip fix checkstyle/PMD issues
(edit) @18106   4 years Don-vip fix #21150 - Add JUnit5 annotation for WireMockServer (patch by …
(edit) @18100   4 years Don-vip Disable test on Github Windows runners + Java 8, minor differences …
(edit) @18097   4 years Klumbumbus see #21161 - Fix unit test
(edit) @18061   4 years Don-vip see #21131 - Improve GPX image correlation: direction detection and …
(edit) @18049   4 years Don-vip fix #20796 - Delete image file from disk : only remove images from …
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @18030   4 years Don-vip Make Projections.getProjectionByCode null-safe
(edit) @18027   4 years Don-vip improve speed of ProjectionRefTest from 75s to 45s using parallel stream
(edit) @18011   4 years Don-vip see #17177 - add debug log on saving, wait for saving in …
(edit) @18009   4 years Don-vip fix #20860 - make sure to not try to close a note when none is selected
(edit) @18006   4 years Don-vip fix NPE in TagMap constructor
(edit) @17990   4 years Don-vip see #17177 - detailed errors for random unit test failures
(edit) @17984   4 years Don-vip fix #21011 - IAE when reading GPX file with extension (patch by …
(edit) @17965   4 years Don-vip see #17177 - unit test on Windows VM still failing - remove space from …
(edit) @17961   4 years Don-vip see #17177 - fix unit test on Windows
(edit) @17960   4 years Don-vip see #17177 - fix two unit tests broken on Windows (patch by taylor.smock)
(edit) @17946   4 years Klumbumbus see #21048 - Fix unit test again
(edit) @17945   4 years Klumbumbus see #21048 - Fix unit test
(edit) @17916   4 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17914   4 years simon04 fix #20933 - NumberFormatException: For input string: "333,662" (patch …
(edit) @17896   4 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17888   4 years simon04 Checkstyle
(edit) @17882   4 years simon04 see #11710 - Fix MethodOrderer deprecation
(edit) @17879   4 years simon04 see #17177 - Fix LayersTest.testSymbol
(edit) @17878   4 years simon04 fix #11710 - Re-geotagging hides pictures that are not covered by GPX …
(edit) @17867   4 years simon04 see #17177 - fix @since xxx
(edit) @17862   4 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17845   4 years simon04 see #14176 - Introduce class Interval
(edit) @17841   4 years simon04 see #14176 - Migrate various classes to Instant
(edit) @17838   4 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17837   4 years simon04 fix #20824 - NPE while sorting notes
(edit) @17766   4 years simon04 fix #20754 - TagChecker: Unusual Unicode character on Nuu-chah-nulth …
(edit) @17752   4 years simon04 see #20745 - Avoid heap allocations due to BBox in IPrimitive.getBBox …
(edit) @17749   4 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17746   4 years simon04 fix #16171 - Case sensitive regexp key=value searches aren't case sensitive
(edit) @17720   4 years simon04 see #14176 - Migrate ChangesetDiscussionComment to Instant
(edit) @17717   4 years simon04 see #14176 - Migrate Changeset to Instant
(edit) @17715   4 years simon04 see #14176 - Migrate GPX to Instant
(edit) @17712   4 years simon04 see #14176 - Migrate Note/NoteComment to Instant
(edit) @17673   4 years simon04 see #20673 - Simplify DefaultNameFormatter.format(IPrimitive)
(edit) @17665   4 years simon04 see #18074 - Revert "Duplicate Node: detect errors caused by different …
(edit) @17619   4 years simon04 see #4626 - Extract class MapCSSTagCheckerRule
(edit) @17612   4 years simon04 fix #18074 - Duplicate Node: detect errors caused by different …
(edit) @17591   4 years simon04 see #20626 - OpeningHoursParser: report multiple parse exceptions
Note: See TracRevisionLog for help on using the revision log.