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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10720   8 years simon04 Close bug report dialog with escape
(edit) @10718   8 years simon04 see #11390 - Simplify StreamUtils
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10714   8 years simon04 see #11390 - Use CompletableFuture for async image loading
(edit) @10695   8 years simon04 see #13236 - Set caret to beginning of status report
(edit) @10692   8 years Don-vip fix javadoc warnings
(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) @10684   8 years Don-vip fix #13251 - Improve multipolygon validator performance (patch by …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(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) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10644   8 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @10642   8 years Don-vip fix #13184 - NPE while trying to exit JOSM
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10635   8 years simon04 fix #13201: Support Geo URLs with negative values
(edit) @10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
(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) @10625   8 years Don-vip see #11390 - Java 8: use more lambdas / method references
(edit) @10622   8 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10618   8 years Don-vip see #11390 - Java 8: use java.util.Base64
(edit) @10616   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) @10598   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field - gsoc-core
(edit) @10597   8 years Don-vip see #12905 - sonar - pmd:BooleanGetMethodName - A getX() method which …
(edit) @10594   8 years Don-vip see #11390, see #12908 - sonar - squid:S1612 - Lambdas should be …
(edit) @10588   8 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10586   8 years Don-vip see #11390, fix #13190 - Allow Lambda bug report parameters (patch by …
(edit) @10585   8 years Don-vip see #11390, fix #12905 - Add more information to the bug report (patch …
(edit) @10584   8 years Don-vip see #12908 - checkstyle
(edit) @10582   8 years Don-vip see #11390, fix #12908 - Java 8: Move to java Predicates (patch by …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10570   8 years Don-vip fix #13171 - Do not complain for non-existent files during cache …
(edit) @10513   8 years Don-vip fix #13071 - Make DateUtilsTest.testTsFromString and …
(edit) @10485   8 years stoecker style fix
(edit) @10484   8 years stoecker see #9995 - don't expose GuiSizesHelper for image purpose
(edit) @10483   8 years Don-vip fix #13047 - Make time zone test work in any time zone (patch by …
(edit) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10464   8 years stoecker don't add Resource, when it should not, see #12994
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10433   8 years Don-vip checkstyle
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10412   8 years Don-vip fix #12981 - mimic the old behavior of the layer listeners (patch by …
(edit) @10410   8 years stoecker do not use full archive name, but only hashCode for cache name
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10403   8 years stoecker see #12966 - don't mix caching of resource and zip-archive images
(edit) @10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10379   8 years Don-vip see #12963 - ignore warning on Linux systems which do not provide …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10370   8 years stoecker it's not so easy to add 1, I need two tries often :-)
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10359   8 years stoecker see #9995 - overlooked part of the code
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10339   8 years Don-vip fix unit tests
(edit) @10337   8 years Don-vip Windows 10: add new Segoe UI Historic font + add unit tests
(edit) @10316   8 years Don-vip fix coverity 1313942 + 1353522 - Integer handling issues
(edit) @10315   8 years Don-vip findbugs, code optimization/cleanup
(edit) @10314   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(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) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10289   8 years Don-vip see #12881, see #11924 - force generics to avoid Java 9 compilation error
(edit) @10287   8 years Don-vip fix #12881 - predicates usage in Utils (patch by michael2402)
(edit) @10286   8 years Don-vip fix #12880 - Add instanceOf predicate and predicate tests (patch by …
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10246   8 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD - remove unused …
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10178   8 years Don-vip see #11924 - add compatibility with JEP 272 for Java 9 on OSX
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10166   8 years Don-vip see #11390 - ask some Linux users to switch to Java 8 (partial …
(edit) @10160   8 years bastiK partial revert of [9529] (fixes #12583) possibly breaking tests
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10140   8 years bastiK fixed #12748 - Error dialog after deleting a new inserted node
(edit) @10133   8 years Don-vip increase code coverage
Note: See TracRevisionLog for help on using the revision log.