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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13033   6 years bastiK fixed #15466 - Data filtering is not working properly for nodes (see …
(edit) @12876   7 years bastiK fixed #15315 - NPE in eastNorth
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12813   7 years bastiK fix PMD, etc.
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12189   7 years michael2402 See #14794: Javadoc for data.osm package
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11292   7 years simon04 see #14025 - Merge layers performance: run quick/decisive checks first
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9460   8 years Don-vip javadoc
(edit) @9243   8 years Don-vip javadoc update
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(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) @8460   9 years Don-vip simplify usage of Way.firstNode()
(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) @8365   9 years Don-vip fix Findbugs performance issues
(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) @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) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7796   9 years Don-vip see #10825 - handle dataset properly in mapcss tagchecker verification …
(edit) @7675   9 years Don-vip see #10680 - detect invalid delete commands earlier
(edit) @7587   10 years Don-vip fix #10557 - node icon not updated properly after undoing/redoing …
(edit) @7509   10 years stoecker remove tabs
(edit) @7091   10 years bastiK fixed #9716 - Mappaint style for osm object not updated when tags change
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(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) @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) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5694   11 years Don-vip fix #8394 - improve javadoc + remove deprecated debug method
(edit) @5552   11 years bastiK fixed #7941 - Splitting a way doesn't redraw mapcss styled nodes to …
(edit) @5490   12 years Don-vip fix #8015 - proper warnings for closed ways with area-style keys that …
(edit) @5408   12 years Don-vip see #7934 - Only throw DataIntegrityProblemException for *visible* …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5199   12 years simon04 fix #7546 - add validation warning `Superfluous turnrestriction as …
(edit) @5187   12 years Don-vip see #7567 - fix NPE with ways with incomplete nodes.
(edit) @5059   12 years simon04 fix #6561 - fix several overflowing dialog texts
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4671   12 years stoecker fix #7164 - patch by ij - bugs fixes and improvements for FollowLine …
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4321   13 years bastiK applied #6659 - NPE in way length computation (patch by Don-vip)
(edit) @4138   13 years stoecker show way length in status when only one way is selected (side effect: …
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @4054   13 years stoecker fix last checkin a bit
(edit) @4053   13 years stoecker fix #6219 - don't create ways containing a double node
(edit) @3943   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3630   13 years bastiK applied #5552 (patch by extropy) - Delete performance improvement
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3468   14 years stoecker fix #5375 - build error
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3254   14 years jttt Check complete nodes with null coordinates are not added to the way
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3117   14 years jttt Enable check for referenced deleted primitive by default
(edit) @3032   14 years jttt Throw DataIntegrityProblemException when deleted primitive is …
(edit) @2970   14 years jttt Throw DataIntergrityException also when Way/Relation with broken …
(edit) @2963   14 years jttt Throw DatasetIntegrityException when somebody is trying to add …
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2741   14 years jttt Fixed #4261 Selection information is not updated after undo/redo, …
(edit) @2678   14 years jttt Minor cleanup in multipolygon code
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2555   14 years stoecker fixed #4055 - patch my mjulius - fix object compare
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2458   14 years stoecker fixed #3936 - regression - deleting last/first node of closed way …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2437   14 years jttt Cache bbox for Way
(edit) @2427   14 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2419   14 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2417   14 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   14 years jttt Added support for referrers
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
Note: See TracRevisionLog for help on using the revision log.