source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11934   7 years Don-vip sonar - squid:S1905 - Redundant casts should not be used
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11930   7 years Don-vip PMD - enable subset of optimizations rules
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11920   7 years Don-vip remove orientexpress TLD from IANA
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11912   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) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11880   7 years Don-vip sonar - …
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11877   7 years bastiK see #7427 - WMTS: if no default layer specified, choose first …
(edit) @11870   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11861   7 years Don-vip update new TLD from IANA
(edit) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11853   7 years Don-vip reduce visibility of Projections maps
(edit) @11852   7 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11844   7 years bastiK see #7427 - avoid roundtrip conversion EastNorth -> LatLon -> …
(edit) @11843   7 years bastiK see #7427 - remove unused code
(edit) @11839   7 years GerdP fix unit test data, remove debug code
(edit) @11837   7 years GerdP improve MultipolygonTest to fix #13307, add special case to unit test …
(edit) @11830   7 years bastiK see #7427 - add implementations for new TileSource methods
(edit) @11824   7 years bastiK fixed #14558 - add image/png8 as supported format
(edit) @11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
(edit) @11819   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11816   7 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11815   7 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11807   7 years Don-vip fix PMD violations
(edit) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11798   7 years bastiK WMTS: add mimetype produced by ESRI
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11792   7 years bastiK fixed #14590 - WMTS: Show layer title, not layer identifier in layer …
(edit) @11791   7 years bastiK WMTS: don't show layer selection dialog if there is only one layer …
(edit) @11790   7 years bastiK WMTS: fix case with multiple tilesets per projection and layer …
(edit) @11788   7 years bastiK make it possible to switch between 2 supported projections for a …
(edit) @11783   7 years stoecker get rid of many useless validator warnings
(edit) @11782   7 years stoecker see #10529 - increase important multipolygon problems to error level, …
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11774   7 years Don-vip fix #13922 - zoom only once when downloading several data types
(edit) @11773   7 years wiktorn Fix NPE when there is no supported format for WMTS Tile Source * …
(edit) @11761   7 years michael2402 See #10176: Allow icons in multipolygons, use even/odd winding rule …
(edit) @11759   7 years michael2402 MapCSS performance: Skip drawing multipolygons earlier.
(edit) @11758   7 years michael2402 See #13309: Use cached preferences for map drawing; align box text to …
(edit) @11755   7 years Don-vip see #14528 - typos
(edit) @11751   7 years michael2402 Remove orderFont preference - Fonts are stored locally with text …
(edit) @11750   7 years michael2402 Skip empty strings when rendering box texts.
(edit) @11749   7 years Don-vip see #14528 - checkstyle
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11742   7 years stoecker fix JavaDoc
(edit) @11740   7 years Don-vip fix javadoc warnings
(edit) @11739   7 years Don-vip enable more PMD rules
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11728   7 years michael2402 Partial revert of [11726]: Committed to much.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11722   7 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11719   7 years michael2402 Extract label placement strategy to new method.
(edit) @11716   7 years michael2402 Skip drawing empty names.
(edit) @11712   7 years Don-vip see #12731 - checkstyle/sonar
(edit) @11710   7 years bastiK see #12731 - make enum field final + fix compiler warning
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11707   7 years stoecker only allow defaults with ID
(edit) @11706   7 years stoecker switch imagery.layers.default from url to ID and drop old entries
(edit) @11703   7 years stoecker see #14470 - don't drop old layers when there was an maps load error
(edit) @11696   7 years michael2402 Move offset iterator to new file.
(edit) @11690   7 years stoecker see #14470 - don't drop imagery when default list is empty
(edit) @11685   7 years Don-vip partial revert of r11675 - causes test failure of …
(edit) @11680   7 years Don-vip fix #14458 - sort by default in order [relations, ways, nodes] in …
(edit) @11675   7 years Don-vip update to error_prone 2.0.18
(edit) @11674   7 years michael2402 Add Javadoc to icon drawing functions. Fix AreaElement#equals/hashCode.
(edit) @11671   7 years michael2402 See #10176: Nicer stroke for icons of selected areas.
(edit) @11670   7 years michael2402 See #10176: Make icon-image work for areas. Icon is displayed at …
(edit) @11660   7 years Don-vip see #5399 - Swissgrid: add NTv2 grid file provided by swisstopo
(edit) @11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11638   7 years stoecker fix xmllint error
(edit) @11634   7 years Don-vip see #10638 - apply also optimization for initial DataSource area …
(edit) @11632   7 years Don-vip see #3346 - make DataSet.dataSources private
(edit) @11629   7 years Don-vip see #3346 - findbugs - IS2_INCONSISTENT_SYNC
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11619   7 years Don-vip fix #14414 - instead of line break <br> displayed in imagery tool tip
(edit) @11615   7 years Don-vip add javadoc
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11607   7 years Don-vip see #14374 - remove TigerUtils class, not used anymore
(edit) @11601   7 years Don-vip error-prone: fix FallThrough errors
(edit) @11600   7 years Don-vip fix #14402 - add whitelist for natural area values to avoid false …
(edit) @11594   7 years Don-vip see #14381 - don't try to display message dialog on headless …
Note: See TracRevisionLog for help on using the revision log.