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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16641   4 years simon04 fix #18258 - OsmReader: Allow end user to know what the original id of …
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16621   4 years simon04 see #19334 - Use @SuppressWarnings to ignore seldom occurring …
(edit) @16581   4 years simon04 fix #13082 - SearchCompiler: add members: keyword to search for …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16548   4 years simon04 fix #18801 - Allow layers to determine autosave functionality (patch …
(edit) @16546   4 years simon04 fix #19343 - DataIntegrityProblemException: report commands involving …
(edit) @16542   4 years simon04 fix #19225 - MapRendererPerformanceTest does not render as intended …
(edit) @16491   4 years GerdP see #19281: fix typo
(edit) @16488   4 years simon04 fix #19281, see #19174 - Use Objects.hash where it is not used (patch …
(edit) @16468   4 years simon04 Java 8: use Collection.removeIf
(edit) @16463   4 years GerdP remove dead deprecated code
(edit) @16460   4 years GerdP see #19254 - double click on first row did not work - allow to use all …
(edit) @16453   4 years simon04 see #19251, see #19252 - fix findFirst/map/orElse sequence
(edit) @16451   4 years simon04 see #19251 - Java warning, FindBugs
(edit) @16449   4 years simon04 Deprecate unused PrimitiveData.getFilteredList
(edit) @16445   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16433   4 years simon04 fix #18107 - ChangesetCacheManager: copy a list of changesets to clipboard
(edit) @16421   4 years simon04 Use IPrimitive.isMultipolygon
(edit) @16417   4 years simon04 Fix typo in Javadoc
(edit) @16393   4 years GerdP fix #19181: Preference "Draw. Direction Arrows" looks ugly when zoomed …
(edit) @16387   4 years simon04 Java 8: use Stream.anyMatch
(edit) @16364   4 years GerdP fix checkstyle issues
(edit) @16361   4 years GerdP deprecate dead(?) code Node.isConnectedTo(), was used by UnconnectWays …
(edit) @16263   4 years simon04 Fix typo in code comment
(edit) @16262   4 years simon04 fix #18164 - Migrate OverpassTurboQueryWizard to Java The new …
(edit) @16260   4 years simon04 fix #19070 - SearchCompiler: regexp comparison using <tilde>
(edit) @16259   4 years simon04 Implement SearchCompiler.AbstractBinaryMatch.map
(edit) @16253   4 years simon04 fix #18468 - MapCSS: add support for text-rotation
(edit) @16212   4 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16208   4 years simon04 StyledMapRenderer.drawArea: fix redundant local variable, unboxed float
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16143   4 years simon04 Fix typo in Javadoc
(edit) @16134   4 years GerdP see #18928: prevent possible endless loop in Multipolygon.joinWays()
(edit) @16123   4 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16115   4 years GerdP see #18861: simplify code, no functional change intended
(edit) @16108   4 years Don-vip fix #18909 - UniqueIdGenerator.generateUniqueId() should be public …
(edit) @16077   4 years simon04 see #18886 - Node.updateDirectionFlags: override to improve performance
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16068   4 years simon04 fix #18752 - Remove i18n from debug logging strings
(edit) @15951   4 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed (fix NPE)
(edit) @15950   4 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed Just use a plain switch …
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(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) @15877   4 years Don-vip fix #18730 - BBox should allow adding a latlon with some extra space …
(edit) @15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15764   4 years simon04 fix #17496 - AutoFilter: infer sensible default values for layer
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15692   4 years Don-vip see #18172 - compare ELI and JOSM categories + fix missed @since xxx
(edit) @15671   4 years simon04 Refactoring: OsmUtils.splitMultipleValues
(edit) @15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(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) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(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) @15535   4 years Klumbumbus fix #18128 - add waterway=tidal_channel (icon derived from internal …
(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   5 years Don-vip see #18274 - rename new method to make error_prone happy
(edit) @15483   5 years Don-vip fix #18274 - BBox should have a method to determine functional …
(edit) @15477   5 years Don-vip preserve filter attributes when editing an existing filter with …
(edit) @15472   5 years Don-vip fix #18253 - NPE
(edit) @15449   5 years GerdP see #13538: deprecate LatLon.isOutSideWorld()
(edit) @15440   5 years Don-vip checkstyle/findbugs/sonar
(edit) @15436   5 years Don-vip more uses of lambdas
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15404   5 years Don-vip fix #12669 - Disable upload and save buttons when not needed
(edit) @15390   5 years Don-vip remove deprecated code
(edit) @15378   5 years Don-vip fix #13592 - refresh relation member table connectivity after a change …
(edit) @15377   5 years Don-vip see #13679 - refactor session import/export classes for easier plugin …
(edit) @15376   5 years Don-vip see #14465 - allow plugins to retrieve selected tags with multiple values
(edit) @15364   5 years Don-vip fix #18047 - consider junction=circular like junction=roundabout
(edit) @15361   5 years Don-vip fix #18147, see #18006 - sort from/via/to members of restriction-alike …
(edit) @15335   5 years GerdP fix #18051 and #18106 This is more or less a rewrite of the code, I …
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15226   5 years Don-vip fix #14208 - add dedicated buttons in filter dialog to sort/reverse …
(edit) @15182   5 years Don-vip see #17819 - minor performance improvement, avoid to compute size twice
(edit) @15178   5 years GerdP fix #17819 - Create ArrayList instead of modifying a CopyList instance …
(edit) @15160   5 years GerdP fix #17768: Use code in MultipolygonTest to improve …
(edit) @15127   5 years Don-vip fix #17724 - Allow DataSet merges without merging the Bounds (patch by …
(edit) @15123   5 years GerdP improve javadoc: document some problems with intersection test …
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15120   5 years GerdP fix copy+paste error in javadoc
(edit) @15113   5 years GerdP fix #17746: Detect invalid MapCSS search expressions
(edit) @15014   5 years Don-vip see #17635 - make sure primitives can't be created with invalid tags …
(edit) @15012   5 years Don-vip remove duplicated code
(edit) @15008   5 years GerdP fix #17614: - don't test integer bounding box of intersection area, …
Note: See TracRevisionLog for help on using the revision log.