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) @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   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11292   7 years simon04 see #14025 - Merge layers performance: run quick/decisive checks first
(edit) @11291   7 years simon04 see #14025 - Store workinprogress/uninteresting/discardable keys in HashSet
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11269   7 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 …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(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) @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) @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) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(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) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8370   9 years Don-vip fix #11393 - treat oneway=reversible on highway=motorway_link
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7621   10 years Don-vip fix #10615 - Inner ways of multipolygon not correctly displayed …
(edit) @7330   10 years Don-vip remove XML version of default map style. Moved to wiki for reference: …
(edit) @7111   10 years simon04 fix #9865 - Hide oneway arrows for aerialway=station
(edit) @7084   10 years Don-vip see #8465 - use AssertionError constructor accepting a cause, new in …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6733   10 years Don-vip update javadoc
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6639   10 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6629   10 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6491   10 years Don-vip fix #9440 - Consistent definition of ways treated as areas
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6356   10 years Don-vip fix #9261 - do not consider objects tagged only with area as tagged
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6233   11 years Don-vip fix #9084 - Add KSJ tags to discardable keys
(edit) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6059   11 years Don-vip fix #8858 - Add SK53_bulk:load to discardable keys
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5754   11 years Don-vip fix #8486 - Render "work in progress" tags (note, fixme) as tagged …
(edit) @5687   11 years Don-vip fix #8238 - Consider highway=motorway_link as a directional tag …
(edit) @5676   11 years Don-vip fix #8346 - Multipolygon paint style not updated on tag change
(edit) @5608   11 years stoecker don't hardcode created_by for DuplicateRelation validator test, …
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5531   12 years stoecker fix #8109 - drop some yh: tags automatically
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5442   12 years bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
Note: See TracRevisionLog for help on using the revision log.