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) @12027   7 years Don-vip add more unit tests
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @11973   7 years Don-vip add unit tests
(edit) @11933   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11911   7 years Don-vip fix unit test conflict
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11630   7 years Don-vip see #3346 - update unit test
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(edit) @11392   7 years Don-vip sonar - squid:S1206 - "equals(Object obj)" and "hashCode()" should be …
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11325   7 years Don-vip ignore test committed by mistake
(edit) @11324   7 years Don-vip findbugs
(edit) @11272   7 years michael2402 See #13361: Cleanup code and formatting - Add javadoc to public …
(edit) @11271   7 years michael2402 See #13361: Add WayTest unit tests. Patch by Gerd Petermann.
(edit) @11269   7 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(edit) @11121   8 years Don-vip checkstyle
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11105   8 years Don-vip sonar - fix various issues
(edit) @11104   8 years Don-vip convert unit tests from Groovy to Java
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @10946   8 years Don-vip fix #13395 - fix serialization issue causing bugs in copy/paste
(edit) @10945   8 years Don-vip convert more unit tests to JOSMTestRules
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10904   8 years Don-vip see #13460 - checkstyle, javadoc
(edit) @10901   8 years Don-vip fix #13460 - remove with QuadBuckets.iterator() doesn't maintain size …
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10733   8 years Don-vip checkstyle
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10202   8 years Don-vip increase code coverage
(edit) @9994   8 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9961   8 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9716   8 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9489   8 years Don-vip unit tests code refactoring/cleanup
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9476   8 years Don-vip see #12376 - add non-regression unit test
(edit) @9459   8 years Don-vip fix #12354 - OsmPrimitiveKeyHandlingTest clean up (patch by michael2402)
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9213   8 years Don-vip fix #12253 - NPE
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @8997   8 years Don-vip checkstyle
(edit) @8993   8 years Don-vip fix #12060 - NPE
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(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) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8450   9 years Don-vip unit tests - simplify assertions
(edit) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7063   10 years Don-vip compile and run all tests, including Groovy ones
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6801   10 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6776   10 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6674   10 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6471   10 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @5556   11 years Don-vip see #8172 - fix JUnit tests
(edit) @4603   12 years jttt Fix tests
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3577   14 years jttt Fix tests
(edit) @3476   14 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3459   14 years jttt Fix tests
(edit) @3402   14 years jttt Fix tests
(edit) @3367   14 years jttt Fix filters
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3358   14 years bastiK added another filter test
(edit) @3356   14 years bastiK added filter tests
(edit) @3284   14 years jttt Fix tests
(edit) @3283   14 years jttt Fix tests
(edit) @3282   14 years jttt Fix tests
(edit) @3166   14 years jttt Different fix for #4815 - having bbox in each instance of Node would …
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3107   14 years jttt Fix #4624 Relations not rendered right away
(edit) @3056   14 years jttt Revert fix for #4612
(edit) @3053   14 years jttt Fix tests
(edit) @3034   14 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @3025   14 years jttt Fix tests
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2917   14 years mjulius fix test
Note: See TracRevisionLog for help on using the revision log.