source: josm/trunk/test/unit/org/openstreetmap/josm/data/osm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13969   6 years Don-vip fix #16417 - Downloading primitive with id "0" causes …
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13920   6 years Don-vip increase unit test timeouts
(edit) @13907   6 years Don-vip add IWay.setNodes()
(edit) @13813   6 years Don-vip make sure unit test is stable
(edit) @13766   6 years Don-vip API alignment between Relation/RelationData and …
(edit) @13765   6 years Don-vip fix unit tests, PMD violation
(edit) @13616   6 years Don-vip use OsmDataLayer.getDataSet() in unit tests
(edit) @13565   6 years Don-vip checkstyle
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(edit) @13441   6 years Don-vip see #15880, see #15970 - ignore equatorial stereographic projections …
(edit) @13430   6 years Don-vip fix #15943 - allow to search empty values
(edit) @13413   6 years Don-vip see #15887 - add unit test
(edit) @13325   6 years Don-vip see #15755 - fix unit test
(edit) @13317   6 years Don-vip fix #15755 - Unprocessed HTML in search error box
(edit) @13079   6 years Don-vip see #15560 - EqualsVerifier does not work with newer Java versions -> …
(edit) @12812   7 years bastiK fix tests
(edit) @12764   7 years Don-vip see #15229 - see #15182 - fix unit test
(edit) @12750   7 years Don-vip see #15229 - see #15182 - fix unit tests
(edit) @12747   7 years Don-vip see #15229 - see #15182 - fix unit tests
(edit) @12743   7 years Don-vip see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
(edit) @12673   7 years Don-vip see #15182 - move CyclicUploadDependencyException from …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12478   7 years Don-vip NodeGraph: add javadoc, unit tests
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12060   7 years Don-vip sonar - fix two recent issues
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12035   7 years Don-vip add more unit tests
(edit) @12034   7 years Don-vip add more unit tests
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12029   7 years Don-vip add more unit tests
(edit) @12027   7 years Don-vip add more unit tests
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @11973   7 years Don-vip add unit tests
(edit) @11933   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11911   7 years Don-vip fix unit test conflict
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11630   7 years Don-vip see #3346 - update unit test
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(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) @11175   7 years simon04 APIDataSet: simplify implementation using streams, add test
(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) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(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) @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) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10733   8 years Don-vip checkstyle
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10202   8 years Don-vip increase code coverage
(edit) @9994   8 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9961   8 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9716   8 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9489   8 years Don-vip unit tests code refactoring/cleanup
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9476   8 years Don-vip see #12376 - add non-regression unit test
(edit) @9459   8 years Don-vip fix #12354 - OsmPrimitiveKeyHandlingTest clean up (patch by michael2402)
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9213   8 years Don-vip fix #12253 - NPE
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @8997   8 years Don-vip checkstyle
(edit) @8993   8 years Don-vip fix #12060 - NPE
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
Note: See TracRevisionLog for help on using the revision log.