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) @11285   7 years michael2402 More Javadoc for AreaElement
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11237   7 years bastiK applied #13933 - Simplify QuadBuckets and improve memory footprint …
(edit) @11227   7 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11190   7 years Don-vip fix warnings caused by r11147
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(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) @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) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(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) @11079   8 years michael2402 Fix #13665: A way is only selectable if it is drawable.
(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) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11054   8 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(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) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10953   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(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) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(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) …
(edit) @10887   8 years Don-vip fix #13385 - rendering artifacts (patch by Gerd Petermann)
(edit) @10884   8 years Don-vip fix #13427 - in wireframe mode, some line segments are invisible …
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10869   8 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10868   8 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10857   8 years Don-vip see #13306 - remove unused LineClip class
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10846   8 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10842   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core
(edit) @10841   8 years simon04 fix #8251 fix #10922 - Improve handling of user names that have …
(edit) @10829   8 years Don-vip see #13306 - fix wrong version number
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10806   8 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10697   8 years Don-vip fix #13258 - Pull benchmark code out of renderer (patch by …
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10687   8 years Don-vip remove deprecated Main.paste* fields (not used anymore by SVN plugins)
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10660   8 years Don-vip see #13225 - fix ImproveWayaccuracy mode (partial revert of r10656)
(edit) @10658   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates (forgot some)
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10655   8 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10609   8 years Don-vip fix javadoc
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10583   8 years Don-vip see #11390, fix #12952 - Java 8: Disable auto boxing for …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10312   8 years Don-vip sonar - squid:S2384 - Mutable members should not be stored or returned …
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
Note: See TracRevisionLog for help on using the revision log.