source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15928   4 years GerdP simplify code
(edit) @15926   4 years Don-vip fix recently introduced SonarQube issues
(edit) @15911   4 years simon04 Fix typo
(edit) @15906   4 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15903   4 years simon04 Projections.getProjectionByCode: use Map.computeIfAbsent
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15900   4 years simon04 Fix typo in code comment
(edit) @15893   4 years simon04 Fix SearchCompilerTest.testEqualsContract
(edit) @15891   4 years Don-vip fix #18731 - add method to search for all primitives inside a bbox …
(edit) @15888   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @15877   4 years Don-vip fix #18730 - BBox should allow adding a latlon with some extra space …
(edit) @15847   4 years simon04 Fix typo in Javadoc
(edit) @15841   4 years simon04 https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15840   4 years simon04 fix #18644 - Get rid of useless JCS warnings during startup
(edit) @15832   4 years simon04 ConflictCollection: use Java 8 features
(edit) @15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15815   4 years simon04 fix #18577 - Update opening_hours.js
(edit) @15808   4 years Don-vip update TLD from IANA
(edit) @15788   4 years GerdP see #18455: improve performance - filter TaggingPreset.data to avoid …
(edit) @15764   4 years simon04 fix #17496 - AutoFilter: infer sensible default values for layer
(edit) @15760   4 years simon04 fix #15628 - Strip HTML code from GPX descriptions
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15754   4 years simon04 SourcePrefHelper: use Stream
(edit) @15745   4 years Don-vip fix #18590 - AddressesTest should split addresses on common delimiters …
(edit) @15743   4 years Don-vip fix #18585, see #17454 - Support duration as restriction-type in …
(edit) @15740   4 years simon04 fix #18588, see #12235 - Comply with OSM Tile Usage Policy Do not …
(edit) @15739   4 years simon04 see #14921 - WMS: support time={time} for Sentinel-2 imagery
(edit) @15736   4 years simon04 Java 8: simplify Stream API usage
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15725   4 years GerdP fix #11914: Allow to show user name in titlebar - implement …
(edit) @15719   4 years simon04 Java 8: deprecate Utils.exists, Utils.find
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15704   4 years GerdP fix #9836: crossing barrier and highway is not reported (regressin of …
(edit) @15696   4 years Don-vip fix #18020 - don't show way directions for boundary relations
(edit) @15693   4 years Don-vip see #18172 - don't forget categoryOriginalString in copy constructor
(edit) @15692   4 years Don-vip see #18172 - compare ELI and JOSM categories + fix missed @since xxx
(edit) @15691   4 years GerdP fix #18544: Don't warn crossing administrative and protected_area …
(edit) @15685   4 years Klumbumbus see #18172 - contour lines should go into category elevation too
(edit) @15683   4 years Don-vip see #18455 - fix unit tests
(edit) @15682   4 years Don-vip see #18455 - don't perform INFO level tests in TagChecker if not enabled
(edit) @15680   4 years GerdP fix #18546: "Relation type is unknown" Lower severity from WARNING to OTHER
(edit) @15671   4 years simon04 Refactoring: OsmUtils.splitMultipleValues
(edit) @15668   4 years Don-vip fix #18540 - use correct primitive icons in validator dialog
(edit) @15667   4 years Don-vip fix #18455 - smarter error detection, should lead to less false positives
(edit) @15661   4 years simon04 fix #18388 - SystemOfMeasurement: primarily obtain country from …
(edit) @15658   4 years simon04 fix #18172 - Add new imagery categories "elevation" and "qa"
(edit) @15648   4 years Klumbumbus * fix #18374 - warn if collection_times is used instead of …
(edit) @15645   4 years GerdP fix #18455: Improve error messages again Patch by skyper, modified …
(edit) @15642   4 years GerdP see #18455: Improve error group string "Wrong presets types" -> "Type …
(edit) @15640   4 years Don-vip fix #18455 - detect objects not matching their presets object type …
(edit) @15629   4 years Don-vip fix #18511 - Remove GpxExtension parent from equals contract (patch by …
(edit) @15618   4 years Don-vip remove TLD from IANA
(edit) @15614   4 years Don-vip fix #18322 - allow uppercase superscript latin characters in *ref tags
(edit) @15613   4 years Don-vip fix #18449 - exclude lowercase schwa character (ə) from "unusual …
(edit) @15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(edit) @15606   4 years Don-vip fix #18444 - Changed default to "all" and also revert …
(edit) @15603   4 years Don-vip fix #18441 - Allow plugins to remove a test they added (patch by …
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15583   4 years GerdP see #18381: implement TaggingPresetListener to react on changes in …
(edit) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15573   4 years Don-vip fix #18404 - fix ConcurrentModificationException (regression from r15525)
(edit) @15562   4 years Klumbumbus update TLD from IANA
(edit) @15560   4 years GerdP fix #18389: GPX track with color black is invisible (Patch by Bjoeni) …
(edit) @15559   4 years GerdP fix checkstyle issue
(edit) @15558   4 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15556   4 years GerdP see #18385 update @since
(edit) @15555   4 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15554   4 years GerdP see #18368: Drastically improve performance of …
(edit) @15544   4 years Klumbumbus remove TLD from IANA
(edit) @15535   4 years Klumbumbus fix #18128 - add waterway=tidal_channel (icon derived from internal …
(edit) @15534   4 years Klumbumbus remove TLD from IANA
(edit) @15525   4 years Don-vip spotbugs - JLM_JSR166_UTILCONCURRENT_MONITORENTER
(edit) @15523   4 years Klumbumbus remove TLD from IANA
(edit) @15522   4 years Klumbumbus - fix #18324 - allow the role hail_and_ride in route=bus|trolleybus …
(edit) @15519   4 years Don-vip fix #18299 - handle noexit tag in UnconnectedWays test for railways too
(edit) @15515   4 years Don-vip fix #18293 - handle level tag like layer in CrossingWays test
(edit) @15514   4 years Don-vip fix #18294 - ignore railway=platform from UnconnectedWays test
(edit) @15510   4 years GerdP see #18240 : apply 18240.patch - Warn if incomplete multipolygon …
(edit) @15504   4 years Don-vip see #16796 - fix 1 forgotten FindBugs violation
(edit) @15502   4 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15497   4 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   4 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15486   4 years Don-vip see #18274 - rename new method to make error_prone happy
(edit) @15485   4 years Don-vip fix #18272 - Stop creating validator folder (patch by bagage)
(edit) @15483   4 years Don-vip fix #18274 - BBox should have a method to determine functional …
(edit) @15477   4 years Don-vip preserve filter attributes when editing an existing filter with …
(edit) @15472   4 years Don-vip fix #18253 - NPE
(edit) @15469   4 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(edit) @15468   4 years Don-vip fix #18247 - ignore ways ending with highway=elevator from …
(edit) @15463   5 years GerdP see #18232: remove Test.compareTo() and more
(edit) @15461   5 years GerdP sonar lint, code cleanup, no functional change
(edit) @15460   5 years Don-vip checkstyle/pmd
(edit) @15459   5 years GerdP fix #17837 and #18223, add unit tests TODO: - Will havily blow up …
(edit) @15458   5 years GerdP fix #18228: drastically improve performance of test "Unconnected …
(edit) @15456   5 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(edit) @15449   5 years GerdP see #13538: deprecate LatLon.isOutSideWorld()
Note: See TracRevisionLog for help on using the revision log.