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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12564   7 years Don-vip fix unit tests
(edit) @12558   7 years Don-vip see #15102 - unit tests update
(edit) @12557   7 years Don-vip see #15102 - first batch of HTTP unit tests mocking, using WireMock 2.7.1
(edit) @12458   7 years Don-vip see #10033 - remove workaround for IE (not needed anymore for IE11 on …
(edit) @12439   7 years Don-vip fix #14974 - geojson export: use Polygon only for closed ways
(edit) @12422   7 years Don-vip fix #14924 - fix NPE when reading NMEA files starting with a (0,0) …
(edit) @12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
(edit) @12327   7 years Don-vip see #2089 - move test classes to their own package
(edit) @12287   7 years Don-vip see #11166 - make SimplifyWayAction.simplifyWay static + fix javadoc
(edit) @12286   7 years Don-vip fix #14868 - Add support import *.jpeg images
(edit) @12253   7 years Don-vip findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
(edit) @12244   7 years Don-vip see #11924 - simplify DNSName copy by using reflection
(edit) @12184   7 years michael2402 Do not rely on the List cast, wrap the collection in an array list instead.
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12140   7 years bastiK update unit test (see #14773)
(edit) @12138   7 years Don-vip improve unit tests of OsmReader
(edit) @12137   7 years Don-vip see #14788 - add non-regression test
(edit) @12118   7 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12094   7 years bastiK update test (see #14734)
(edit) @12087   7 years Don-vip fix #14754 - avoid silent failure with invalid lat/lon coordinates in …
(edit) @11974   7 years Don-vip add unit tests, javadoc
(edit) @11943   7 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11923   7 years Don-vip drop StartSSL test
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11917   7 years Don-vip see #14653 - better unit test
(edit) @11916   7 years Don-vip see #14653 - add support for multiple Overpass API output formats
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11324   7 years Don-vip findbugs
(edit) @11166   7 years simon04 fix #13827 - Exporting invalid multipolygon as GeoJSON crashes JOSM
(edit) @11102   8 years Don-vip add more unit tests
(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) @11020   8 years Don-vip add more unit tests
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @10974   8 years Don-vip fix #13564 - add unit test with valid URL
(edit) @10973   8 years Don-vip see #13564 - proper management of invalid URLs in remote control …
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10733   8 years Don-vip checkstyle
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10396   8 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10339   8 years Don-vip fix unit tests
(edit) @10324   8 years Don-vip see #12264 - disable https://helloworld.letsencrypt.org test until the …
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10171   8 years Don-vip update to checkstyle 6.18
(edit) @10165   8 years simon04 fix #12803 - JOSM writes invalid crs entry in GeoJSON
(edit) @10157   8 years bastiK see #12264 - add TLS test url with SNI
(edit) @10156   8 years bastiK see #12264 - helloworld.letsencrypt.org now using ISRG root - update test
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10116   8 years Don-vip add more unit tests
(edit) @10054   8 years Don-vip fix unit test
(edit) @10051   8 years Don-vip fix #12675 - fix XML encoding of user names in changeset requests
(edit) @10019   8 years bastiK fixed #12264 - repair unit test adding certificates must happen …
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9995   8 years bastiK fixed #12264 - Add own CA's to Java cert-store
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9942   8 years Don-vip fix problems seen in unit tests when launched manually from Eclipse
(edit) @9797   8 years Don-vip fix #12531 - NPE when importing notes files (regression from r9746)
(edit) @9753   8 years Don-vip add unit tests
(edit) @9749   8 years Don-vip upgrade to checkstyle 6.15
(edit) @9740   8 years simon04 see #12485 - Add unit test for nmea reading
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9380   8 years Don-vip fix unit test, remove dependence on Ant runtime
(edit) @9378   8 years simon04 Add first unit test for parsing GPX data
(edit) @9344   8 years Don-vip see #11924 - fix one javadoc warning with JDK9, add more unit tests
(edit) @9328   8 years Don-vip add more unit tests
(edit) @9310   8 years simon04 fix #11773 - Saving osm files in JOSM will save the nodes in one of …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @8876   9 years Don-vip cleanup unit tests
(edit) @8858   9 years Don-vip add unit test for note reading
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8837   9 years Don-vip fix unit test broken in last commit
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8803   9 years simon04 fix #9114 - Store imagery offset in session
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8450   9 years Don-vip unit tests - simplify assertions
(edit) @8351   9 years Don-vip fix unit test broken in r8346
Note: See TracRevisionLog for help on using the revision log.