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) @18006   5 years Don-vip fix NPE in TagMap constructor
(edit) @17990   5 years Don-vip see #17177 - detailed errors for random unit test failures
(edit) @17984   5 years Don-vip fix #21011 - IAE when reading GPX file with extension (patch by …
(edit) @17965   5 years Don-vip see #17177 - unit test on Windows VM still failing - remove space from …
(edit) @17961   5 years Don-vip see #17177 - fix unit test on Windows
(edit) @17960   5 years Don-vip see #17177 - fix two unit tests broken on Windows (patch by taylor.smock)
(edit) @17946   5 years Klumbumbus see #21048 - Fix unit test again
(edit) @17945   5 years Klumbumbus see #21048 - Fix unit test
(edit) @17916   5 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17914   5 years simon04 fix #20933 - NumberFormatException: For input string: "333,662" (patch …
(edit) @17896   5 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17888   5 years simon04 Checkstyle
(edit) @17882   5 years simon04 see #11710 - Fix MethodOrderer deprecation
(edit) @17879   5 years simon04 see #17177 - Fix LayersTest.testSymbol
(edit) @17878   5 years simon04 fix #11710 - Re-geotagging hides pictures that are not covered by GPX …
(edit) @17867   5 years simon04 see #17177 - fix @since xxx
(edit) @17862   5 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17845   5 years simon04 see #14176 - Introduce class Interval
(edit) @17841   5 years simon04 see #14176 - Migrate various classes to Instant
(edit) @17838   5 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17837   5 years simon04 fix #20824 - NPE while sorting notes
(edit) @17766   5 years simon04 fix #20754 - TagChecker: Unusual Unicode character on Nuu-chah-nulth …
(edit) @17752   5 years simon04 see #20745 - Avoid heap allocations due to BBox in IPrimitive.getBBox …
(edit) @17749   5 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17746   5 years simon04 fix #16171 - Case sensitive regexp key=value searches aren't case sensitive
(edit) @17720   5 years simon04 see #14176 - Migrate ChangesetDiscussionComment to Instant
(edit) @17717   5 years simon04 see #14176 - Migrate Changeset to Instant
(edit) @17715   5 years simon04 see #14176 - Migrate GPX to Instant
(edit) @17712   5 years simon04 see #14176 - Migrate Note/NoteComment to Instant
(edit) @17673   5 years simon04 see #20673 - Simplify DefaultNameFormatter.format(IPrimitive)
(edit) @17665   5 years simon04 see #18074 - Revert "Duplicate Node: detect errors caused by different …
(edit) @17619   5 years simon04 see #4626 - Extract class MapCSSTagCheckerRule
(edit) @17612   5 years simon04 fix #18074 - Duplicate Node: detect errors caused by different …
(edit) @17591   5 years simon04 see #20626 - OpeningHoursParser: report multiple parse exceptions
(edit) @17590   5 years simon04 fix #20626 - Update to OpeningHoursParser 0.23.0
(edit) @17587   5 years simon04 see #20613 - AbstractPrimitive.keySet/keys: fix fast path for single key
(edit) @17586   5 years simon04 see #20613 - Use Tagged.keys() and Tagged.visitKeys()
(edit) @17584   5 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17549   5 years Don-vip fix #20346 - fix definition of EPSG:3346 for Lithuania (patch by nagisa)
(edit) @17477   5 years Don-vip fix #20437 - allow unicode characters for "latin iota letter", used in …
(edit) @17434   5 years Don-vip fix #20337 - support dog:conditional
(edit) @17430   5 years GerdP fix #20330: Crossing landuse=residential and natural=water should not …
(edit) @17413   5 years GerdP see #20019: Warn about direction=forward/backward on invalid nodes. - …
(edit) @17411   5 years GerdP fix #20019: Warn about direction=forward/backward on invalid nodes. - …
(edit) @17400   5 years GerdP fix #20121: Confusing handling of water objects in CrossingWays - …
(edit) @17384   5 years GerdP fix #20182: NumberFormatException in …
(edit) @17381   5 years GerdP fix checkstyle issue
(edit) @17376   5 years GerdP fix issues reported by sonar / coverity, simplify code, add unit tests …
(edit) @17374   5 years GerdP see #20167: [patch] Improve code readability by replacing indexed …
(edit) @17346   5 years GerdP checkstyle issues
(edit) @17341   5 years GerdP fix #20091: Downloading incomplete, deleted members leads to data …
(edit) @17333   5 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17310   5 years Don-vip see #16567 - rewrite ImageDataTest to get rid of problematic JMockit …
(edit) @17283   5 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17277   5 years Don-vip see #16567 - fix more obvious test errors
(edit) @17275   5 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17222   5 years GerdP Add unit test for validator test DuplicateWay to improve test coverage …
(edit) @17195   5 years simon04 see #15102 - see #16637 - Use WireMockServer.url()
(edit) @17190   5 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17186   5 years GerdP add unit test for Way.removeNode() and Way.removeNodes() to increase …
(edit) @17120   5 years simon04 see #18200 - Fix ImageDataTest after JMockit update
(edit) @17119   5 years simon04 see #19819 - NamedColorProperty: update Javadoc, add unit test
(edit) @17114   5 years simon04 see #19704 - Enhance DateUtils.tsFromString to fix unit tests
(edit) @17094   5 years simon04 see #19892 - Extend TemplatedWMSTileSourceTest.testGetTileUrl
(edit) @17085   5 years simon04 fix #19743, fix #19879 - Update to OpeningHoursParser 0.22.1
(edit) @17081   5 years Don-vip fix #19865 - IOOBE selecting several pictures and attempting to delete …
(edit) @17075   5 years Don-vip see #15102 - see #16637 - get rid of real HTTP calls to …
(edit) @16952   6 years simon04 see #19717 - Extract DefaultNameFormatter.removeBiDiCharacters
(edit) @16951   6 years simon04 fix #19717 - DefaultNameFormatter: add missing U+202C POP DIRECTIONAL …
(edit) @16950   6 years simon04 Revert "fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE …
(edit) @16947   6 years simon04 see #19717 - Fix unit tests
(edit) @16937   6 years simon04 fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE for …
(edit) @16916   6 years simon04 see #19698 - Java Warnings, PMD
(edit) @16913   6 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16805   6 years simon04 fix #19571 - Update to OpeningHoursParser 0.22.0
(edit) @16802   6 years GerdP fix #19568: Don't complain about highway ending near other highway for …
(edit) @16788   6 years simon04 see #19519 - TagCheckerTest: add mon-regression test
(edit) @16765   6 years simon04 see #16567 - Fix DomainValidatorTestIT for JUnit 5 (patch by taylor.smock)
(edit) @16703   6 years simon04 see #19403 - Fix RelationCheckerTest.testHikingRouteMembers
(edit) @16673   6 years simon04 fix #19381 - Upload dialog: warn about large bounding box
(edit) @16657   6 years simon04 Fix typos in Javadoc
(edit) @16643   6 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16636   6 years simon04 Update TemplatedWMSTileSourceTest, WMSEndpointTileSourceTest for …
(edit) @16635   6 years simon04 TemplatedWMSTileSourceTest: fix typo
(edit) @16618   6 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16616   6 years simon04 fix #19380 - RelationChecker: improve validation message "Role …
(edit) @16582   6 years simon04 see #13082 - Extend SearchCompilerTest
(edit) @16547   6 years simon04 Revert "Simplify QuadBucketsTest" Tests iterator implementation.
(edit) @16543   6 years simon04 Simplify QuadBucketsTest
(edit) @16447   6 years GerdP see #19053: remove wrong and previously obsolete method clean3000 and …
(edit) @16445   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16443   6 years simon04 see #19053 - fix cleanup3000, add non-regression test
(edit) @16438   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16424   6 years simon04 see #19193 - Fix WMSEndpointTileSourceTest
(edit) @16398   6 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16377   6 years GerdP fix #19145: some unclosed ways are not found - fix typo amenties -> …
(edit) @16360   6 years simon04 MapCSSTagChecker: remove method (only used in one test)
(edit) @16356   6 years simon04 Extend MapCSSTagCheckerTest.testInit
(edit) @16307   6 years simon04 SearchCompilerTest: use OsmUtils.createPrimitive
Note: See TracRevisionLog for help on using the revision log.