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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19247   4 months taylor.smock Fix #23950: Fix a StackOverflowError that occurs when a …
(edit) @19228   5 months taylor.smock Fix #23930: Merging duplicated layers with little differences stalls …
(edit) @19221   5 months taylor.smock Fix failing build due to putting unit test for renderer in unit …
(edit) @19220   5 months taylor.smock See #11487: Have josm render data to tiles Start adding basic …
(edit) @19175   6 months taylor.smock Fix #23846: Setting all referrers downloaded doesn't happen if the …
(edit) @19155   6 months taylor.smock Fix tests broken by r19152
(edit) @19120   8 months taylor.smock See #17858: Update code for newer Java features Also add a note that …
(edit) @19065   10 months GerdP see #21881 Add a check for loops in directional waterways Fix code in …
(edit) @19064   10 months GerdP see #21881 Add a check for loops in directional waterways - fix @since …
(edit) @18977   12 months taylor.smock See #23468: Improve performance in the validator tree window This …
(edit) @18890   16 months taylor.smock Fix #23256: AbstractPrimitive::putAll not updating values (patch by …
(edit) @18870   16 months taylor.smock See #16567: Update to JUnit 5 This converts most tests to use …
(edit) @18853   16 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18847   17 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
(edit) @18690   2 years taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18600   2 years taylor.smock Fix #22515: Shortcuts for search string icons on toolbar made with …
(edit) @18553   2 years taylor.smock Fix #20716: Search for missing power line support features (patch by …
(edit) @18496   3 years taylor.smock Fix #22156: ArithmeticException: / by zero in …
(edit) @18291   3 years Don-vip fix #21463 - Fix parsing of empty parenthesis pairs in search …
(edit) @18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18195   3 years Don-vip fix #21300 - NPE in search compiler (patch by taylor.smock)
(edit) @18106   4 years Don-vip fix #21150 - Add JUnit5 annotation for WireMockServer (patch by …
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(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) @17896   4 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17838   4 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(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) @17673   4 years simon04 see #20673 - Simplify DefaultNameFormatter.format(IPrimitive)
(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) @17346   4 years GerdP checkstyle issues
(edit) @17341   4 years GerdP fix #20091: Downloading incomplete, deleted members leads to data …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17283   4 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17277   4 years Don-vip see #16567 - fix more obvious test errors
(edit) @17275   4 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17195   4 years simon04 see #15102 - see #16637 - Use WireMockServer.url()
(edit) @17190   4 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17186   4 years GerdP add unit test for Way.removeNode() and Way.removeNodes() to increase …
(edit) @17114   4 years simon04 see #19704 - Enhance DateUtils.tsFromString to fix unit tests
(edit) @16952   4 years simon04 see #19717 - Extract DefaultNameFormatter.removeBiDiCharacters
(edit) @16951   4 years simon04 fix #19717 - DefaultNameFormatter: add missing U+202C POP DIRECTIONAL …
(edit) @16950   4 years simon04 Revert "fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE …
(edit) @16937   4 years simon04 fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE for …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(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) @16618   5 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(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) @16445   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16307   5 years simon04 SearchCompilerTest: use OsmUtils.createPrimitive
(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) @16212   5 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16077   5 years simon04 see #18886 - Node.updateDirectionFlags: override to improve performance
(edit) @16006   5 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15951   5 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed (fix NPE)
(edit) @15950   5 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed Just use a plain switch …
(edit) @15891   5 years Don-vip fix #18731 - add method to search for all primitives inside a bbox …
(edit) @15877   5 years Don-vip fix #18730 - BBox should allow adding a latlon with some extra space …
(edit) @15671   5 years simon04 Refactoring: OsmUtils.splitMultipleValues
(edit) @15609   5 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(edit) @15487   5 years Don-vip see #18274 - forgot to update unit test
(edit) @15483   5 years Don-vip fix #18274 - BBox should have a method to determine functional …
(edit) @15130   6 years GerdP fix wrong ticket number in javadoc
(edit) @15034   6 years Don-vip checkstyle/PMD
(edit) @14961   6 years GerdP reduce code duplication, add unit test for new access methods
(edit) @14960   6 years GerdP see #13538: - Add new method isOutSideWorld() to class Node and use …
(edit) @14946   6 years GerdP see #17459: remove duplicated code in reverter corehacks Step 1: Add …
(edit) @14922   6 years Don-vip fix #7481 - add missing conflict when merging a primitive modified and …
(edit) @14694   6 years Don-vip see #16073 - allow to ignore error only based on its last part
(edit) @14561   6 years GerdP fix #17112 regression from r14461
(edit) @14518   6 years GerdP fix #17081 correction and unit test
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
(edit) @14202   6 years Don-vip spotbugs - more fixes
(edit) @14201   6 years Don-vip spotbugs - fix various issues found with Eclipse plugin
(edit) @14166   6 years Don-vip update to Checkstyle 8.12
(edit) @14138   7 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14120   7 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14101   7 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14100   7 years Don-vip increase test coverage
(edit) @14092   7 years Don-vip drop FEST library. This project seems to have vanished years ago, and …
(edit) @13969   7 years Don-vip fix #16417 - Downloading primitive with id "0" causes …
(edit) @13925   7 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13920   7 years Don-vip increase unit test timeouts
(edit) @13907   7 years Don-vip add IWay.setNodes()
(edit) @13813   7 years Don-vip make sure unit test is stable
(edit) @13766   7 years Don-vip API alignment between Relation/RelationData and …
(edit) @13765   7 years Don-vip fix unit tests, PMD violation
Note: See TracRevisionLog for help on using the revision log.