source: josm/trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10583   9 years Don-vip see #11390, fix #12952 - Java 8: Disable auto boxing for …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @9656   9 years Don-vip see #12355 - fix NPE (regression from r9649)
(edit) @9649   9 years bastiK applied #12355 - add a new TagMap as Set<String, String> (patch by …
(edit) @9460   10 years Don-vip javadoc
(edit) @9267   10 years simon04 fix #12272 - Fix access to the AbstractPrimitive#keys (patch by …
(edit) @9243   10 years Don-vip javadoc update
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8742   10 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   10 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8735   10 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8709   10 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   10 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8652   10 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8582   10 years Don-vip checkstyle
(edit) @8574   10 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8566   10 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   10 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8449   10 years Don-vip remove extra whitespaces
(edit) @8440   10 years Don-vip fix javadoc warnings
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   10 years Don-vip code cleanup
(edit) @8283   10 years stoecker some i18n code cleanups
(edit) @7783   11 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7509   11 years stoecker remove tabs
(edit) @7237   11 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7083   11 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   11 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   11 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6821   11 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6629   12 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6610   12 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6579   12 years simon04 fix #4280 - Validator, crossing ways: do not warn if layer is missing …
(edit) @6246   12 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6215   12 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6140   12 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6090   12 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6069   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5927   12 years bastiK add missing license information
(edit) @5473   13 years stoecker fix typo
(edit) @5417   13 years stoecker some Javadoc fixes
(edit) @5266   13 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5251   13 years bastiK applied #7720 - fix for OsmServerBackreferenceReader
(edit) @4684   14 years Don-vip see #7159 - Layer merging performance
(edit) @4682   14 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4431   14 years jttt Custom primitive name formatters via tagging presets
(edit) @4150   14 years stoecker fix #6459 - new unglued objects should not copy user of original object
(edit) @4103   14 years bastiK fixed #6395 - "Paste Tags" (Ctrl+Shift+V) now completely broken
(edit) @4100   14 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(add) @4099   14 years bastiK Move common code for OsmPrimitive & PrimitiveData to abstract …
Note: See TracRevisionLog for help on using the revision log.