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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12060   7 years Don-vip sonar - fix two recent issues
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12035   7 years Don-vip add more unit tests
(edit) @12034   7 years Don-vip add more unit tests
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12029   7 years Don-vip add more unit tests
(edit) @12027   7 years Don-vip add more unit tests
(edit) @12022   7 years Don-vip see #13387 - forgot debug code
(edit) @12021   7 years Don-vip see #13387 - lower the max difference to 850 ULPs
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12003   7 years Don-vip see #13387, see #11924 - raise the allowed difference to 35000 ULPs
(edit) @12002   7 years stoecker fix #14692 - relatation checker test broken
(edit) @12001   7 years bastiK see #13387 - simpler logic
(edit) @11999   7 years Don-vip see #13387, see #11924 - allow a difference of 3500 ULPs for Java 9 …
(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) @11931   7 years Don-vip improve unit test coverage
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(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) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11890   7 years Don-vip fix unit test
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11859   7 years bastiK see #7427 - fix test-compile
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11661   7 years bastiK see #5399 - update ProjectionRefTest
(edit) @11660   7 years Don-vip see #5399 - Swissgrid: add NTv2 grid file provided by swisstopo
(edit) @11648   7 years Don-vip see #14422 - update unit test
(edit) @11630   7 years Don-vip see #3346 - update unit test
(edit) @11622   7 years Don-vip checkstyle - enable CommentsIndentation rule
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11543   7 years stoecker fix NPE in test
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11491   7 years Don-vip see #14287 - add non regression unit test
(edit) @11479   7 years Don-vip checkstyle
(edit) @11475   7 years bastiK see #14252 - better wording in validator message
(edit) @11473   7 years wiktorn Always clear cache before tests. Closes: #14255
(edit) @11468   7 years bastiK see #14252 - fix tests
(edit) @11465   7 years wiktorn Wait in loop - properly handle thread interruptions
(edit) @11458   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11450   7 years wiktorn Change order of the tests to verify first if the job failed as it …
(edit) @11448   7 years Don-vip see #14166 - checkstyle
(edit) @11444   7 years wiktorn Fix disappearing download tasks. When ThreadPoolExecutor is adapting …
(edit) @11441   7 years Don-vip fix #14202 - fix self-intersecting way test (patch by GerdP)
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(edit) @11403   7 years Don-vip replace groovy validator unit tests by java ones
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(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) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11241   7 years Don-vip sonar - fix warnings
(edit) @11227   7 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11201   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(edit) @11149   8 years bastiK applied #13086 - changed self-intersecting ways detection (patch by …
(edit) @11136   8 years bastiK applied #13086 - Detect all self-intersecting ways (patch by Gerd …
(edit) @11131   8 years simon04 "Missing name:* translation" test: ignore name:etymology:wikidata
(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) @11086   8 years Don-vip increase test coverage
(edit) @11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
(edit) @11084   8 years simon04 see #13762 - Add non-regression unit test
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11014   8 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11007   8 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10947   8 years Don-vip fix/update PreferencesTest
(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) @10922   8 years michael2402 See #13309: Make PreferencesTest compile again.
(edit) @10915   8 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(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) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10870   8 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10756   8 years Don-vip add robustness to DomainValidatorTestIT
Note: See TracRevisionLog for help on using the revision log.