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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(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) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8389   9 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8382   9 years Don-vip fix copyright/license headers globally (missed a few files)
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8369   9 years Don-vip fix #11396 - exclude man_made from overlapping way test
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8364   9 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8362   9 years Don-vip fix #11415 - Wrong warnings about unclosed ways
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8348   9 years Don-vip use of Utils.getDurationString()
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(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) @8334   9 years stoecker see #11405 - fix typo
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8327   9 years Don-vip fix #11386 - reduce cache memory footprint (patch by wiktorn)
(edit) @8326   9 years Don-vip fix #11404 - High CPU load during tile loading in TMS layer and …
(edit) @8325   9 years Don-vip see #11405 - fix typo
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8320   9 years stoecker fix #11405 - warn about very long segments (>15km for now)
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8315   9 years stoecker remove old migration code
(edit) @8314   9 years bastiK applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)
(edit) @8313   9 years Don-vip fix #11397 - NPE
(edit) @8309   9 years stoecker disable old empty internal tagchecker file
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8307   9 years bastiK applied #10902 - TMS simultaneous connections (patch by wiktorn)
(edit) @8299   9 years stoecker see #8562 - text correction
(edit) @8296   9 years stoecker see #8562 - move IPv6 detection to main class instead of preferences
(edit) @8295   9 years stoecker fix #8562 - autodetect working IPv6 - hopefully solve bad Java IPv6 support
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(edit) @8286   9 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8283   9 years stoecker some i18n code cleanups
(edit) @8269   9 years simon04 fix #11172 - Crossing ways: ignore highway=rest_area and …
(edit) @8266   9 years simon04 fix #9782 fix #10859 - MapCSS validator: evaluate real key and value …
(edit) @8265   9 years simon04 fix #10913 - MapCSS validator: retain sequence of fixing commands
(edit) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8255   9 years bastiK fixed #11369 - Add EPSG:2019 projection
(edit) @8242   9 years Don-vip fix #11360 - do not propose autofix for opening_hours with the same …
(edit) @8239   9 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(edit) @8224   9 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @8186   9 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(edit) @8176   9 years stoecker fix #11317 - tile flickering during TMS loading - patch by wiktorn
(edit) @8174   9 years bastiK see #11216 - fixes NPE when BingAttribution is not loaded, and for not …
(edit) @8172   9 years bastiK see #11216 - fix IndexedDiskCacheManager (patch by wiktorn)
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8155   9 years bastiK applied #11250 - User#userMap is not synchronized (patch by michael2402)
(edit) @8140   9 years bastiK mappaint: turn off anti-aliasing for area drawing (small performance …
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8113   9 years bastiK fixed #11201 - don't create TextLayout for zero length string
(edit) @8111   9 years bastiK fixed #11194 - Bangla script not rendered correctly on main map area
(edit) @8110   9 years bastiK see #11194 - fix rendering of Bangla script (among others) when there …
(edit) @8106   9 years Klumbumbus fix #11152 - improve validator message.
(edit) @8100   9 years stoecker fix #10581 - rewrite old URL's to JOSM server
(edit) @8093   9 years stoecker javadoc fixes
(edit) @8092   9 years stoecker some javadoc
(edit) @8091   9 years stoecker proper handling of language infor for maps name and description
(edit) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @8067   9 years stoecker version off by one
(edit) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @8045   9 years Klumbumbus fix #6363 - downgrade "Style for inner way equals multipolygon" …
(edit) @7995   9 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7987   9 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7986   9 years Don-vip fix #10945 - restore warning at INFO level when relations all have the …
(edit) @7981   9 years Don-vip fix #10995 - lower "Unnamed junction" warning to info level
(edit) @7961   9 years Don-vip signature change to allow better flexibility for plugins
(edit) @7951   9 years Don-vip fix some Sonar issues
(edit) @7947   9 years Don-vip fix #10945 - allow several associatedStreet relations if they share …
Note: See TracRevisionLog for help on using the revision log.