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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8533   10 years Don-vip findbugs
(edit) @8530   10 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8528   10 years Don-vip see #11255 - remove references to imagery/types folder deleted since …
(edit) @8526   10 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8514   10 years Don-vip checkstyle: various checks
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8506   10 years Don-vip fix some Sonar issues
(edit) @8496   10 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8490   10 years Don-vip fix #11567 - Exception when running validator
(edit) @8488   10 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8487   10 years Don-vip Hide implicit public constructor for utility classes
(edit) @8485   10 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8474   10 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8473   10 years Don-vip fix #11533 - proper use of Storage class in NoteData
(edit) @8471   10 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   10 years Don-vip minor code style issues
(edit) @8462   10 years wiktorn Prevent NPE in case, when some exception is thrown before attributes …
(edit) @8461   10 years Don-vip global use of String.isEmpty()
(edit) @8460   10 years Don-vip simplify usage of Way.firstNode()
(edit) @8459   10 years Don-vip javadoc / Unit test fixes
(edit) @8456   10 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8455   10 years Don-vip fix #11484 - group "missing name" and "long segments" validation results
(edit) @8454   10 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8452   10 years Don-vip fix #11503 - support oneway:bicycle in turn restriction test
(edit) @8451   10 years Don-vip fix #11512 - Add most commonly used ellipsoids (patch by BathoryPeter)
(edit) @8449   10 years Don-vip remove extra whitespaces
(edit) @8448   10 years Don-vip fix #11513 - {1.key} not working in fixChangeKey
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8443   10 years Don-vip remove extra whitespaces
(edit) @8440   10 years Don-vip fix javadoc warnings
(edit) @8438   10 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8435   10 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8433   10 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   10 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   10 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8421   10 years stoecker typo
(edit) @8420   10 years wiktorn Java docs for @8418, addresses #11456
(edit) @8419   10 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8418   10 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8415   10 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8413   10 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8406   10 years Don-vip Style - Method returns modified parameter
(edit) @8404   10 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8403   10 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   10 years Don-vip fix some minor Sonar issues
(edit) @8397   10 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8395   10 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   10 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8389   10 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8384   10 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8382   10 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8380   10 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   10 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   10 years Don-vip fix copyright/license headers globally
(edit) @8377   10 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   10 years Don-vip code style - remove useless calls to toString()
(edit) @8375   10 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   10 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   10 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8370   10 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8369   10 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8365   10 years Don-vip fix Findbugs performance issues
(edit) @8364   10 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8362   10 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8357   10 years Don-vip fix some Findbugs violations
(edit) @8349   10 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8348   10 years Don-vip use of Utils.getDurationString()
(edit) @8346   10 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   10 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8342   10 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8339   10 years stoecker fix #11409 - Remotecontrol on IPv6 and IPv4
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8334   10 years stoecker see #11405 - fix typo
(edit) @8332   10 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8331   10 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8327   10 years Don-vip fix #11386 - reduce cache memory footprint (patch by wiktorn)
(edit) @8326   10 years Don-vip fix #11404 - High CPU load during tile loading in TMS layer and …
(edit) @8325   10 years Don-vip see #11405 - fix typo
(edit) @8324   10 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   10 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8320   10 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8318   10 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8315   10 years stoecker remove old migration code
(edit) @8314   10 years bastiK applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)
(edit) @8313   10 years Don-vip fix #11397 - NPE
(edit) @8309   10 years stoecker disable old empty internal tagchecker file
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8307   10 years bastiK applied #10902 - TMS simultaneous connections (patch by wiktorn)
(edit) @8299   10 years stoecker see #8562 - text correction
(edit) @8296   10 years stoecker see #8562 - move IPv6 detection to main class instead of preferences
(edit) @8295   10 years stoecker fix #8562 - autodetect working IPv6 - hopefully solve bad Java IPv6 support
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   10 years Don-vip code cleanup
Note: See TracRevisionLog for help on using the revision log.