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) @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
(edit) @17590   4 years simon04 fix #20626 - Update to OpeningHoursParser 0.23.0
(edit) @17587   4 years simon04 see #20613 - AbstractPrimitive.keySet/keys: fix fast path for single key
(edit) @17586   4 years simon04 see #20613 - Use Tagged.keys() and Tagged.visitKeys()
(edit) @17584   4 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17549   4 years Don-vip fix #20346 - fix definition of EPSG:3346 for Lithuania (patch by nagisa)
(edit) @17477   4 years Don-vip fix #20437 - allow unicode characters for "latin iota letter", used in …
(edit) @17434   4 years Don-vip fix #20337 - support dog:conditional
(edit) @17430   4 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   5 years simon04 see #19717 - Extract DefaultNameFormatter.removeBiDiCharacters
(edit) @16951   5 years simon04 fix #19717 - DefaultNameFormatter: add missing U+202C POP DIRECTIONAL …
(edit) @16950   5 years simon04 Revert "fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE …
(edit) @16947   5 years simon04 see #19717 - Fix unit tests
(edit) @16937   5 years simon04 fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE for …
(edit) @16916   5 years simon04 see #19698 - Java Warnings, PMD
(edit) @16913   5 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16805   5 years simon04 fix #19571 - Update to OpeningHoursParser 0.22.0
(edit) @16802   5 years GerdP fix #19568: Don't complain about highway ending near other highway for …
(edit) @16788   5 years simon04 see #19519 - TagCheckerTest: add mon-regression test
(edit) @16765   5 years simon04 see #16567 - Fix DomainValidatorTestIT for JUnit 5 (patch by taylor.smock)
(edit) @16703   5 years simon04 see #19403 - Fix RelationCheckerTest.testHikingRouteMembers
(edit) @16673   5 years simon04 fix #19381 - Upload dialog: warn about large bounding box
(edit) @16657   5 years simon04 Fix typos in Javadoc
(edit) @16643   5 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16636   5 years simon04 Update TemplatedWMSTileSourceTest, WMSEndpointTileSourceTest for …
(edit) @16635   5 years simon04 TemplatedWMSTileSourceTest: fix typo
(edit) @16618   5 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16616   5 years simon04 fix #19380 - RelationChecker: improve validation message "Role …
(edit) @16582   5 years simon04 see #13082 - Extend SearchCompilerTest
(edit) @16547   5 years simon04 Revert "Simplify QuadBucketsTest" Tests iterator implementation.
(edit) @16543   5 years simon04 Simplify QuadBucketsTest
(edit) @16447   5 years GerdP see #19053: remove wrong and previously obsolete method clean3000 and …
(edit) @16445   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16443   5 years simon04 see #19053 - fix cleanup3000, add non-regression test
(edit) @16438   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16424   5 years simon04 see #19193 - Fix WMSEndpointTileSourceTest
(edit) @16398   5 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16377   5 years GerdP fix #19145: some unclosed ways are not found - fix typo amenties -> …
(edit) @16360   5 years simon04 MapCSSTagChecker: remove method (only used in one test)
(edit) @16356   5 years simon04 Extend MapCSSTagCheckerTest.testInit
(edit) @16307   5 years simon04 SearchCompilerTest: use OsmUtils.createPrimitive
(edit) @16298   5 years GerdP see #18138: remove obsolete unit test
(edit) @16296   5 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16295   5 years GerdP fix #18138: Validator rules for connectivity relations 18138.8.patch …
(edit) @16268   5 years simon04 see #15943 - SearchDialog: fix search hint to search for existing key
(edit) @16260   5 years simon04 fix #19070 - SearchCompiler: regexp comparison using <tilde>
(edit) @16226   5 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @16212   5 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16182   5 years simon04 Fix typos in Javadoc
(edit) @16178   5 years Don-vip fix #18956 - allow TestError to be built with an empty list of …
(edit) @16114   5 years simon04 see #18140 - Update OpeningHoursParser to 0.21.1 > Updated …
(edit) @16099   5 years simon04 ProjectionRegressionTest: use Files.newBufferedReader
(edit) @16086   5 years simon04 see #18140 - Get rid of OpeningHoursParser.OpeningHoursTestError
(edit) @16077   5 years simon04 see #18886 - Node.updateDirectionFlags: override to improve performance
(edit) @16033   5 years Don-vip see #18845 - make MapCSSTagCheckerTest work without REVISION file
(edit) @16019   5 years Don-vip see #18845 - fix unit test
Note: See TracRevisionLog for help on using the revision log.