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) @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
(edit) @10307   8 years Don-vip change log level to trace
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10244   8 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @10006   8 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9994   8 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9976   8 years Don-vip sonar - code simplification
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9961   8 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9929   8 years Don-vip findbugs
(edit) @9891   8 years simon04 see #12300 - Make Drag and Drop work between different JOSM instances
(edit) @9880   8 years Don-vip findbugs
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9802   8 years bastiK fix NPE
(edit) @9800   8 years stoecker fix r9798 - variable is not used in JOSM, but in tests
(edit) @9798   8 years stoecker fix Coverity issues 1351364 and 1351265
(edit) @9793   8 years Don-vip checkstyle
(edit) @9788   8 years bastiK Jenkins truncates stdout, try to shorten it a bit
(edit) @9786   8 years bastiK new mappaint performance test tests different features separately
(edit) @9774   8 years Don-vip fix coverity (1350239, 1350240, 1350241) defects corresponding to …
(edit) @9716   8 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9703   8 years simon04 see #12472 - Fix warnings identified by error-prone
(edit) @9695   8 years simon04 see #12457 - MapCSS "modified" not updating after uploading changes
(edit) @9678   8 years Don-vip javadoc
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9656   8 years Don-vip see #12355 - fix NPE (regression from r9649)
(edit) @9649   8 years bastiK applied #12355 - add a new TagMap as Set<String, String> (patch by …
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(edit) @9626   8 years stoecker fix r9618 checkin
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9618   8 years stoecker fix Jenkins warning, coding style fixes
(edit) @9552   8 years Klumbumbus fix #10290 - remove wadi direction arrows; see #12404 - improve …
(edit) @9545   8 years Don-vip fix javadoc errors/warnings
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9538   8 years simon04 see #10290 - Consider waterway=canal as not directional, …
(edit) @9536   8 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9487   8 years Don-vip see #12376 - checkstyle
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9468   8 years simon04 fix #8804 - Add version info to conflict dialog
(edit) @9460   8 years Don-vip javadoc
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9351   8 years simon04 Refactoring: use Fork/Join Tasks for parallel execution
Note: See TracRevisionLog for help on using the revision log.