source: josm/trunk/test/unit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16968   4 years simon04 fix #14200 - Warn when moving elements by a large distance
(edit) @16953   4 years simon04 Java 8: use Comparator.comparing
(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) @16947   4 years simon04 see #19717 - Fix unit tests
(edit) @16946   4 years simon04 fix #19706, fix #19725 - ImageProvider/ImageResource: extract …
(edit) @16945   4 years simon04 see #19696 - Fix unit tests
(edit) @16937   4 years simon04 fix #19717 - DefaultNameFormatter: use FIRST-STRONG ISOLATE for …
(edit) @16936   4 years simon04 fix #19632 - GeoJSONWriter: write key={value} as JSON object (patch …
(edit) @16935   4 years simon04 see #19624 - Fix accidentally disabled GeoJSONReaderTest
(edit) @16933   4 years simon04 fix #19624 - Support reading line-delimited GeoJSON (RFC 7464; patch …
(edit) @16926   4 years simon04 fix #19706 - Selection/Relation list: render primitive icons in HiDPI
(edit) @16916   4 years simon04 see #19698 - Java Warnings, PMD
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16909   4 years simon04 see #19685, see #11593 - Add non-regression test
(edit) @16886   4 years simon04 fix #19633 - Route relations with split start do not show links as …
(edit) @16874   4 years stoecker deprecate OSM svn, see #19509
(edit) @16850   4 years simon04 fix #17836 - Download along several gpx tracks at once
(edit) @16839   4 years simon04 fix #19622 - Tag2Link: show icons based on presets/styles
(edit) @16838   4 years simon04 see #19622 - Extract OsmPrimitiveImageProvider
(edit) @16836   4 years simon04 fix #18555 - Tag2Link: make search engine configurable Advanced …
(edit) @16834   4 years simon04 fix #19620 - Tag2Link: allow to customize sources
(edit) @16825   4 years simon04 fix #19400 - Remote control: generate OpenAPI specification
(edit) @16824   4 years simon04 Remove Collection.contains check for Collection.remove
(edit) @16810   4 years simon04 fix #19551 - Add ImageProviderTest.testTicket19551 (patch by taylor.smock)
(edit) @16805   4 years simon04 fix #19571 - Update to OpeningHoursParser 0.22.0
(edit) @16802   4 years GerdP fix #19568: Don't complain about highway ending near other highway for …
(edit) @16788   4 years simon04 see #19519 - TagCheckerTest: add mon-regression test
(edit) @16782   4 years GerdP see #19432: fix comment in unit test
(edit) @16781   4 years GerdP fix #19432: Split way: AIOOB: Problem with member check with duplicate …
(edit) @16774   4 years simon04 fix #19293 - Tag2link/wikipedia: replace space with underscore
(edit) @16771   4 years stoecker fix #19508 - better reversal function for number, patch by gaben
(edit) @16768   4 years simon04 fix #19449 ImageProviderTest.testGetPadded has slow startup, and a …
(edit) @16767   4 years simon04 fix #19436 - RequestProcessor: do not add null objects to a JsonArray …
(edit) @16765   4 years simon04 see #16567 - Fix DomainValidatorTestIT for JUnit 5 (patch by taylor.smock)
(edit) @16764   4 years simon04 see #13173 - Fix cursor hotspot for HiDPI (patch by johsin18, modified)
(edit) @16739   4 years stoecker see #19483 - typo
(edit) @16736   4 years stoecker see #19483 - fix tests
(edit) @16734   4 years simon04 fix #19483 - Remote control /imagery: parse extended URL (parse …
(edit) @16727   4 years simon04 fix #16567 - Fix ImageryPreferenceTestIT for JUnit 5 (patch by …
(edit) @16703   4 years simon04 see #19403 - Fix RelationCheckerTest.testHikingRouteMembers
(edit) @16693   4 years simon04 see #16031 - Fix ComboTest.testUseLastAsDefault
(edit) @16691   4 years simon04 see #16031 - Add ComboTest.testUseLastAsDefault
(edit) @16690   4 years simon04 Extract PresetListEntry class
(edit) @16682   4 years simon04 see #19407 - Add SequenceCommandTest.testCreateReportedException
(edit) @16679   4 years simon04 Fix InspectPrimitiveDialogTest\
(edit) @16676   4 years simon04 see #19406 - Update InspectPrimitiveDialogTest
(edit) @16673   4 years simon04 fix #19381 - Upload dialog: warn about large bounding box
(edit) @16672   4 years simon04 see #19381 - Upload dialog: make warnings less intrusive
(edit) @16667   4 years simon04 see #19397 - Fix unit tests on JDK8
(edit) @16666   4 years simon04 see #19397 - Fix PluginHandlerJOSMTooOldTest
(edit) @16665   4 years simon04 see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT
(edit) @16663   4 years simon04 OsmWriter: fix max_lat/max_lon in <changeset>
(edit) @16660   4 years simon04 fix #19397 - JosmDecimalFormatSymbolsProvider is not used for locale …
(edit) @16658   4 years simon04 see #16567 - JUnit 5: call JOSMTestRules.after (patch by taylor.smock)
(edit) @16657   4 years simon04 Fix typos in Javadoc
(edit) @16652   4 years GerdP see #19312: fix unit tests
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16642   4 years simon04 see #18258 - OsmReaderTest: test all options combinations
(edit) @16641   4 years simon04 fix #18258 - OsmReader: Allow end user to know what the original id of …
(edit) @16636   4 years simon04 Update TemplatedWMSTileSourceTest, WMSEndpointTileSourceTest for …
(edit) @16635   4 years simon04 TemplatedWMSTileSourceTest: fix typo
(edit) @16634   4 years simon04 CustomMatchers: fix typo
(edit) @16618   4 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16617   4 years simon04 fix #16567 - Upgrade to JUnit 5 (patch by taylor.smock)
(edit) @16616   4 years simon04 fix #19380 - RelationChecker: improve validation message "Role …
(edit) @16612   4 years GerdP fix checkstyle, pmd issues introduced with r16611
(edit) @16611   4 years GerdP fix #12303: When downloading objects with Overpass API, use recurse up …
(edit) @16608   4 years simon04 see #16567 - Fix OptionParserTest.testMultipleShort
(edit) @16606   4 years simon04 see #19320 - Fix URL encoding for taghistory.raifer.tech
(edit) @16602   4 years simon04 Fix TerritoriesTestIT Accidentally modified in r16600.
(edit) @16600   4 years simon04 see #19330 - SelectionSynchronizer: do not interpolate selection …
(edit) @16597   4 years simon04 see #19369 - TaginfoAction.withTaginfoUrl: simplify construction of …
(edit) @16596   4 years simon04 fix #19320 - Add links to taghistory.raifer.tech
(edit) @16595   4 years simon04 Add unit test for Territories.getRegionalTaginfoUrls
(edit) @16590   4 years simon04 fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
(edit) @16589   4 years simon04 fix #19364 - Remote control /imagery: support all imagery options
(edit) @16588   4 years simon04 Add ImageryHandlerTest.testBuildImageryInfo
(edit) @16583   4 years simon04 see #19197 - Add FunctionsTest.testPref
(edit) @16582   4 years simon04 see #13082 - Extend SearchCompilerTest
(edit) @16577   4 years simon04 see #19354 - Fix FixDataHookTest
(edit) @16574   4 years simon04 see #19056 - Add SequenceCommandTest.testWrapIfNeeded
(edit) @16560   4 years simon04 fix #19286 - External entities are resolved when parsing tagging …
(edit) @16547   4 years simon04 Revert "Simplify QuadBucketsTest" Tests iterator implementation.
(edit) @16543   4 years simon04 Simplify QuadBucketsTest
(edit) @16533   4 years simon04 see #8352 - PropertiesDialog: add unit test for color tags
(edit) @16486   4 years simon04 fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18)
(edit) @16472   4 years simon04 see #19269 - TextTagParser.readTagsByRegexp: retain order of tags when …
(edit) @16447   4 years GerdP see #19053: remove wrong and previously obsolete method clean3000 and …
(edit) @16445   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16443   4 years simon04 see #19053 - fix cleanup3000, add non-regression test
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16434   4 years simon04 fix #19071 - Tag2Link: obtain rules via Apache Ivy and org.webjars.npm
(edit) @16426   4 years simon04 see #18712 - Add NetworkManager.isOffline(String) to test offline …
(edit) @16425   4 years simon04 Fix typo
(edit) @16424   4 years simon04 see #19193 - Fix WMSEndpointTileSourceTest
(edit) @16413   4 years simon04 see #19151 - SearchCompilerQueryWizard: add unit test
(edit) @16412   4 years simon04 fix #19193 - WMSImagery: fix parsing of version 1.3.0 capabilities …
Note: See TracRevisionLog for help on using the revision log.