source: josm/trunk/src/org/openstreetmap/josm/io/remotecontrol

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(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) @10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10587   8 years Don-vip fix #13187 - Set encoding of remote control error pages to UTF-8 and …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(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) @10131   8 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @10116   8 years Don-vip add more unit tests
(edit) @10060   8 years Don-vip see #11924 - remove deprecated code, reduce double precision in unit …
(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) @9990   8 years Don-vip sonar - Inner classes which do not reference their owning classes …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9344   8 years Don-vip see #11924 - fix one javadoc warning with JDK9, add more unit tests
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8966   8 years akks fix #12023: 100% cpu load after turning off remote control
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8927   8 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8464   9 years Don-vip Singular fields
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8400   9 years Don-vip fix #11457 - use global action to benefit from custom download tasks …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8341   9 years stoecker typo
(edit) @8340   9 years stoecker #see #11409 - small design improvement
(edit) @8339   9 years stoecker fix #11409 - Remotecontrol on IPv6 and IPv4
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8337   9 years stoecker remotecontrol listens on IPv4 and IPv6 separately, fix #11409
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8263   9 years simon04 fix #11340 - Remote control: make …
(edit) @8249   9 years simon04 see #11356 - Remote control: fix opening overpass query The …
(edit) @8221   9 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8197   9 years simon04 see #9907 - Remote control: let the user decide which suitable …
(edit) @8193   9 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @8191   9 years simon04 see #10646 - Remote Control: simplify load_data implementation
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7871   9 years Don-vip fix #10878 - do not add new imagery layer through remote control if it …
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7830   9 years Don-vip fix #10833 - simplify remote control interface management: let Java …
(edit) @7826   9 years Don-vip fix #10833 - simplify remote control interface management: listen on …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7800   9 years Don-vip fix #10833 - robustness to localhost name resolution for remote control
(edit) @7760   9 years Don-vip see #10798 - remote control: special handling of Bing (default title …
(edit) @7749   9 years bastiK remotecontrol /import: only allow whitelisted download tasks to be …
(edit) @7702   9 years Don-vip see #10498, see #10660 - bump remote control version
(edit) @7679   9 years Don-vip fix #10498 - Remote Control applies tags incorrectly
(edit) @7637   9 years Don-vip see #10511 - disable unit test until we fix the bug
(edit) @7636   9 years Don-vip fix #10646 - Remote Control v1.6: new load_data handler to load OSM …
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7521   10 years bastiK fixed #10498 - do not rely on current selection when adding tags to …
(edit) @7509   10 years stoecker remove tabs
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7347   10 years Don-vip see #10033 - add new entry dns:127.0.0.1 to make it work with IE
(edit) @7343   10 years Don-vip see #10230, see #10033 - add "Install/uninstall certificate" buttons …
(edit) @7338   10 years Don-vip see #10230, see #10033 - JDK8 compatibility
(edit) @7337   10 years Don-vip see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
Note: See TracRevisionLog for help on using the revision log.