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) @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   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) @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
(edit) @10743   8 years Don-vip sonar - pmd-unit-tests:UseAssertTrueInsteadOfAssertEquals
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10735   8 years Don-vip fix #13264 - more lenient TMS url regex to allow - zoom separator
(edit) @10733   8 years Don-vip checkstyle
(edit) @10710   8 years simon04 fix #12570 - Group MapCSS tag checker tests
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10654   8 years Don-vip see #13128 - checkstyle
(edit) @10652   8 years wiktorn Fix not using the calculated disk cache size. Add unit tests for …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10559   8 years Don-vip checkstyle, javadoc
(edit) @10558   8 years wiktorn Do not cache IOException in JCS, they should be cached only in memory. …
(edit) @10557   8 years Don-vip fix #13163 - JCSCachedTileLoaderJobTest: Use unique cache key for …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10447   8 years Don-vip see #12994, see #13018 - checkstyle
(edit) @10444   8 years Don-vip fix #13018 - Use new test rules for AutosaveTaskTest, increase …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10338   8 years Don-vip update to Commons Validator 1.5.1
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10334   8 years Don-vip fix equals methods for Coordinate classes
(edit) @10301   8 years Don-vip test optimization, update to checkstyle 6.19
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10221   8 years Don-vip cleanup unit tests
(edit) @10219   8 years Don-vip findbugs - reliance on default encoding
(edit) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10202   8 years Don-vip increase code coverage
(edit) @10201   8 years Don-vip add more unit tests
(edit) @10141   8 years simon04 Validate that stop position lies on public transport route
Note: See TracRevisionLog for help on using the revision log.