source: josm/trunk/test/unit/org/openstreetmap/josm/data/osm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10222   10 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10202   10 years Don-vip increase code coverage
(edit) @9994   10 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9979   10 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9969   10 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9961   10 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9716   10 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9666   10 years stoecker see #12410 fix style of tests
(edit) @9489   10 years Don-vip unit tests code refactoring/cleanup
(edit) @9480   10 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9476   10 years Don-vip see #12376 - add non-regression unit test
(edit) @9459   10 years Don-vip fix #12354 - OsmPrimitiveKeyHandlingTest clean up (patch by michael2402)
(edit) @9214   10 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9213   10 years Don-vip fix #12253 - NPE
(edit) @9203   10 years Don-vip add more unit tests, javadoc
(edit) @8997   10 years Don-vip checkstyle
(edit) @8993   10 years Don-vip fix #12060 - NPE
(edit) @8990   10 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8857   11 years Don-vip improve/cleanup unit tests
(edit) @8624   11 years bastiK add missing svn:eol-style=native
(edit) @8565   11 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8514   11 years Don-vip checkstyle: various checks
(edit) @8513   11 years Don-vip checkstyle: blocks
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8496   11 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8450   11 years Don-vip unit tests - simplify assertions
(edit) @8257   11 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8194   11 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @7938   11 years bastiK add more subversion property svn:eol=native
(edit) @7937   11 years bastiK add subversion property svn:eol=native
(edit) @7081   12 years Don-vip fixes for unit tests
(edit) @7063   12 years Don-vip compile and run all tests, including Groovy ones
(edit) @7033   12 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   12 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6881   12 years Don-vip javadoc/code style/minor refactorization
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6801   12 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6776   12 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6674   12 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6471   12 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6334   12 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @5556   13 years Don-vip see #8172 - fix JUnit tests
(edit) @4603   14 years jttt Fix tests
(edit) @4126   15 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3577   16 years jttt Fix tests
(edit) @3476   16 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3459   16 years jttt Fix tests
(edit) @3402   16 years jttt Fix tests
(edit) @3367   16 years jttt Fix filters
(edit) @3362   16 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3358   16 years bastiK added another filter test
(edit) @3356   16 years bastiK added filter tests
(edit) @3284   16 years jttt Fix tests
(edit) @3283   16 years jttt Fix tests
(edit) @3282   16 years jttt Fix tests
(edit) @3166   16 years jttt Different fix for #4815 - having bbox in each instance of Node would …
(edit) @3153   16 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3107   16 years jttt Fix #4624 Relations not rendered right away
(edit) @3056   16 years jttt Revert fix for #4612
(edit) @3053   16 years jttt Fix tests
(edit) @3034   16 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @3025   16 years jttt Fix tests
(edit) @2990   16 years jttt Fix some eclipse warnings
(edit) @2982   16 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2917   16 years mjulius fix test
(edit) @2789   16 years jttt Fixed some FindBugs warnings
(edit) @2620   16 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2613   16 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2587   16 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2585   16 years jttt Disable loading of josm properties in DataSetMergerTest - do not seem …
(edit) @2578   16 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   16 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2498   16 years jttt Removed unnecessary setting of OsmPrimitive.incomplete
(edit) @2482   16 years Gubaer Had to clean up key handling methods in OsmPrimtive. Semantics of …
(edit) @2471   16 years Gubaer fixed #3963: Synchronize does not work
(edit) @2443   16 years Gubaer Fixes problems with merging
(edit) @2433   16 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2417   16 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2407   16 years jttt Added support for referrers
(edit) @2396   16 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2388   16 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   16 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2292   17 years Gubaer Updated test case
(edit) @2252   17 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2168   17 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(edit) @2150   17 years Gubaer Updating test cases
(edit) @2077   17 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2071   17 years Gubaer Updated unit test
(edit) @1951   17 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1948   17 years Gubaer fixed #3234: Update selection is broke for relations
(edit) @1926   17 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1912   17 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1910   17 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1890   17 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1813   17 years jttt Make tests compile using new ProgressMonitor API
(edit) @1806   17 years Gubaer added OsmServerBackreferenceReader - reads primitives referring to a …
(edit) @1753   17 years Gubaer fixed #2245: Merge layers doesn't update the "action" tags
(edit) @1751   17 years Gubaer patch by dmuecke - improved unit tests and test targets in build.xml
(edit) @1750   17 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
Note: See TracRevisionLog for help on using the revision log.