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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18801   10 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18516   2 years taylor.smock Move OsmPrimitive isDrawable to AbstractPrimitive This should have no …
(edit) @17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17849   3 years simon04 fix #20830 - Reduce heap size of org.openstreetmap.josm.data.osm.Node …
(edit) @17822   3 years simon04 see #20745 - Avoid heap allocations in OsmReader 12.0% of …
(edit) @17749   3 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17584   3 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17456   3 years GerdP see #20313: Relation editor: Changes of "uninteresting" tags in …
(edit) @17425   3 years GerdP fix #20031: area:highway validation produces false positive …
(edit) @17350   4 years GerdP fix #19465: Make "Overlapping ways" less aggressive - new preference …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16992   4 years Klumbumbus fix #19713 - Add junction=circular (icon self created, PD and CC0 …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16387   4 years simon04 Java 8: use Stream.anyMatch
(edit) @16212   4 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16077   4 years simon04 see #18886 - Node.updateDirectionFlags: override to improve performance
(edit) @15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15586   4 years Don-vip code cleanup
(edit) @15535   5 years Klumbumbus fix #18128 - add waterway=tidal_channel (icon derived from internal …
(edit) @15364   5 years Don-vip fix #18047 - consider junction=circular like junction=roundabout
(edit) @15007   5 years Don-vip remove deprecated API
(edit) @14905   5 years GerdP fix #17440: remove confusing code fixes several sonar lint issues …
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14003   6 years Don-vip attempt to fix frequent errors of DrawActionTest.testTicket12011`: …
(edit) @13809   6 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13808   6 years Don-vip add IPrimitive.getReferrers(boolean allowWithoutDataset)
(edit) @13807   6 years Don-vip define getDataSet() in IPrimitive, tune Geometry methods signatures
(edit) @13806   6 years Don-vip add IPrimitive.visitReferrers(PrimitiveVisitor)
(edit) @13764   6 years Don-vip add OsmData interface, abstraction of DataSet
(edit) @13669   6 years Don-vip move a few methods from Node to INode
(edit) @13667   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive, Relation to …
(edit) @13665   6 years Don-vip move primitive comparison logic to interfaces
(edit) @13664   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive
(edit) @13662   6 years Don-vip use of IPrimitive interface
(edit) @13636   6 years Don-vip extract style methods to a new Stylable interface
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13420   6 years bastiK fixed #11607 - RangeViolatedError: the new range must be within a …
(edit) @13309   6 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
(edit) @13173   7 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13070   7 years Don-vip fix #12641 - set visible status in OsmPrimitive.load()
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12816   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
(edit) @12813   7 years bastiK fix PMD, etc.
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12190   7 years michael2402 See #14794: More javadoc for data.osm package
(edit) @12188   7 years michael2402 Use OsmUtils constants.
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11600   7 years Don-vip fix #14402 - add whitelist for natural area values to avoid false …
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11503   7 years Don-vip see #14264 - checkstyle
(edit) @11499   7 years Klumbumbus fix #14264 - displaying oneway direction arrows of aerialways …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11373   7 years bastiK see #14043 - move all flags constants to AbstractPrimitive (patch by …
(edit) @11368   7 years Don-vip see #14043 - review use of short type
(edit) @11294   8 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11292   8 years simon04 see #14025 - Merge layers performance: run quick/decisive checks first
(edit) @11291   8 years simon04 see #14025 - Store workinprogress/uninteresting/discardable keys in HashSet
(edit) @11272   8 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11269   8 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11079   8 years michael2402 Fix #13665: A way is only selectable if it is drawable.
(edit) @11065   8 years stoecker see #13682 - silently drop also converted_by - remove duplicate
(edit) @11064   8 years stoecker fix #13682 - silently drop also converted_by
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10896   8 years Klumbumbus fix #6708 - Pistes can be drawn as area or linear. If linear they can …
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10660   8 years Don-vip see #13225 - fix ImproveWayaccuracy mode (partial revert of r10656)
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10583   8 years Don-vip see #11390, fix #12952 - Java 8: Disable auto boxing for …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9961   8 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9695   8 years simon04 see #12457 - MapCSS "modified" not updating after uploading changes
(edit) @9649   8 years bastiK applied #12355 - add a new TagMap as Set<String, String> (patch by …
(edit) @9552   8 years Klumbumbus fix #10290 - remove wadi direction arrows; see #12404 - improve …
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9538   8 years simon04 see #10290 - Consider waterway=canal as not directional, …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9268   8 years simon04 Avoid unnecessary creation of empty map when copying keys Relates to …
(edit) @9267   8 years simon04 fix #12272 - Fix access to the AbstractPrimitive#keys (patch by …
(edit) @9243   8 years Don-vip javadoc update
(edit) @8901   9 years Don-vip fix #11969 - Add yh:WIDTH to tags.discardable
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
Note: See TracRevisionLog for help on using the revision log.