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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11190   7 years Don-vip fix warnings caused by r11147
(edit) @11189   7 years wiktorn Log GetCapabilities document on parse error See: #13861
(edit) @11188   7 years wiktorn Allow working on readonly JOSM Home Return null …
(edit) @11179   7 years simon04 update new TLD from IANA
(edit) @11178   7 years simon04 Checkstyle
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11176   7 years simon04 fix #11010 - Wrong order of objects uploaded Now the uploaded objects …
(edit) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(edit) @11169   7 years simon04 JCS: get rid of verbose logging on Windows
(edit) @11162   7 years bastiK fixed #6664 - use XDG Base Directory Specification on Linux If …
(edit) @11161   7 years stoecker properly handling of HDOP - not restricting it to the range of 0 to 1
(edit) @11159   7 years Klumbumbus adjust sport=skiing validator warnings
(edit) @11158   7 years bastiK see #13307 - validator/MultipolygonTest: increase robustness by not …
(edit) @11157   7 years bastiK see #13307 - validator/MultipolygonTest: add check for duplicate …
(edit) @11155   7 years Klumbumbus fix #13841 - Exclude railway=razed from crossing ways test
(edit) @11151   7 years Don-vip update new TLD from IANA
(edit) @11149   7 years bastiK applied #13086 - changed self-intersecting ways detection (patch by …
(edit) @11148   7 years michael2402 Fix #13636: Use clipping for images on a line (RepeatImageElement).
(edit) @11147   7 years michael2402 Fix 13636: Use line clipping for computing the one way arrows, too.
(edit) @11144   7 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11143   7 years bastiK remove unused code in QuadBuckets
(edit) @11136   8 years bastiK applied #13086 - Detect all self-intersecting ways (patch by Gerd …
(edit) @11135   8 years simon04 see #13799 - NPE in MultipolygonTest
(edit) @11134   8 years simon04 fix #13807 see #13799 - Regression: zoom to problem doesn't work anymore
(edit) @11131   8 years simon04 "Missing name:* translation" test: ignore name:etymology:wikidata
(edit) @11130   8 years simon04 fix #13800 see #13799 - Fix IAE in TestError
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @11126   8 years Don-vip update new TLD from IANA
(edit) @11121   8 years Don-vip checkstyle
(edit) @11119   8 years simon04 fix #13289 - Cache polygonIntersection results in MultipolygonBuilder …
(edit) @11117   8 years simon04 fix #13591 - Change in multipolygon is not recognized by …
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11111   8 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11099   8 years Don-vip sonar - squid:S1609 - @FunctionalInterface annotation should be used …
(edit) @11098   8 years Don-vip sonar - squid:S2959 - Unnecessary semicolons should be omitted
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11096   8 years Don-vip sonar - squid:S3725 - Java 8's Files.exists should not be used (The …
(edit) @11095   8 years simon04 Default method implementations of Data interface
(edit) @11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
(edit) @11083   8 years Don-vip fix #13762 - allow meta[lang=xx] in validator mapcss rules
(edit) @11081   8 years Don-vip update new TLD from IANA
(edit) @11079   8 years michael2402 Fix #13665: A way is only selectable if it is drawable.
(edit) @11068   8 years Don-vip update new TLD from IANA
(edit) @11066   8 years Don-vip update new TLD from IANA
(edit) @11065   8 years stoecker see #13682 - silently drop also converted_by - remove duplicate
(edit) @11064   8 years stoecker fix #13682 - silently drop also converted_by
(edit) @11062   8 years simon04 fix #13643 - NoSuchElementException in DuplicateNode.isFixable
(edit) @11061   8 years simon04 fix #10260 - Warning on reversing ways with direction-dependent nodes
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11058   8 years simon04 fix #13581 - Preferences: migrate old color keys
(edit) @11054   8 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @11041   8 years Don-vip update new TLD from IANA
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11027   8 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @11023   8 years Don-vip checkstyle
(edit) @11018   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11014   8 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @11012   8 years Don-vip update new TLD from IANA
(edit) @11007   8 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @10993   8 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10992   8 years Don-vip sonar - squid:S00118 - Abstract class names should comply with a …
(edit) @10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10981   8 years Don-vip fix #13536 - multipolygon role verification: do not warn about …
(edit) @10978   8 years Don-vip fix #13597 - No such function prettifyValue in OpeningHourTest
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10970   8 years Don-vip see #13491 - remove unused parameter
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10953   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10952   8 years Don-vip simplify uses of PrintWriter
(edit) @10948   8 years Don-vip fix #13491 - fix EDT violation (patch by Gerd Petermann, modified)
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10943   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - "throws" declarations …
(edit) @10942   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10924   8 years Don-vip fix #13494 - Disable "Fix" Button for "Duplicate Node" that is outside …
(edit) @10923   8 years Don-vip update new TLD from IANA
(edit) @10922   8 years michael2402 See #13309: Make PreferencesTest compile again.
(edit) @10921   8 years simon04 Re-add SuppressWarnings (got lost in r10608)
(edit) @10920   8 years michael2402 See #13309: Do not add 'color.' prefix twice in getColor()
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10915   8 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   8 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10903   8 years Don-vip update new TLD from IANA
(edit) @10901   8 years Don-vip fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
(edit) @10896   8 years Klumbumbus fix #6708 - Pistes can be drawn as area or linear. If linear they can …
(edit) @10891   8 years Don-vip fix #13442 - Use lock downgrade during endUpate (patch by michael2402) …
Note: See TracRevisionLog for help on using the revision log.