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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10936   8 years Don-vip sonar
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10902   8 years Don-vip fix #13318 - fix bug report (patch by michael2402) - gsoc-core
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10895   8 years Don-vip see #13232 - remove/exclude unused classes
(edit) @10894   8 years Don-vip fix #13406 - UnsupportedOperationException at gpx color change (patch …
(edit) @10886   8 years Don-vip fix #13434 - Increase bug report test coverage (patch by michael2402) …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10834   8 years Don-vip see #12890 - remove Predicates class (not used anymore by known plugins)
(edit) @10830   8 years Don-vip fix #13281 - Small typo in phrase
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10819   8 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10802   8 years Don-vip fix #13346 - NPE
(edit) @10797   8 years Don-vip fix #13339 - NPE
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10790   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ENTER)
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10768   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10761   8 years Don-vip sonar - squid:S1696 - "NullPointerException" should not be caught
(edit) @10757   8 years Don-vip sonar - squid:S1659 - Multiple variables should not be declared on the …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10746   8 years Don-vip see #11390, see #11924 - replace javax.xml.bind.DatatypeConverter
(edit) @10745   8 years Don-vip fix javadoc warnings
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10741   8 years Don-vip see #11924 - XMLReaderFactory has been deprecated in Java 9, see …
(edit) @10734   8 years Don-vip see #12022 - Add Gnome Atk wrapper package details to status report
(edit) @10733   8 years Don-vip checkstyle
(edit) @10731   8 years simon04 fix #13276 - icon flashes when zooming Do never load local images …
(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 …
Note: See TracRevisionLog for help on using the revision log.