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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12649   8 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12561   8 years Don-vip deprecate LatLon.dms
(edit) @12556   8 years Don-vip speedup RightAndLefthandTrafficTest
(edit) @12548   8 years Don-vip sonar - squid:S2196 - Switches should be used for sequences of simple …
(edit) @12545   8 years Don-vip speed up TerritoriesTest
(edit) @12327   8 years Don-vip see #2089 - move test classes to their own package
(edit) @12217   8 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12181   8 years michael2402 Add a new ListenableWeakReference. Use it to not lose references to …
(edit) @12130   8 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12090   8 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
(edit) @11974   8 years Don-vip add unit tests, javadoc
(edit) @11921   8 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11745   8 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11526   9 years Don-vip fix #14319 - CVE-2017-5617: svgSalamander SSRF (Server-Side Request …
(edit) @11514   9 years Don-vip fix #14209 - EXIF: prefer DATETIME over DATETIME_DIGITIZED
(edit) @11486   9 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11484   9 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(edit) @11435   9 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11405   9 years Don-vip fix asserts
(edit) @11404   9 years Don-vip replace groovy validator unit tests by java ones
(edit) @11360   9 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11330   9 years Don-vip sonar - fix recent issues
(edit) @11329   9 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11324   9 years Don-vip findbugs
(edit) @11320   9 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11317   9 years Don-vip fix OsmUrlToBoundsTest
(edit) @11302   9 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11299   9 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11267   9 years simon04 see #10387 - Fix build due to r11264
(edit) @11259   9 years Don-vip see #10387 - see #12914 - add debug info for failing unit test, remove …
(edit) @11256   9 years Don-vip see #10387 - Gibraltar and British Indian Ocean Territory are the only …
(edit) @11247   9 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11241   9 years Don-vip sonar - fix warnings
(edit) @11220   9 years bastiK fixed #13809 - Jenkins build hangs (disable AudioPlayerTest)
(edit) @11202   9 years Don-vip increase test coverage
(edit) @11160   9 years bastiK fixed #13847 - update unit tests
(edit) @11152   9 years bastiK see #13809 - Jenkings build 11130 hangs
(edit) @11102   9 years Don-vip add more unit tests
(edit) @11057   9 years simon04 Template engine: fix string representations
(edit) @11036   9 years simon04 see #13376 - Fix unit test
(edit) @11035   9 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11020   9 years Don-vip add more unit tests
(edit) @11003   9 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @10961   9 years Don-vip increase unit test timeout
(edit) @10899   9 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10886   9 years Don-vip fix #13434 - Increase bug report test coverage (patch by michael2402) …
(edit) @10846   9 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10834   9 years Don-vip see #12890 - remove Predicates class (not used anymore by known plugins)
(edit) @10819   9 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10758   9 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10752   9 years Don-vip fix warning in unit test
(edit) @10729   9 years Don-vip fix compiler/javadoc warnings
(edit) @10717   9 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10691   9 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10657   9 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10649   9 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10641   9 years Don-vip move unit tests from UtilsTest to HttpClientTest (should have been …
(edit) @10638   9 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10636   9 years Don-vip see #13201 - checkstyle
(edit) @10635   9 years simon04 fix #13201: Support Geo URLs with negative values
(edit) @10630   9 years simon04 fix #13201 - Support Geo URLs on command line and open location
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10622   9 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10588   9 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10569   9 years Don-vip fix #13157 - Make DateUtilsTest not time out on some time zones (patch …
(edit) @10563   9 years Don-vip fix #13157 - Make DateUtilsTest not time out on some time zones - gsoc-core
(edit) @10553   9 years Don-vip fix #13079 - Use JOSMTestRules instead of JOSMFixture (tools tests, …
(edit) @10513   9 years Don-vip fix #13071 - Make DateUtilsTest.testTsFromString and …
(edit) @10495   9 years Don-vip fix #13071 - Make DateUtilsTest.testTsFromString pass (patch by …
(edit) @10487   9 years Don-vip fix #13048 - Make ExceptionUtilTest respect time zone (patch by …
(edit) @10483   9 years Don-vip fix #13047 - Make time zone test work in any time zone (patch by …
(edit) @10475   9 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10409   9 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10399   9 years Don-vip gsoc-core - cleanup forgotten @since xxx
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10339   9 years Don-vip fix unit tests
(edit) @10337   9 years Don-vip Windows 10: add new Segoe UI Historic font + add unit tests
(edit) @10286   9 years Don-vip fix #12880 - Add instanceOf predicate and predicate tests (patch by …
(edit) @10285   9 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10222   9 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10200   9 years Don-vip add more unit tests
(edit) @10133   9 years Don-vip increase code coverage
(edit) @10108   9 years Don-vip add more unit tests
(edit) @10103   9 years Don-vip add more unit tests
(edit) @10067   9 years Don-vip see #12652 - rework bug report classes to improve unit tests coverage
(edit) @10064   9 years Don-vip see #12652, see #11924 - re-add a unit test in …
(edit) @10062   9 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
(edit) @10055   9 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @9964   9 years Don-vip increase audio player test timeout, since we just got a run that took …
(edit) @9952   9 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9951   9 years simon04 see #11516 - Compute closed way area using Sinusoidal projection
(edit) @9878   9 years simon04 see #11516 - Add Geometry unit tests
(edit) @9856   9 years simon04 fix #12547 see #12469 - Fix Overpass API "Build query" for Java 7
(edit) @9815   10 years Don-vip see #12514, see #12533 - fix/ignore longstanding problems in unit tests
(edit) @9764   10 years bastiK remove unstable test (see #12514)
(edit) @9757   10 years bastiK remove unstable test
(edit) @9739   10 years simon04 see #12485 - Fix parsing of sub-seconds Sometimes there are really …
(edit) @9728   10 years simon04 Unit test: canonical name for TemplateParserTest
(edit) @9712   10 years simon04 Add unit tests for MultiMap
Note: See TracRevisionLog for help on using the revision log.