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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @11590   7 years Don-vip see #11924 - remove workarounds for jdk9 compilation problems with …
(edit) @11589   7 years Don-vip fix #14391 - robustness to Linux systems preventing file watcher to …
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11586   7 years Don-vip update new TLD from IANA
(edit) @11578   7 years stoecker fix #13470 - drop last remaining HTML imagery part
(edit) @11577   7 years Don-vip fix checkstyle violations
(edit) @11576   7 years Don-vip update new TLD from IANA
(edit) @11575   7 years stoecker see #12313 - add best marking and show it in image preferences
(edit) @11572   7 years stoecker fix imagery compare, add date check
(edit) @11571   7 years Don-vip update .classpath, checkstyle
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11559   7 years Don-vip fix #14361 - WMTS: download only supported image formats
(edit) @11555   7 years Don-vip see #14346 - checkstyle
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11549   7 years bastiK applied #14346 Rotation angle for Transverse Mercator projection …
(edit) @11546   7 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @11542   7 years stoecker null colors never worked in preferences and don't make much sense
(edit) @11537   7 years Don-vip sonar - fb-contrib:CCNE_COMPARE_CLASS_EQUALS_NAME - Correctness - …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11528   7 years stoecker drop imagery entries which have an id, but are no longer in default …
(edit) @11527   7 years stoecker drop imagery entries which have an id, but are no longer in default list
(edit) @11521   7 years Don-vip sonar - fb-contrib:ISB_INEFFICIENT_STRING_BUFFERING - Performance - …
(edit) @11517   7 years Don-vip sonar - fb-contrib:OC_OVERZEALOUS_CASTING - Correctness - Method …
(edit) @11516   7 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11510   7 years Don-vip sonar - fb-contrib:ACEM_ABSTRACT_CLASS_EMPTY_METHODS
(edit) @11503   7 years Don-vip see #14264 - checkstyle
(edit) @11499   7 years Klumbumbus fix #14264 - displaying oneway direction arrows of aerialways …
(edit) @11496   7 years Don-vip findbugs - URF_UNREAD_FIELD
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11475   7 years bastiK see #14252 - better wording in validator message
(edit) @11466   7 years bastiK fixed #14252 - do not translate relation roles; add apostrophes
(edit) @11462   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11461   7 years Don-vip sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
(edit) @11460   7 years Don-vip sonar - fb-contrib:COM_COPIED_OVERRIDDEN_METHOD - Style - Method is …
(edit) @11453   7 years Don-vip sonar - fb-contrib:BED_BOGUS_EXCEPTION_DECLARATION - Correctness - Non …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11445   7 years Don-vip checkstyle
(edit) @11444   7 years wiktorn Fix disappearing download tasks. When ThreadPoolExecutor is adapting …
(edit) @11443   7 years Don-vip fix #14211, see #11924 - InaccessibleObjectException with JDK 9 b148+
(edit) @11441   7 years Don-vip fix #14202 - fix self-intersecting way test (patch by GerdP)
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(edit) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11436   7 years Don-vip fix recent Sonar issues
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @11432   7 years Don-vip fix #14093 - don't autofix "Missing power tower/pole within power …
(edit) @11424   7 years Don-vip fix #10387, fix #12914 - enable territorial rules by default
(edit) @11418   7 years Don-vip update TLD from IANA
(edit) @11408   7 years Don-vip fix #14135 - regression from r11395
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11399   7 years Don-vip sonar - squid:S2095 - Resources should be closed
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11395   7 years Don-vip refactor duplicated code
(edit) @11394   7 years Don-vip simplify preference settings equals handling (already performed by …
(edit) @11392   7 years Don-vip sonar - squid:S1206 - "equals(Object obj)" and "hashCode()" should be …
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11384   7 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11379   7 years Don-vip update new TLD from IANA
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
Note: See TracRevisionLog for help on using the revision log.