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) @13520   7 years Don-vip see #15560 - fix detection of Java version >= 10
(edit) @13124   7 years Don-vip fix #15552 - fix parsing of decimal numbers
(edit) @13079   8 years Don-vip see #15560 - EqualsVerifier does not work with newer Java versions -> …
(edit) @13004   8 years bastiK fix deprecations in tests
(edit) @12802   8 years Don-vip see #14794 - checkstyle (unit tests)
(edit) @12799   8 years Don-vip see #15229 - see #15182 - see #14794 - move Multi* GUI classes from …
(edit) @12790   8 years Don-vip see #15229 - see #15182 - remove GUI references from BugReportSender
(edit) @12779   8 years Don-vip see #15229 - fix unit test
(edit) @12770   8 years bastiK see #15229 - remove GUI references from BugReport and …
(edit) @12756   8 years Don-vip see #15229 - see #15182 - move RotationAngle from gui.util to tools
(edit) @12746   8 years bastiK see #15229 - fix deprecations in tests
(edit) @12703   8 years Don-vip fix #15210 - Fix support of IBM JVM
(edit) @12678   8 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12670   8 years Don-vip see #15182 - remove dependence on GUI for tools.PlatformHook
(edit) @12656   8 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(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   8 years Don-vip fix #14319 - CVE-2017-5617: svgSalamander SSRF (Server-Side Request …
(edit) @11514   8 years Don-vip fix #14209 - EXIF: prefer DATETIME over DATETIME_DIGITIZED
(edit) @11486   8 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11484   8 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(edit) @11435   8 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11405   8 years Don-vip fix asserts
(edit) @11404   8 years Don-vip replace groovy validator unit tests by java ones
(edit) @11360   8 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11330   8 years Don-vip sonar - fix recent issues
(edit) @11329   8 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11324   8 years Don-vip findbugs
(edit) @11320   8 years wiktorn Better handle of null in readBytesFromStream. See: #14033
(edit) @11317   8 years Don-vip fix OsmUrlToBoundsTest
(edit) @11302   8 years simon04 OsmUrlToBounds: Make getZoom return the previously parsed zoom level …
(edit) @11299   8 years simon04 Use Projection inside OsmUrlToBounds
(edit) @11267   8 years simon04 see #10387 - Fix build due to r11264
(edit) @11259   8 years Don-vip see #10387 - see #12914 - add debug info for failing unit test, remove …
(edit) @11256   8 years Don-vip see #10387 - Gibraltar and British Indian Ocean Territory are the only …
(edit) @11247   8 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11241   8 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
Note: See TracRevisionLog for help on using the revision log.