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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(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) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8767   9 years Klumbumbus remove oneway arrows of deprecated tag waterway=rapids
(edit) @8742   9 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   9 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8739   9 years simon04 see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
(edit) @8735   9 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8709   9 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   9 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8652   9 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8632   9 years Don-vip update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
(edit) @8616   9 years bastiK applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
(edit) @8614   9 years bastiK applied #11708 - Removed redundant code from StyledMapRenderer (patch …
(edit) @8595   9 years Don-vip fix #11681 - NPE in tagging presets initialization
(edit) @8594   9 years Klumbumbus see #11600 see #11393 - fix r8591
(edit) @8591   9 years Klumbumbus fix #11600 see #11393 - (re)add default direction arrows for …
(edit) @8588   9 years Don-vip fix #11657 - User.createOsmUser() memory optimization
(edit) @8582   9 years Don-vip checkstyle
(edit) @8580   9 years Klumbumbus see #11600 see #11393 - try to fix r8579
(edit) @8579   9 years Klumbumbus fix #11600 see #11393 - don't assume oneway=yes without oneway on …
(edit) @8574   9 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8566   9 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(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) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(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) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(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) @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) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8325   9 years Don-vip see #11405 - fix typo
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   9 years Don-vip code cleanup
(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) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(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) @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) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @7995   9 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7961   9 years Don-vip signature change to allow better flexibility for plugins
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7865   9 years Don-vip fix NPE, typo
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7798   9 years Don-vip see #10825 - always create nodes with coordinates
Note: See TracRevisionLog for help on using the revision log.