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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11097   9 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11096   9 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @11095   9 years simon04 Default method implementations of Data interface
(edit) @11090   9 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11087   9 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11085   9 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
(edit) @11083   9 years Don-vip fix #13762 - allow meta[lang=xx] in validator mapcss rules
(edit) @11081   9 years Don-vip update new TLD from IANA
(edit) @11079   9 years michael2402 Fix #13665: A way is only selectable if it is drawable.
(edit) @11068   9 years Don-vip update new TLD from IANA
(edit) @11066   9 years Don-vip update new TLD from IANA
(edit) @11065   9 years stoecker see #13682 - silently drop also converted_by - remove duplicate
(edit) @11064   9 years stoecker fix #13682 - silently drop also converted_by
(edit) @11062   9 years simon04 fix #13643 - NoSuchElementException in DuplicateNode.isFixable
(edit) @11061   9 years simon04 fix #10260 - Warning on reversing ways with direction-dependent nodes
(edit) @11060   9 years simon04 Checkstyle, fix deprecated usage
(edit) @11058   9 years simon04 fix #13581 - Preferences: migrate old color keys
(edit) @11054   9 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11045   9 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11042   9 years simon04 Use CachedFile#getContentReader where possible
(edit) @11041   9 years Don-vip update new TLD from IANA
(edit) @11038   9 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11027   9 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @11023   9 years Don-vip checkstyle
(edit) @11018   9 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @11017   9 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   9 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11014   9 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11013   9 years Don-vip checkstyle / sonar
(edit) @11012   9 years Don-vip update new TLD from IANA
(edit) @11007   9 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @10993   9 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10992   9 years Don-vip sonar - squid:S00118 - Abstract class names should comply with a …
(edit) @10991   9 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10990   9 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10981   9 years Don-vip fix #13536 - multipolygon role verification: do not warn about …
(edit) @10978   9 years Don-vip fix #13597 - No such function prettifyValue in OpeningHourTest
(edit) @10972   9 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10970   9 years Don-vip see #13491 - remove unused parameter
(edit) @10965   9 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10953   9 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10952   9 years Don-vip simplify uses of PrintWriter
(edit) @10948   9 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10946   9 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10943   9 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations …
(edit) @10942   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10939   9 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10938   9 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10925   9 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10924   9 years Don-vip fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
(edit) @10923   9 years Don-vip update new TLD from IANA
(edit) @10922   9 years michael2402 See #13309: Make PreferencesTest compile again.
(edit) @10921   9 years simon04 Re-add SuppressWarnings (got lost in r10608)
(edit) @10920   9 years michael2402 See #13309: Do not add 'color.' prefix twice in getColor()
(edit) @10919   9 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10915   9 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   9 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10910   9 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10906   9 years Don-vip add more non-regression NMEA unit tests
(edit) @10903   9 years Don-vip update new TLD from IANA
(edit) @10901   9 years Don-vip fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
(edit) @10896   9 years Klumbumbus fix #6708 - Pistes can be drawn as area or linear. If linear they can …
(edit) @10891   9 years Don-vip fix #13442 - Use lock downgrade during endUpate (patch by michael2402) …
(edit) @10887   9 years Don-vip fix #13385 - rendering artifacts (patch by Gerd Petermann)
(edit) @10884   9 years Don-vip fix #13427 - in wireframe mode, some line segments are invisible …
(edit) @10880   9 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10877   9 years Don-vip see #13416 - add parameter validation do detect NPE origin
(edit) @10876   9 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10875   9 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   9 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   9 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10871   9 years Don-vip see #13408 - fix javadoc
(edit) @10870   9 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10869   9 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10868   9 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10859   9 years Don-vip update new TLD from IANA
(edit) @10857   9 years Don-vip see #13306 - remove unused LineClip class
(edit) @10856   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10853   9 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10846   9 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10844   9 years Don-vip update new TLD from IANA
(edit) @10842   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core
(edit) @10841   9 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
(edit) @10839   9 years Don-vip see #13309 - remove deprecated color stuff not used outside of JOSM
(edit) @10838   9 years Don-vip update new TLD from IANA
(edit) @10837   9 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10836   9 years Don-vip see #11924 - fix javadoc warnings seen with Java 9
(edit) @10829   9 years Don-vip see #13306 - fix wrong version number
(edit) @10827   9 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   9 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10817   9 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10809   9 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10807   9 years Don-vip update new TLD from IANA
(edit) @10806   9 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10805   9 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10803   9 years Don-vip fix #13347 - simplify CrossingWays test (patch by Gerd Petermann)
(edit) @10788   9 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10785   9 years Don-vip update new TLD from IANA
(edit) @10778   9 years Don-vip fix #13305 - correct javadoc in TestError (patch by gpetermann_muenchen)
(edit) @10776   9 years Don-vip fix #13295 - improve UnconnectedWays test performance (patch by …
Note: See TracRevisionLog for help on using the revision log.