source: josm/trunk/test/unit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11486   7 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11484   7 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(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) @11449   7 years Don-vip see #13999 - skip unit tests (do not work on Jenkins)
(edit) @11448   7 years Don-vip see #14166 - checkstyle
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(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) @11436   7 years Don-vip fix recent Sonar issues
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11433   7 years Don-vip fix #13999 - New MapCSS test that uses reference images (patch by …
(edit) @11405   7 years Don-vip fix asserts
(edit) @11404   7 years Don-vip replace groovy validator unit tests by java ones
(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) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11325   7 years Don-vip ignore test committed by mistake
(edit) @11324   7 years Don-vip findbugs
(edit) @11320   7 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11317   7 years Don-vip fix OsmUrlToBoundsTest
(edit) @11302   7 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11299   7 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11282   7 years simon04 Fix OsmLinkPasterTest due to r11279
(edit) @11278   7 years Don-vip improve test coverage
(edit) @11275   7 years Don-vip see #10387 - fix unit test
(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) @11267   7 years simon04 see #10387 - Fix build due to r11264
(edit) @11261   7 years simon04 fix #13985 - Freezes when creating a layer named "Data Layer "
(edit) @11259   7 years Don-vip see #10387 - see #12914 - add debug info for failing unit test, remove …
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11256   7 years Don-vip see #10387 - Gibraltar and British Indian Ocean Territory are the only …
(edit) @11251   7 years wiktorn Do not timeout when run with Eclipse debugger
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11241   7 years Don-vip sonar - fix warnings
(edit) @11227   7 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11220   7 years bastiK fixed #13809 - Jenkins build hangs (disable AudioPlayerTest)
(edit) @11214   7 years Don-vip see #13907 - fix unit test
(edit) @11202   7 years Don-vip increase test coverage
(edit) @11201   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11192   7 years Don-vip fix #13870 - robustness against …
(edit) @11185   7 years wiktorn WMS tile service is enabled by default Closes: #13857
(edit) @11182   7 years Don-vip fix java warning
(edit) @11181   7 years simon04 see #13828 - Fix unit test
(edit) @11177   7 years simon04 Refactor OsmPrimitiveComparator Replace one big comparator with …
(edit) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(edit) @11168   7 years simon04 fix #13828 - Fix IAE when adding WMS layer with invalid URL The fix …
(edit) @11166   7 years simon04 fix #13827 - Exporting invalid multipolygon as GeoJSON crashes JOSM
(edit) @11160   7 years bastiK fixed #13847 - update unit tests
(edit) @11152   7 years bastiK see #13809 - Jenkings build 11130 hangs
(edit) @11149   7 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) @11132   8 years simon04 fix #11072 - Sort validator warnings
(edit) @11131   8 years simon04 "Missing name:* translation" test: ignore name:etymology:wikidata
(edit) @11129   8 years simon04 fix #13799 - Use builder pattern for TestError
(edit) @11124   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11121   8 years Don-vip checkstyle
(edit) @11118   8 years simon04 fix #13094 - SimplifyWayAction for first node of closed way (patch by …
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11110   8 years Don-vip add more unit tests
(edit) @11109   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11108   8 years Don-vip sonar - squid:S3518 - Zero should not be a possible denominator
(edit) @11105   8 years Don-vip sonar - fix various issues
(edit) @11104   8 years Don-vip convert unit tests from Groovy to Java
(edit) @11102   8 years Don-vip add more unit tests
(edit) @11101   8 years Don-vip add more unit tests
(edit) @11094   8 years Don-vip fix unit test
(edit) @11089   8 years simon04 fix #13717 - Enhance and allow customization of tag mapping when …
(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) @11073   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11071   8 years simon04 see #13175 - Document deprecated method usage
(edit) @11069   8 years simon04 fix #10260 - Do not switch (absolute) cardinal directions / degrees
(edit) @11061   8 years simon04 fix #10260 - Warning on reversing ways with direction-dependent nodes
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11057   8 years simon04 Template engine: fix string representations
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11040   8 years Don-vip checkstyle
(edit) @11036   8 years simon04 see #13376 - Fix unit test
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @11024   8 years Don-vip unit test, javadoc
(edit) @11021   8 years Don-vip clear image provider cache before/after integration tests. The …
(edit) @11020   8 years Don-vip add more unit tests
(edit) @11014   8 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
Note: See TracRevisionLog for help on using the revision log.