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) @19535   7 weeks stoecker remove a lot of PMD warnings, especially outdated ignores, see #24635
(edit) @19331   14 months stoecker checkstyle
(edit) @19330   14 months stoecker see #24104 - removed deprecated functions
(edit) @19284   15 months stoecker add one more discardable tag from wiki
(edit) @19282   15 months stoecker add some more auto-discard tags to match wiki description, see …
(edit) @19281   15 months stoecker converted_by no longer exists in the database, stop handling it special
(edit) @19108   22 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19096   23 months taylor.smock Fix #23677: Move PrimitiveData serialization back from AbstractPrimitive
(edit) @19080   2 years taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
(edit) @19078   2 years taylor.smock Fix #4142: Track fully downloaded objects (patch by stoecker, GerdP, …
(edit) @18891   2 years taylor.smock Fix #23256: AbstractPrimitive::putAll not updating values (patch by …
(edit) @18885   2 years taylor.smock Fix #23252: Ignore line_management=transition|termination in …
(edit) @18881   2 years stoecker add import as other name for source
(edit) @18646   3 years stoecker see #18258 - add a note why current_id is here
(edit) @18617   3 years taylor.smock Fix #22580: AbstractPrimitive#putAll was not creating a copy of the …
(edit) @18516   4 years taylor.smock Move OsmPrimitive isDrawable to AbstractPrimitive This should have no …
(edit) @18473   4 years taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18208   5 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18076   5 years Don-vip see #2760 - revert r18075 - causes nodes to remain after deletion of …
(edit) @18075   5 years Don-vip see #2760 - only consider GPX-prefixed tags uninteresting during the …
(edit) @17862   5 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17849   5 years simon04 fix #20830 - Reduce heap size of org.openstreetmap.josm.data.osm.Node …
(edit) @17755   5 years simon04 fix #20039 - Add 'import_uuid' & 'gnis:import_uuid' to discardable key list
(edit) @17749   5 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17589   5 years simon04 see #20613 - Fix NPE in AbstractPrimitive.visitKeys
(edit) @17587   5 years simon04 see #20613 - AbstractPrimitive.keySet/keys: fix fast path for single key
(edit) @17584   5 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @16981   6 years simon04 Fix typo in code comment
(edit) @16641   6 years simon04 fix #18258 - OsmReader: Allow end user to know what the original id of …
(edit) @15820   6 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15419   7 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15014   7 years Don-vip see #17635 - make sure primitives can't be created with invalid tags …
(edit) @15012   7 years Don-vip remove duplicated code
(edit) @14925   7 years Klumbumbus see #17512 - add osmarender:renderName, osmarender:renderRef and …
(edit) @14916   7 years Don-vip fix #17512 - Add osmarender:nameDirection to automatically discarded tags
(edit) @14905   7 years GerdP fix #17440: remove confusing code fixes several sonar lint issues …
(edit) @14434   7 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @13913   8 years Don-vip move hasSameInterestingTags() implementation from …
(edit) @13912   8 years Don-vip move get*Name() implementations from AbstractPrimitive to IPrimitive
(edit) @13911   8 years Don-vip move getPrimitiveId() implementation from AbstractPrimitive to …
(edit) @13809   8 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13804   8 years Don-vip move isKeyTrue/isKeyFalse from AbstractPrimitive to Tagged
(edit) @13668   8 years Don-vip move a few methods from AbstractPrimitive to Tagged
(edit) @13637   8 years Don-vip minor fixes
(edit) @13625   8 years Don-vip extract getNumKeys() from AbstractPrimitive to Tagged
(edit) @13564   8 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13561   8 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
(edit) @13309   8 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
(edit) @12542   9 years Don-vip partial revert of r12537
(edit) @12536   9 years Don-vip see #14833 - new API to manipulate primitives id counter
(edit) @12190   9 years michael2402 See #14794: More javadoc for data.osm package
(edit) @11940   9 years Don-vip revert r11934, causes javac warning "Compound assignments to bytes, …
(edit) @11934   9 years Don-vip sonar - squid:S1905 - Redundant casts should not be used
(edit) @11747   9 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11608   9 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11587   9 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11452   9 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11435   9 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11373   9 years bastiK see #14043 - move all flags constants to AbstractPrimitive (patch by …
(edit) @11369   9 years Don-vip see #14043 - restore short constants to their correct value
(edit) @11368   9 years Don-vip see #14043 - review use of short type
(edit) @11294   9 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11288   9 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10600   10 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10583   10 years Don-vip see #11390, fix #12952 - Java 8: Disable auto boxing for …
(edit) @10378   10 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @9656   10 years Don-vip see #12355 - fix NPE (regression from r9649)
(edit) @9649   10 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   11 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8742   11 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   11 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8735   11 years simon04 fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
(edit) @8709   11 years simon04 see #11827 - fix NPE introduced in r8708
(edit) @8708   11 years simon04 see #11827 - see #11653 - Revert r8566 till its impacts are fully …
(edit) @8652   11 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8582   11 years Don-vip checkstyle
(edit) @8574   11 years bastiK applied #11655 - memory optimization (patch by shinigami, modified)
(edit) @8566   11 years Don-vip fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
(edit) @8565   11 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8540   11 years Don-vip fix remaining checkstyle issues
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8449   11 years Don-vip remove extra whitespaces
(edit) @8440   11 years Don-vip fix javadoc warnings
(edit) @8390   11 years Don-vip Sonar - various performance improvements
(edit) @8291   11 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   11 years Don-vip code cleanup
(edit) @8283   11 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   12 years stoecker remove tabs
(edit) @7237   12 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7083   12 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7005   12 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   12 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6821   12 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)
Note: See TracRevisionLog for help on using the revision log.